unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#35147] [PATCH 1/2] gnu: Add apsl2.0.
@ 2019-04-04 16:48 Pierre Neidhardt
  2019-04-04 16:49 ` [bug#35147] [PATCH 2/2] gnu: Add hfsprogs Pierre Neidhardt
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Pierre Neidhardt @ 2019-04-04 16:48 UTC (permalink / raw)
  To: 35147

* guix/licenses.scm (apsl2.0): New variable.
---
 guix/licenses.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/guix/licenses.scm b/guix/licenses.scm
index 676e71acdb..623ec69898 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -34,6 +34,7 @@
   #:use-module (srfi srfi-9)
   #:export (license? license-name license-uri license-comment
             agpl1 agpl3 agpl3+
+            apsl2.0
             asl1.1 asl2.0
             boost1.0
             bsd-2 bsd-3 bsd-4
@@ -129,6 +130,11 @@
            "https://gnu.org/licenses/agpl.html"
            "https://gnu.org/licenses/why-affero-gpl.html"))
 
+(define apsl2.0
+  (license "APSL 2.0"
+           "https://opensource.apple.com/apsl/"
+           "Apple Public Source License 2.0"))
+
 (define asl1.1
   (license "ASL 1.1"
            "http://directory.fsf.org/wiki/License:Apache1.1"
-- 
2.21.0

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-06-23 10:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-04 16:48 [bug#35147] [PATCH 1/2] gnu: Add apsl2.0 Pierre Neidhardt
2019-04-04 16:49 ` [bug#35147] [PATCH 2/2] gnu: Add hfsprogs Pierre Neidhardt
2022-06-23  9:23   ` bug#35147: [PATCH 1/2] gnu: Add apsl2.0 zimoun
     [not found] ` <handler.35147.B.155439651118672.ack@debbugs.gnu.org>
2019-04-04 16:57   ` [bug#35147] Acknowledgement ([PATCH 1/2] gnu: Add apsl2.0.) Pierre Neidhardt
2022-04-07 12:48     ` [bug#35147] [PATCH 1/2] gnu: Add apsl2.0 zimoun
2022-05-19 21:24       ` zimoun
2022-06-23  9:22 ` zimoun

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).