diff options
author | Eric Bavier <bavier@member.fsf.org> | 2015-01-27 22:43:21 -0600 |
---|---|---|
committer | Eric Bavier <bavier@member.fsf.org> | 2015-02-18 23:53:46 -0600 |
commit | f8e366230d33c0ef5176ef9bc0f648869a59d06c (patch) | |
tree | 8392c74ff516d2ef6801ca402fe84fb64255334e /guix | |
parent | 2d2a53fc24a3feb723772dfc45bb438256de41f9 (diff) |
guix: licenses: Add Artistic 2.0 license.
* guix/licenses.scm (artistic2.0): New variable.
Diffstat (limited to 'guix')
-rw-r--r-- | guix/licenses.scm | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/guix/licenses.scm b/guix/licenses.scm index 86f3ae4e82..ef3f446212 100644 --- a/guix/licenses.scm +++ b/guix/licenses.scm @@ -28,7 +28,7 @@ cc0 cddl1.0 cecill-c - clarified-artistic + artistic2.0 clarified-artistic cpl1.0 epl1.0 expat @@ -129,6 +129,11 @@ which may be a file:// URI pointing the package's tree." "http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.html" "https://www.gnu.org/licenses/license-list.html#CeCILL")) +(define artistic2.0 + (license "Artistic License 2.0" + "http://www.perlfoundation.org/artistic_license_2_0" + "http://www.gnu.org/licenses/license-list.html#ArtisticLicense2")) + (define clarified-artistic (license "Clarified Artistic" ;; http://directory.fsf.org/wiki/User:Jgay/license-categorization#Clarified_Artistic_License |