guix-commits
[Top][All Lists]
Advanced

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

01/01: licenses: Add Historical Permission Notice and Disclaimer license


From: guix-commits
Subject: 01/01: licenses: Add Historical Permission Notice and Disclaimer license
Date: Thu, 20 Jun 2019 12:33:14 -0400 (EDT)

biscuolo pushed a commit to branch master
in repository guix.

commit 78407a27cf69ef5bbc4facbb5b483a7e62de1b84
Author: Giovanni Biscuolo <address@hidden>
Date:   Wed Jun 19 18:47:36 2019 +0200

    licenses: Add Historical Permission Notice and Disclaimer license
    
    * gnu/licenses.scm (hpnd): New variable.
---
 guix/licenses.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/guix/licenses.scm b/guix/licenses.scm
index 65d9c3d..41d4fef 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -94,6 +94,7 @@
             fsf-free
             wtfpl2
             wxwindows3.1+
+            hpnd
             fsdg-compatible))
 
 (define-record-type <license>
@@ -628,6 +629,11 @@ which may be a file:// URI pointing the package's tree."
            "http://www.gzip.org/zlib/zlib_license.html";
            "https://www.gnu.org/licenses/license-list#ZLib";))
 
+(define hpnd
+  (license "HPND"
+           "https://directory.fsf.org/wiki/License:HPND";
+           "https://www.gnu.org/licenses/license-list#HPND";))
+
 (define* (fsf-free uri #:optional (comment ""))
   "Return a license that does not fit any of the ones above or a collection
 of licenses, approved as free by the FSF.  More details can be found at URI."



reply via email to

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