lib/ronin/license.rb in ronin-1.0.0.pre4 vs lib/ronin/license.rb in ronin-1.0.0.rc1
- old
+ new
@@ -109,10 +109,10 @@
predefine :lgpl3,
:name => 'LGPL-3',
:description => 'GNU Lesser General Public License v3.0',
:url => 'http://www.gnu.org/licenses/lgpl-3.0.txt'
- # The MIT "as-is" Licence
+ # The MIT "as-is" License
predefine :mit,
:name => 'MIT',
:description => 'The MIT Licence',
:url => 'http://www.opensource.org/licenses/mit-license.php'