Actions
Bug #9086
closedlib/rubygems/LICENSE.txt does not match LICENSE.txt from http://github.com/rubygems/rubygems
Bug #9086:
lib/rubygems/LICENSE.txt does not match LICENSE.txt from http://github.com/rubygems/rubygems
Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
trunk
Backport:
Description
lib/rubygems/LICENSE.txt in the Ruby source tree says:
RubyGems is copyrighted free software by Chad Fowler, Rich Kilmer, Jim
Weirich and others. You can redistribute it and/or modify it under
-either the terms of the GPL (see the GPL.txt file), or the conditions
-below:
while LICENSE.txt at http://github.com/rubygems/rubygems says:
RubyGems is copyrighted free software by Chad Fowler, Rich Kilmer, Jim
Weirich and others. You can redistribute it and/or modify it under
+either the terms of the MIT license (see the file MIT.txt), or the
+conditions below:
Actions