lib/ronin/license.rb in ronin-1.0.0 vs lib/ronin/license.rb in ronin-1.1.0.rc1

- old
+ new

@@ -40,10 +40,10 @@ # Description of license property :description, Text, :required => true # URL of the License document - property :url, String + property :url, String, :length => 256 # Berkeley Software Distribution License predefine :bsd, :name => 'BSD', :description => 'Berkeley Software Distribution License',