diff options
author | Teddy Wing | 2017-05-01 03:56:49 +0200 |
---|---|---|
committer | Teddy Wing | 2017-05-01 03:56:49 +0200 |
commit | e35a0d3d39ecb7c835b993a30c8d3aec8b07e8c2 (patch) | |
tree | a506ac715875a76fd6e0054dbdd37d8a950ee49b /dbshell-rails.gemspec | |
parent | eeb8a50f76e1dcebb10814acd916b6dcd3f727c3 (diff) | |
download | dbshell-rails-e35a0d3d39ecb7c835b993a30c8d3aec8b07e8c2.tar.bz2 |
License under the LGPLv3+
Diffstat (limited to 'dbshell-rails.gemspec')
-rw-r--r-- | dbshell-rails.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbshell-rails.gemspec b/dbshell-rails.gemspec index bda88aa..e87550f 100644 --- a/dbshell-rails.gemspec +++ b/dbshell-rails.gemspec @@ -14,7 +14,7 @@ Gem::Specification.new do |spec| automatically connects to the right database. EOF spec.homepage = '' - spec.license = 'MIT' + spec.license = 'LGPLv3+' spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } |