diff options
author | Johan Sørensen <johan@johansorensen.com> | 2008-01-29 09:12:14 +0100 |
---|---|---|
committer | Johan Sørensen <johan@johansorensen.com> | 2008-01-29 09:12:14 +0100 |
commit | ab96ec0f2c159a3b01633a2dd7f12c77f8000e5d (patch) | |
tree | 3091f6ee84d61add57ccc4a3520137c3f64f4abd | |
parent | 37b1cf314aef5c4c65ede261fc3a2874fa2a3a4e (diff) | |
download | gitorious-mainline-outdated-ab96ec0f2c159a3b01633a2dd7f12c77f8000e5d.zip gitorious-mainline-outdated-ab96ec0f2c159a3b01633a2dd7f12c77f8000e5d.tar.gz gitorious-mainline-outdated-ab96ec0f2c159a3b01633a2dd7f12c77f8000e5d.tar.bz2 |
added the Perl Artistic License
-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)', |