guix-commits
[Top][All Lists]
Advanced

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

01/05: licenses: Add Fontana's copyleft-next.


From: Ludovic Courtès
Subject: 01/05: licenses: Add Fontana's copyleft-next.
Date: Fri, 17 Jul 2015 13:36:39 +0000

civodul pushed a commit to branch master
in repository guix.

commit 0eed5501b8f04710f871ca8b05d1566f455de6fd
Author: Ludovic Courtès <address@hidden>
Date:   Fri Jul 17 12:13:31 2015 +0200

    licenses: Add Fontana's copyleft-next.
    
    * guix/licenses.scm (copyleft-next): New variable.
---
 guix/licenses.scm |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/guix/licenses.scm b/guix/licenses.scm
index a036c8e..5539f3e 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -32,6 +32,7 @@
             cddl1.0
             cecill-c
             artistic2.0 clarified-artistic
+            copyleft-next
             cpl1.0
             epl1.0
             expat
@@ -154,6 +155,11 @@ at URI, which may be a file:// URI pointing the package's 
tree."
            
"http://gianluca.dellavedova.org/2011/01/03/clarified-artistic-license/";
            "https://www.gnu.org/licenses/license-list.html#ArtisticLicense2";))
 
+(define copyleft-next
+  (license "copyleft-next"
+           
"https://raw.github.com/richardfontana/copyleft-next/master/Releases/copyleft-next-0.3.0";
+           "GPL-compatible copyleft license"))
+
 (define cpl1.0
   (license "CPL 1.0"
            "http://directory.fsf.org/wiki/License:CPLv1.0";



reply via email to

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