aboutsummaryrefslogtreecommitdiffstats
path: root/dbshell-rails.gemspec
diff options
context:
space:
mode:
authorTeddy Wing2017-05-01 03:56:49 +0200
committerTeddy Wing2017-05-01 03:56:49 +0200
commite35a0d3d39ecb7c835b993a30c8d3aec8b07e8c2 (patch)
treea506ac715875a76fd6e0054dbdd37d8a950ee49b /dbshell-rails.gemspec
parenteeb8a50f76e1dcebb10814acd916b6dcd3f727c3 (diff)
downloaddbshell-rails-e35a0d3d39ecb7c835b993a30c8d3aec8b07e8c2.tar.bz2
License under the LGPLv3+
Diffstat (limited to 'dbshell-rails.gemspec')
-rw-r--r--dbshell-rails.gemspec2
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) }