emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#36295: closed ([PATCH] licenses: Add Historical Pe


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#36295: closed ([PATCH] licenses: Add Historical Permission Notice and Disclaimer)
Date: Thu, 20 Jun 2019 16:48:02 +0000

Your message dated Thu, 20 Jun 2019 18:46:44 +0200
with message-id <address@hidden>
and subject line Re: [bug#36295] [PATCH] licenses: Add Historical Permission 
Notice and Disclaimer
has caused the debbugs.gnu.org bug report #36295,
regarding [PATCH] licenses: Add Historical Permission Notice and Disclaimer
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
36295: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=36295
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] licenses: Add Historical Permission Notice and Disclaimer Date: Wed, 19 Jun 2019 18:55:51 +0200
Hello Guix,

this patch adds the HPND license, used for example by Scintilla

-- 
Giovanni Biscuolo

Xelera IT Infrastructures

Attachment: signature.asc
Description: PGP signature

>From 1baa7f98a0ae0d07ab5ee84f7677edec86ffd804 Mon Sep 17 00:00:00 2001
From: Giovanni Biscuolo <address@hidden>
Date: Wed, 19 Jun 2019 18:47:36 +0200
Subject: [PATCH] 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 65d9c3da13..41d4fefad2 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."
-- 
2.11.0


--- End Message ---
--- Begin Message --- Subject: Re: [bug#36295] [PATCH] licenses: Add Historical Permission Notice and Disclaimer Date: Thu, 20 Jun 2019 18:46:44 +0200
Ludovic Courtès <address@hidden> writes:

> Giovanni Biscuolo <address@hidden> skribis:
>
>> this patch adds the HPND license, used for example by Scintilla
>
> LGTM!  You’re welcome to push it yourself

Done, pushed as 78407a27cf

Thanks! Gio'.

-- 
Giovanni Biscuolo

Xelera IT Infrastructures

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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