From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46289) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eCooN-0005CH-QA for guix-patches@gnu.org; Thu, 09 Nov 2017 10:32:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eCooE-00030e-HA for guix-patches@gnu.org; Thu, 09 Nov 2017 10:32:11 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:51894) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eCooE-00030X-Dg for guix-patches@gnu.org; Thu, 09 Nov 2017 10:32:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eCooE-0005O0-7i for guix-patches@gnu.org; Thu, 09 Nov 2017 10:32:02 -0500 Subject: [bug#29221] [PATCH 04/19] licenses: Add cddl1.1. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20171108231537.34a601cc@lepiller.eu> <20171108225140.6587-1-julien@lepiller.eu> <20171108225140.6587-4-julien@lepiller.eu> Date: Thu, 09 Nov 2017 16:31:21 +0100 In-Reply-To: <20171108225140.6587-4-julien@lepiller.eu> (julien@lepiller.eu's message of "Wed, 8 Nov 2017 23:51:25 +0100") Message-ID: <877euzh3jq.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: julien@lepiller.eu Cc: 29221@debbugs.gnu.org Hi Julien, julien@lepiller.eu skribis: > From: Julien Lepiller > > * guix/licenses.scm (cddl1.1): New variable. [...] > +;; CDDL1.1 is the same as 1.0, except that "Oracle" becomes "Sun Microsy= stems, Inc", > +;; "LOSS OF GOODWILL" becomes "LOST PROFITS" and section 6.3 is removed. > +(define cddl1.1 cddl1.0) I think that=E2=80=99s enough to warrant a distinct object. You= =E2=80=99re welcome to leave this comment, though! Ludo=E2=80=99.