GNU bug report logs - #67451
[PATCH] licenses: Add CC-PDDC license.

Previous Next

Package: guix-patches;

Reported by: Aaron Covrig <aaron.covrig.us <at> ieee.org>

Date: Sun, 26 Nov 2023 03:34:02 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Aaron Covrig <aaron.covrig.us <at> ieee.org>
Subject: bug#67451: closed (Re: [bug#67451] [PATCH] licenses: Add CC-PDDC
 license.)
Date: Fri, 29 Dec 2023 22:19:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#67451: [PATCH] licenses: Add CC-PDDC license.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 67451 <at> debbugs.gnu.org.

-- 
67451: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67451
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Leo Famulari <leo <at> famulari.name>
To: Aaron Covrig via Guix-patches via <guix-patches <at> gnu.org>
Cc: 67451-done <at> debbugs.gnu.org
Subject: Re: [bug#67451] [PATCH] licenses: Add CC-PDDC license.
Date: Fri, 29 Dec 2023 17:17:51 -0500
[Message part 3 (text/plain, inline)]
On Tue, Nov 28, 2023 at 01:12:33PM -0500, Aaron Covrig via Guix-patches via wrote:
> Good question, I'm slowly trying to run through some rust packages
> (mostly in crates-io.scm) with the intent of upgrading nu-shell
> (currently quite out of date to the extent that most online
> documenation is now dubious with new features added and a lot of
> commands removed or changed). While adding and upgrading packages, I
> ran across the rust package `pwd` (https://crates.io/crates/pwd/1.4.0)
> which uses this license.
> 
> There is a slim chance the author might be willing to update the
> package to a dual license, but it seemed like adding this would still
> be useful for completeness sake (and in the case that they aren't able
> to be reached easily).

Thanks for working on the Rust packages and looking ahead towards
needing this license.

I'm going to put this patch on the backburner for now, until we actually
have some patches that need this license. When the time comes, we can
reopen this ticket.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Aaron Covrig <aaron.covrig.us <at> ieee.org>
To: guix-patches <at> gnu.org
Cc: Aaron Covrig <aaron.covrig.us <at> ieee.org>
Subject: [PATCH] licenses: Add CC-PDDC license.
Date: Sat, 25 Nov 2023 22:11:39 -0500
* 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




This bug report was last modified 1 year and 202 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.