unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#67451] [PATCH] licenses: Add CC-PDDC license.
@ 2023-11-26  3:11 Aaron Covrig via Guix-patches via
  2023-11-26 14:15 ` [bug#67451] [PATCH v1] " Aaron Covrig via Guix-patches via
  2023-11-28 10:01 ` [bug#67451] [PATCH] " Simon Tournier
  0 siblings, 2 replies; 5+ messages in thread
From: Aaron Covrig via Guix-patches via @ 2023-11-26  3:11 UTC (permalink / raw)
  To: 67451
  Cc: Aaron Covrig, Christopher Baines, Josselin Poiret,
	Ludovic Courtès, Mathieu Othacehe, Ricardo Wurmus,
	Simon Tournier, Tobias Geerinckx-Rice

* gnu/license.scm (CC-PDDC): New variable.

Change-Id: I272f08fde34aaba7acf4cca3327e56fe065dcf10
---
Adding a less common Creative Commons license from the Linux Foundation
SPDX license list for the inclusion of additional software.
 guix/licenses.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/guix/licenses.scm b/guix/licenses.scm
index d200614d91..291bccdf56 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -48,6 +48,7 @@ (define-module (guix licenses)
             bsd-0 bsd-1 bsd-2 bsd-3 bsd-4
             non-copyleft
             cc0
+	    cc-pddc
             cc-by2.0 cc-by3.0 cc-by4.0
             cc-by-sa2.0 cc-by-sa3.0 cc-by-sa4.0
             cddl1.0 cddl1.1
@@ -262,6 +263,11 @@ (define cc0
            "http://directory.fsf.org/wiki/License:CC0"
            "http://www.gnu.org/licenses/license-list.html#CC0"))
 
+(define cc-pddc
+  (license "CC-PDDC"
+           "https://spdx.org/licenses/CC-PDDC"
+           "Creative Commons Public Domain Dedication and Certification"))
+
 (define cc-by-sa4.0
   (license "CC-BY-SA 4.0"
            "http://creativecommons.org/licenses/by-sa/4.0/"

base-commit: d987b75618a62c95c030e7ca53e0972e700c4f06
prerequisite-patch-id: b20d54ba34bb720fc0d3f0d0cf88b4f453c62e32
-- 
2.41.0





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

end of thread, other threads:[~2023-12-29 22:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-26  3:11 [bug#67451] [PATCH] licenses: Add CC-PDDC license Aaron Covrig via Guix-patches via
2023-11-26 14:15 ` [bug#67451] [PATCH v1] " Aaron Covrig via Guix-patches via
2023-11-28 10:01 ` [bug#67451] [PATCH] " Simon Tournier
2023-11-28 18:12   ` Aaron Covrig via Guix-patches via
2023-12-29 22:17     ` bug#67451: " Leo Famulari

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