diff options
-rw-r--r-- | app/models/project.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/project.rb b/app/models/project.rb index db07b99..564ed65 100644 --- a/app/models/project.rb +++ b/app/models/project.rb @@ -42,6 +42,7 @@ class Project < ActiveRecord::Base 'zlib/libpng License', 'Apache Software License', 'Apple Public Source License', + 'Perl Artistic License', 'Public Domain', 'Other/Proprietary License', 'Microsoft Permissive License (Ms-PL)', |