unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#36295] [PATCH] licenses: Add Historical Permission Notice and Disclaimer
@ 2019-06-19 16:55 Giovanni Biscuolo
  2019-06-20 12:03 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Giovanni Biscuolo @ 2019-06-19 16:55 UTC (permalink / raw)
  To: 36295


[-- Attachment #1.1: Type: text/plain, Size: 137 bytes --]

Hello Guix,

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

-- 
Giovanni Biscuolo

Xelera IT Infrastructures


[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-licenses-Add-Historical-Permission-Notice-and-Discla.patch --]
[-- Type: text/x-diff, Size: 1218 bytes --]

From 1baa7f98a0ae0d07ab5ee84f7677edec86ffd804 Mon Sep 17 00:00:00 2001
From: Giovanni Biscuolo <g@xelera.eu>
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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#36295] [PATCH] licenses: Add Historical Permission Notice and Disclaimer
  2019-06-19 16:55 [bug#36295] [PATCH] licenses: Add Historical Permission Notice and Disclaimer Giovanni Biscuolo
@ 2019-06-20 12:03 ` Ludovic Courtès
  2019-06-20 16:46   ` bug#36295: " Giovanni Biscuolo
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2019-06-20 12:03 UTC (permalink / raw)
  To: Giovanni Biscuolo; +Cc: 36295

Hi Giovanni,

Giovanni Biscuolo <g@xelera.eu> skribis:

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

LGTM!  You’re welcome to push it yourself, but please double-check
‘HACKING’ first.

Thank you!

Ludo’.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#36295: [PATCH] licenses: Add Historical Permission Notice and Disclaimer
  2019-06-20 12:03 ` Ludovic Courtès
@ 2019-06-20 16:46   ` Giovanni Biscuolo
  0 siblings, 0 replies; 3+ messages in thread
From: Giovanni Biscuolo @ 2019-06-20 16:46 UTC (permalink / raw)
  To: 36295-done

[-- Attachment #1: Type: text/plain, Size: 310 bytes --]

Ludovic Courtès <ludo@gnu.org> writes:

> Giovanni Biscuolo <g@xelera.eu> 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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-06-20 16:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-19 16:55 [bug#36295] [PATCH] licenses: Add Historical Permission Notice and Disclaimer Giovanni Biscuolo
2019-06-20 12:03 ` Ludovic Courtès
2019-06-20 16:46   ` bug#36295: " Giovanni Biscuolo

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).