unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Aaron Covrig via Guix-patches via <guix-patches@gnu.org>
To: 67451@debbugs.gnu.org
Cc: "Aaron Covrig" <aaron.covrig.us@ieee.org>,
	"Christopher Baines" <guix@cbaines.net>,
	"Josselin Poiret" <dev@jpoiret.xyz>,
	"Ludovic Courtès" <ludo@gnu.org>,
	"Mathieu Othacehe" <othacehe@gnu.org>,
	"Ricardo Wurmus" <rekado@elephly.net>,
	"Simon Tournier" <zimon.toutoune@gmail.com>,
	"Tobias Geerinckx-Rice" <me@tobias.gr>
Subject: [bug#67451] [PATCH v1] licenses: Add CC-PDDC license.
Date: Sun, 26 Nov 2023 09:15:31 -0500	[thread overview]
Message-ID: <c93cb28d27b4237872156e4e0c67c5d4d0f06fb6.1701008131.git.aaron.covrig.us@ieee.org> (raw)
In-Reply-To: <126d21100411182bcc88411b0080a288fac6aa0a.1700968299.git.aaron.covrig.us@ieee.org>

* gnu/license.scm (CC-PDDC): New variable.
* guix/import/utils.scm : Add CC-PDDC.

Change-Id: I272f08fde34aaba7acf4cca3327e56fe065dcf10
---
Missed adding the identifier into import/utils.scm

 guix/import/utils.scm | 1 +
 guix/licenses.scm     | 6 ++++++
 2 files changed, 7 insertions(+)

diff --git a/guix/import/utils.scm b/guix/import/utils.scm
index 0cf52cdbde..4b44ff0a0b 100644
--- a/guix/import/utils.scm
+++ b/guix/import/utils.scm
@@ -190,6 +190,7 @@ (define %spdx-license-identifiers
     ("BSD-3-Clause"               . license:bsd-3)
     ("BSD-4-Clause"               . license:bsd-4)
     ("CC0-1.0"                    . license:cc0)
+    ("CC-PDDC"                    . license:cc-pddc)
     ("CC-BY-2.0"                  . license:cc-by2.0)
     ("CC-BY-3.0"                  . license:cc-by3.0)
     ("CC-BY-4.0"                  . license:cc-by4.0)
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





  reply	other threads:[~2023-11-26 14:17 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-26  3:11 [bug#67451] [PATCH] licenses: Add CC-PDDC license Aaron Covrig via Guix-patches via
2023-11-26 14:15 ` Aaron Covrig via Guix-patches via [this message]
2023-11-28 10:01 ` Simon Tournier
2023-11-28 18:12   ` Aaron Covrig via Guix-patches via
2023-12-29 22:17     ` bug#67451: " Leo Famulari

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c93cb28d27b4237872156e4e0c67c5d4d0f06fb6.1701008131.git.aaron.covrig.us@ieee.org \
    --to=guix-patches@gnu.org \
    --cc=67451@debbugs.gnu.org \
    --cc=aaron.covrig.us@ieee.org \
    --cc=dev@jpoiret.xyz \
    --cc=guix@cbaines.net \
    --cc=ludo@gnu.org \
    --cc=me@tobias.gr \
    --cc=othacehe@gnu.org \
    --cc=rekado@elephly.net \
    --cc=zimon.toutoune@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).