unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Julien Lepiller <julien@lepiller.eu>
To: 29221@debbugs.gnu.org
Subject: [bug#29221] [PATCH 04/19] licenses: Add cddl1.1.
Date: Thu, 16 Nov 2017 21:54:33 +0100	[thread overview]
Message-ID: <20171116215433.406b2a33@lepiller.eu> (raw)
In-Reply-To: <877euzh3jq.fsf@gnu.org>

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

Le Thu, 09 Nov 2017 16:31:21 +0100,
ludo@gnu.org (Ludovic Courtès) a écrit :

> Hi Julien,
> 
> julien@lepiller.eu skribis:
> 
> > From: Julien Lepiller <julien@lepiller.eu>
> >
> > * guix/licenses.scm (cddl1.1): New variable.  
> 
> [...]
> 
> > +;; CDDL1.1 is the same as 1.0, except that "Oracle" becomes "Sun
> > Microsystems, Inc", +;; "LOSS OF GOODWILL" becomes "LOST PROFITS"
> > and section 6.3 is removed. +(define cddl1.1 cddl1.0)  
> 
> I think that’s enough to warrant a distinct <license> object.  You’re
> welcome to leave this comment, though!
> 
> Ludo’.

Is this correct? CDDL 1.1 is not mentionned on the gnu website nor on
the OSI website.

[-- Attachment #2: 0004-licenses-Add-cddl1.1.patch --]
[-- Type: text/x-patch, Size: 1466 bytes --]

From 16a737384d495a668f1db0f5deeb9f255158e39a Mon Sep 17 00:00:00 2001
From: Julien Lepiller <julien@lepiller.eu>
Date: Sun, 5 Nov 2017 12:39:51 +0100
Subject: [PATCH 04/20] licenses: Add cddl1.1.

* guix/licenses.scm (cddl1.1): New variable.
---
 guix/licenses.scm | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/guix/licenses.scm b/guix/licenses.scm
index 6de611da2..fa376750f 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -42,7 +42,7 @@
             cc-by2.0 cc-by3.0 cc-by4.0
             cc-by-sa2.0 cc-by-sa3.0 cc-by-sa4.0
             cc-sampling-plus-1.0
-            cddl1.0
+            cddl1.0 cddl1.1
             cecill cecill-b cecill-c
             artistic2.0 clarified-artistic
             copyleft-next
@@ -217,6 +217,13 @@ at URI, which may be a file:// URI pointing the package's tree."
            "http://directory.fsf.org/wiki/License:CDDLv1.0"
            "https://www.gnu.org/licenses/license-list#CDDL"))
 
+;; CDDL1.1 is the same as 1.0, except that "Oracle" becomes "Sun Microsystems, Inc",
+;; "LOSS OF GOODWILL" becomes "LOST PROFITS" and section 6.3 is removed.
+(define cddl1.1
+  (license "CDDL 1.1"
+           "https://oss.oracle.com/licenses/CDDL+GPL-1.1"
+           "https://www.gnu.org/licenses/license-list#CDDL"))
+
 (define cecill                                    ;copyleft
   (license "CeCILL"
            "http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.html"
-- 
2.15.0


  reply	other threads:[~2017-11-16 20:58 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-08 22:48 [bug#29221] [PATCH] java packages Julien Lepiller
2017-11-08 22:51 ` [bug#29221] [PATCH 01/19] gnu: Add bitshuffle julien
2017-11-08 22:51   ` [bug#29221] [PATCH 02/19] gnu: Add java-snappy julien
2017-11-08 22:51   ` [bug#29221] [PATCH 03/19] gnu: Add java-iq80-snappy julien
2017-11-08 22:51   ` [bug#29221] [PATCH 04/19] licenses: Add cddl1.1 julien
2017-11-09 15:31     ` Ludovic Courtès
2017-11-16 20:54       ` Julien Lepiller [this message]
2017-11-16 21:16         ` Tobias Geerinckx-Rice
2017-11-16 21:13           ` Julien Lepiller
2017-11-17 10:08             ` Ludovic Courtès
2017-11-08 22:51   ` [bug#29221] [PATCH 05/19] gnu: Add java-mail julien
2017-11-08 23:03     ` ng0
2017-11-09  8:36       ` julien lepiller
2017-11-08 22:51   ` [bug#29221] [PATCH 06/19] gnu: Add java-jeromq julien
2017-11-08 22:51   ` [bug#29221] [PATCH 07/19] gnu: Add java-commons-csv julien
2017-11-08 22:51   ` [bug#29221] [PATCH 08/19] gnu: Add java-commons-collections julien
2017-11-08 22:51   ` [bug#29221] [PATCH 09/19] gnu: Add java-commons-beanutils julien
2017-11-08 22:51   ` [bug#29221] [PATCH 10/19] gnu: Add java-kafka-clients julien
2017-11-08 22:51   ` [bug#29221] [PATCH 11/19] gnu: Add java-log4j-core julien
2017-11-08 22:51   ` [bug#29221] [PATCH 12/19] gnu: Add java-log4j-1.2-api julien
2017-11-08 22:51   ` [bug#29221] [PATCH 13/19] gnu: Add java-jdom julien
2017-11-08 22:51   ` [bug#29221] [PATCH 14/19] gnu: Add java-geronimo-xbean-reflect julien
2017-11-08 22:51   ` [bug#29221] [PATCH 15/19] gnu: Add java-tukaani-xz julien
2017-11-08 22:51   ` [bug#29221] [PATCH 16/19] gnu: Add java-plexus-container-default-bootstrap julien
2017-11-08 22:51   ` [bug#29221] [PATCH 17/19] gnu: Add java-plexus-io julien
2017-11-08 22:51   ` [bug#29221] [PATCH 18/19] gnu: Add java-plexus-archiver julien
2017-11-08 22:51   ` [bug#29221] [PATCH 19/19] gnu: Add java-plexus-container-default julien

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171116215433.406b2a33@lepiller.eu \
    --to=julien@lepiller.eu \
    --cc=29221@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).