From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43529) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eFdb3-0000e2-CW for guix-patches@gnu.org; Fri, 17 Nov 2017 05:10:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eFdb0-0001xi-61 for guix-patches@gnu.org; Fri, 17 Nov 2017 05:10:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:35600) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eFdb0-0001xK-2E for guix-patches@gnu.org; Fri, 17 Nov 2017 05:10:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eFdaz-0000jH-Pp for guix-patches@gnu.org; Fri, 17 Nov 2017 05:10:01 -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> <877euzh3jq.fsf@gnu.org> <20171116215433.406b2a33@lepiller.eu> <3557d8e8-dce6-6129-dd6c-c7f56cd40d3f@tobias.gr> <20171116221309.6e06d234@lepiller.eu> Date: Fri, 17 Nov 2017 11:08:56 +0100 In-Reply-To: <20171116221309.6e06d234@lepiller.eu> (Julien Lepiller's message of "Thu, 16 Nov 2017 22:13:09 +0100") Message-ID: <87ine95i9z.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 Cc: 29221@debbugs.gnu.org Julien Lepiller skribis: > Le Thu, 16 Nov 2017 22:16:00 +0100, > Tobias Geerinckx-Rice a =C3=A9crit : > >> Julien, >>=20 >> Julien Lepiller wrote on 16/11/17 at 21:54: >> > +;; 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.=20=20 >>=20 >> While I'd love to live in that world, I suspect you've accidentally >> reversed the diff. >>=20 >> Kind regards, >>=20 >> T G-R > > Indeed... Thanks for spotting that :) Heheh. Apart from that LGTM! Thanks, Ludo=E2=80=99.