From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36342) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dZtp9-0007cC-1m for guix-patches@gnu.org; Tue, 25 Jul 2017 03:00:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dZtp5-0000w6-Vc for guix-patches@gnu.org; Tue, 25 Jul 2017 03:00:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:52322) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dZtp5-0000vS-Lf for guix-patches@gnu.org; Tue, 25 Jul 2017 03:00:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dZtp5-0000ST-2W for guix-patches@gnu.org; Tue, 25 Jul 2017 03:00:03 -0400 Subject: [bug#27774] [PATCH] gnu: add libgeotiff Resent-Message-ID: Message-Id: <245173f6.AEMANgEJfdUAAAAAAAAAAAPYhrkAAAACwQwAAAAAAAW9WABZduw8@mailjet.com> MIME-Version: 1.0 From: Arun Isaac Date: Tue, 25 Jul 2017 12:28:59 +0530 In-reply-to: <20170720175018.49ec09ac@alma-ubu> References: <20170720175018.49ec09ac@alma-ubu> Content-Type: text/plain 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: =?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?= Cc: 27774@debbugs.gnu.org > + ;; This is a mixture of various contributions under different license= s > + ;; Not that the EPSG database is NOT "free to use" as the LICENSE fil= e > + ;; states, as its commercial redistribution is restricted. > + ;; We thus remove it from the package. > + (license (list license:public-domain > + license:x11 > + license:bsd-3 > + (license:non-copyleft "file://LICENSE" > + "See LICENSE in the distribution."))) I think it might also be worthwhile mentioning (as comments) which files are under which license. =