GNU bug report logs - #29359
More java packages

Previous Next

Package: guix-patches;

Reported by: Julien Lepiller <julien <at> lepiller.eu>

Date: Sun, 19 Nov 2017 17:59:02 UTC

Owned by: Ricardo Wurmus <rekado <at> elephly.net>

Severity: normal

Done: Julien Lepiller <julien <at> lepiller.eu>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Björn Höfling <bjoern.hoefling <at> bjoernhoefling.de>
Cc: 29359 <at> debbugs.gnu.org
Subject: [bug#29359] [PATCH 14/31] gnu: Add java-jaxp.
Date: Sun, 4 Feb 2018 00:01:43 +0100
On Sat, 3 Feb 2018 23:52:03 +0100
Björn Höfling <bjoern.hoefling <at> bjoernhoefling.de> wrote:

> The license list is a bit longer. I have:
> 
>  (license (list
>               license:asl2.0 
>               license:w3c ;; Files under org.w3c
>               license:public-domain)) ;; org.xml.sax
> 
> I will reply a patch for license:w3c.


Here is a patch to insert the W3C license into Guix:

From ae186e29f338bdf5bb1a0c440768e31d4c1bab17 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B6rn=20H=C3=B6fling?=
 <bjoern.hoefling <at> bjoernhoefling.de>
Date: Thu, 1 Feb 2018 16:09:03 +0100
Subject: [PATCH 1/3] licenses: Add W3C license.

* gnu/license.scm (w3c): New variable.
---
 guix/licenses.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/guix/licenses.scm b/guix/licenses.scm
index 269d97c..700fa7f 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -87,6 +87,7 @@
             tcl/tk
             unlicense
             vim
+            w3c
             x11 x11-style
             zpl2.1
             zlib
@@ -578,6 +579,11 @@ at URI, which may be a file:// URI pointing the
package's tree." "https://unlicense.org/"
            "https://www.gnu.org/licenses/license-list.html#Unlicense"))
 
+(define w3c
+  (license "W3C Software Notice and License"
+           "https://directory.fsf.org/wiki/License:W3C_31Dec2002"
+           "https://www.gnu.org/licenses/license-list.en.html#W3C"))
+
 (define wtfpl2
   (license "WTFPL 2"
            "http://www.wtfpl.net"
-- 
2.7.4






This bug report was last modified 7 years and 100 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.