Modified license information for mruby-random

This commit is contained in:
MATSUMOTO Ryosuke
2013-03-23 22:07:08 +09:00
parent 00c45e71c0
commit 17d3055ad8
+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