From e35a0d3d39ecb7c835b993a30c8d3aec8b07e8c2 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 1 May 2017 03:56:49 +0200 Subject: License under the LGPLv3+ --- dbshell-rails.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbshell-rails.gemspec') 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) } -- cgit v1.2.3