Commit ab96ec0f2c159a3b01633a2dd7f12c77f8000e5d
- Date: Tue Jan 29 08:12:14 +0000 2008
- Committer: Johan Sørensen (johan@johansorensen.com)
- Author: Johan Sørensen (johan@johansorensen.com)
- Commit SHA1: ab96ec0f2c159a3b01633a2dd7f12c77f8000e5d
- Tree SHA1: 3091f6ee84d61add57ccc4a3520137c3f64f4abd
added the Perl Artistic License
Commit diff
| |   |
| 42 | 42 | 'zlib/libpng License', |
| 43 | 43 | 'Apache Software License', |
| 44 | 44 | 'Apple Public Source License', |
| 45 | 'Perl Artistic License', |
| 45 | 46 | 'Public Domain', |
| 46 | 47 | 'Other/Proprietary License', |
| 47 | 48 | 'Microsoft Permissive License (Ms-PL)', |
| toggle raw diff |
--- 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)', |