diff --git a/therubyrhino.gemspec b/therubyrhino.gemspec index ff58f0c..8dcf54f 100644 --- a/therubyrhino.gemspec +++ b/therubyrhino.gemspec @@ -13,6 +13,7 @@ Gem::Specification.new do |s| s.homepage = %q{http://github.com/cowboyd/therubyrhino} s.rubyforge_project = %q{therubyrhino} s.extra_rdoc_files = ["README.md"] + s.license = "MIT" s.require_paths = ["lib"] s.files = `git ls-files`.split("\n").sort. diff --git a/therubyrhino_jar.gemspec b/therubyrhino_jar.gemspec index 6b2bab2..7238f68 100644 --- a/therubyrhino_jar.gemspec +++ b/therubyrhino_jar.gemspec @@ -10,6 +10,7 @@ Gem::Specification.new do |s| s.summary = "Rhino's jars packed for therubyrhino" s.description = %q{Rhino's js.jar classes packaged as a JRuby gem.} + s.license = "MPL-2.0" s.homepage = %q{http://github.com/cowboyd/therubyrhino} s.rubyforge_project = %q{therubyrhino}