guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 2/4] guix: licenses: Add Artistic 2.0 license.


From: Eric Bavier
Subject: [PATCH 2/4] guix: licenses: Add Artistic 2.0 license.
Date: Thu, 12 Feb 2015 09:58:13 -0600

* guix/licenses.scm (artistic2.0): New variable.
---
 guix/licenses.scm |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/guix/licenses.scm b/guix/licenses.scm
index 86f3ae4..ef3f446 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
-- 
1.7.9.5




reply via email to

[Prev in Thread] Current Thread [Next in Thread]