From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 24 20:30:18 2020 Received: (at submit) by debbugs.gnu.org; 25 Sep 2020 00:30:18 +0000 Received: from localhost ([127.0.0.1]:42034 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kLbcq-00027D-NA for submit@debbugs.gnu.org; Thu, 24 Sep 2020 20:30:18 -0400 Received: from lists.gnu.org ([209.51.188.17]:32950) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kLbco-000275-AV for submit@debbugs.gnu.org; Thu, 24 Sep 2020 20:30:11 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:51570) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kLbcj-0001Yr-RL for guix-patches@gnu.org; Thu, 24 Sep 2020 20:30:07 -0400 Received: from mx1.riseup.net ([198.252.153.129]:42880) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kLbcd-0000G6-4t for guix-patches@gnu.org; Thu, 24 Sep 2020 20:30:05 -0400 Received: from bell.riseup.net (bell-pn.riseup.net [10.0.1.178]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "Sectigo RSA Domain Validation Secure Server CA" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 4ByCVD5N7RzFdtn for ; Thu, 24 Sep 2020 17:29:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1600993796; bh=aw/JHsbetW8RN6YRiBfYXwssCQqVnguC1sitJ9vAl2I=; h=Date:From:To:Subject:From; b=TIMDcqDP4jpoeX+2EhM6pWZgBDkEuJq9vPiJiDznbm9o9vQAHu2l27jtr4LosPdBV tDsS+16lb9O8aPIyquS0jisz1RLonR+VXxgYCU25Ax7mUITmYCiKrzEeglc4zzi8F2 hA/mxSWwWEi5A3C3e8korJJUqzNR3aYLRVb1ZtXc= X-Riseup-User-ID: E703160E0A906DB19FA31EEFE57E33C514933DE23665F401120BEF6C836E977E Received: from [127.0.0.1] (localhost [127.0.0.1]) by bell.riseup.net (Postfix) with ESMTPSA id 4ByCVC2YqQzJmg9 for ; Thu, 24 Sep 2020 17:29:55 -0700 (PDT) Date: Thu, 24 Sep 2020 21:29:49 -0300 From: =?iso-8859-1?Q?Andr=E9?= Batista To: guix-patches@gnu.org Subject: [PATCH] licenses: Add Apple Public Source License 2.0. Message-ID: <20200925002949.GA30195@andel> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="H+4ONPRPur6+Ovig" Content-Disposition: inline Received-SPF: pass client-ip=198.252.153.129; envelope-from=nandre@riseup.net; helo=mx1.riseup.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/09/24 20:29:56 X-ACL-Warn: Detected OS = Linux 3.11 and newer [fuzzy] X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) --H+4ONPRPur6+Ovig Content-Type: multipart/mixed; boundary="ReaqsoxgOBHFXBhH" Content-Disposition: inline --ReaqsoxgOBHFXBhH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline --ReaqsoxgOBHFXBhH Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline; filename="0001-licenses-Add-Apple-Public-Source-License-2.0.patch" Content-Transfer-Encoding: quoted-printable =46rom 521c37f45d63cd9b0af64fea35763d6b98bf622c Mon Sep 17 00:00:00 2001 =46rom: =3D?UTF-8?q?Andr=3DC3=3DA9=3D20Batista?=3D Date: Thu, 24 Sep 2020 21:24:52 -0300 Subject: [PATCH] licenses: Add Apple Public Source License 2.0. To: guix-patches@gnu.org * guix/licenses.scm (apsl2): New variable. --- guix/licenses.scm | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/guix/licenses.scm b/guix/licenses.scm index bf72a33c92..5038f75638 100644 --- a/guix/licenses.scm +++ b/guix/licenses.scm @@ -14,6 +14,7 @@ ;;; Copyright =A9 2017 Marius Bakke ;;; Copyright =A9 2017 Arun Isaac ;;; Copyright =A9 2017 Rutger Helling +;;; Copyright =A9 2020 Andr=E9 Batista ;;; ;;; This file is part of GNU Guix. ;;; @@ -34,6 +35,7 @@ #:use-module (srfi srfi-9) #:export (license? license-name license-uri license-comment agpl1 agpl3 agpl3+ + apsl2 asl1.1 asl2.0 boost1.0 bsd-2 bsd-3 bsd-4 @@ -132,6 +134,11 @@ "https://gnu.org/licenses/agpl.html" "https://gnu.org/licenses/why-affero-gpl.html")) =20 +(define apsl2 + (license "APSL 2.0" + "https://directory.fsf.org/wiki/License:APSL-2.0" + "https://www.gnu.org/licenses/license-list.html#apsl2")) + (define asl1.1 (license "ASL 1.1" "http://directory.fsf.org/wiki/License:Apache1.1" --=20 2.28.0 --ReaqsoxgOBHFXBhH-- --H+4ONPRPur6+Ovig Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQI5BAABCgAjFiEEIBdLYNLH+F+MBdSrYrJ+WmBEwoIFAl9tOfsFgwPCZwAACgkQ YrJ+WmBEwoKwiQ/9EcMwdbPaqXWpijWSUbeqkQW3HrMDn1D5/ZVoy+ssTewxGzOH 6tUj67iBxTffdyVGxkzrrmOtiKmh3L0prFAOaoxTq1oCXUdSzAdaTsepezoongu0 pN7b9xCT4mmkQH1CiDuopuyNzA3oOcZaGH5LUeNxy3RTgyhu9kNkLIn9IYMxA96k 17t2cEEamW6onJe422vkyoJrwmL02WbebIsd+pXcCoWfg7kqRcACW1zzcqg33S7S hawkFNVQbPVApaO6jh03Luz30Dp+aK5/FkAg/0E1GOvabGGmro7/swOQ9C2fUZUy yPLDojVTQx0NrwbhBDI7RR/ic9b9vLDuepmYYYkwu2v+l4bUtiV2TXT9BxR1Aptx AkZWE5OZZWpiJa0urgrgebR7wSsHexnPHb8Hv8jS87YQqBFS2hfXCf7nzpi4+5OA eOFGQ5TwKrJu2qXgBL0vVcAFG2ZvheChRWMv69uJCUvqTIBxmKnySfVp29eI3BpZ ah04Z+95yp8VZSe5hmVL5ucFiqHy9BT4tLs/47K5Zko602ShIZx9U5ZQS0uoMs1z MDNznqItNprX56MU9LoeYvCE1vbkPlXxk5pUizZqamy2qdys5qCd6WM9APIYfJqC cMY6r3lcefodo41siOs1tuDF1b3USYmwzLFmyyvgCPim2/dlplX0KTnd8gk= =j65M -----END PGP SIGNATURE----- --H+4ONPRPur6+Ovig-- From debbugs-submit-bounces@debbugs.gnu.org Fri Sep 25 08:12:12 2020 Received: (at 43602-done) by debbugs.gnu.org; 25 Sep 2020 12:12:12 +0000 Received: from localhost ([127.0.0.1]:42955 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kLmaC-0006wd-E4 for submit@debbugs.gnu.org; Fri, 25 Sep 2020 08:12:12 -0400 Received: from eggs.gnu.org ([209.51.188.92]:60618) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kLmaB-0006wP-69 for 43602-done@debbugs.gnu.org; Fri, 25 Sep 2020 08:12:11 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:34797) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kLma3-0004vB-Hk; Fri, 25 Sep 2020 08:12:04 -0400 Received: from [2a01:e0a:19b:d9a0:ec26:a22:2e08:e47e] (port=46054 helo=cervin) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kLma2-00056A-PL; Fri, 25 Sep 2020 08:12:03 -0400 From: Mathieu Othacehe To: =?utf-8?Q?Andr=C3=A9?= Batista Subject: Re: [bug#43602] [PATCH] licenses: Add Apple Public Source License 2.0. References: <20200925002949.GA30195@andel> Date: Fri, 25 Sep 2020 14:12:01 +0200 In-Reply-To: <20200925002949.GA30195@andel> (=?utf-8?Q?=22Andr=C3=A9?= Batista"'s message of "Thu, 24 Sep 2020 21:29:49 -0300") Message-ID: <87wo0icay6.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 43602-done Cc: 43602-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > * guix/licenses.scm (apsl2): New variable. Pushed, thanks! Mathieu From unknown Sun Sep 07 16:50:45 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 24 Oct 2020 11:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator