Merge pull request #1056 from matsumoto-r/fix_random_license

Modified license information for mruby-random
This commit is contained in:
Yukihiro "Matz" Matsumoto
2013-03-23 06:16:52 -07:00
+1 -1
View File
@@ -1,4 +1,4 @@
MRuby::Gem::Specification.new('mruby-random') do |spec|
spec.license = 'MIT'
spec.license = 'MIT, BSD New(mt19937ar)'
spec.authors = 'mruby developers'
end