GNU bug report logs - #48814
[PATCH] licenses: Add BSD-1-Clause license.

Previous Next

Package: guix-patches;

Reported by: Xinglu Chen <public <at> yoctocell.xyz>

Date: Thu, 3 Jun 2021 17:45:01 UTC

Severity: normal

Tags: patch

Done: Leo Prikler <leo.prikler <at> student.tugraz.at>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 48814 in the body.
You can then email your comments to 48814 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#48814; Package guix-patches. (Thu, 03 Jun 2021 17:45:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Xinglu Chen <public <at> yoctocell.xyz>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 03 Jun 2021 17:45:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Xinglu Chen <public <at> yoctocell.xyz>
To: guix-patches <at> gnu.org
Subject: [PATCH] licenses: Add BSD-1-Clause license.
Date: Thu, 03 Jun 2021 19:44:19 +0200
* licenses.scm (bsd-1): New variable.
---
 guix/licenses.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/guix/licenses.scm b/guix/licenses.scm
index 4718ccf83f..1e07c6efcc 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -166,6 +166,11 @@
            "https://spdx.org/licenses/0BSD.html"
            "https://opensource.org/licenses/0BSD"))
 
+(define bsd-1
+  (license "BSD 1-Clause"
+           "https://spdx.org/licenses/BSD-1-Clause.html"
+           "https://opensource.org/licenses/BSD-1-Clause"))
+
 (define bsd-2
   (license "FreeBSD"
            "http://directory.fsf.org/wiki/License:FreeBSD"

base-commit: cf6be24529960c50706c6b4164193ed6c1dd5bc2
-- 
2.31.1





Information forwarded to guix-patches <at> gnu.org:
bug#48814; Package guix-patches. (Thu, 03 Jun 2021 17:48:02 GMT) Full text and rfc822 format available.

Message #8 received at 48814 <at> debbugs.gnu.org (full text, mbox):

From: Xinglu Chen <public <at> yoctocell.xyz>
To: 48814 <at> debbugs.gnu.org
Subject: [PATCH v2] licenses: Add BSD-1-Clause license.
Date: Thu, 03 Jun 2021 19:47:42 +0200
* licenses.scm (bsd-1): New variable.
---
Oops, forgot to add copyright line.

 guix/licenses.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/guix/licenses.scm b/guix/licenses.scm
index 4718ccf83f..9ad77c1ec9 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -17,6 +17,7 @@
 ;;; Copyright © 2020 André Batista <nandre <at> riseup.net>
 ;;; Copyright © 2020 Helio Machado <0x2b3bfa0+guix <at> googlemail.com>
 ;;; Copyright © 2021 Felix Gruber <felgru <at> posteo.net>
+;;; Copyright © 2021 Xinglu Chen <public <at> yoctocell.xyz>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -166,6 +167,11 @@
            "https://spdx.org/licenses/0BSD.html"
            "https://opensource.org/licenses/0BSD"))
 
+(define bsd-1
+  (license "BSD 1-Clause"
+           "https://spdx.org/licenses/BSD-1-Clause.html"
+           "https://opensource.org/licenses/BSD-1-Clause"))
+
 (define bsd-2
   (license "FreeBSD"
            "http://directory.fsf.org/wiki/License:FreeBSD"

base-commit: cf6be24529960c50706c6b4164193ed6c1dd5bc2
-- 
2.31.1






Information forwarded to guix-patches <at> gnu.org:
bug#48814; Package guix-patches. (Thu, 03 Jun 2021 17:50:01 GMT) Full text and rfc822 format available.

Message #11 received at 48814 <at> debbugs.gnu.org (full text, mbox):

From: Xinglu Chen <public <at> yoctocell.xyz>
To: 48814 <at> debbugs.gnu.org
Subject: [PATCH v3] licenses: Add BSD-1-Clause license.
Date: Thu, 03 Jun 2021 19:49:46 +0200
* licenses.scm (bsd-1): New variable.
---
And export it...

Sorry for the noise.

 guix/licenses.scm | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/guix/licenses.scm b/guix/licenses.scm
index 4718ccf83f..e7457799ce 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -17,6 +17,7 @@
 ;;; Copyright © 2020 André Batista <nandre <at> riseup.net>
 ;;; Copyright © 2020 Helio Machado <0x2b3bfa0+guix <at> googlemail.com>
 ;;; Copyright © 2021 Felix Gruber <felgru <at> posteo.net>
+;;; Copyright © 2021 Xinglu Chen <public <at> yoctocell.xyz>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -40,7 +41,7 @@
             apsl2
             asl1.1 asl2.0
             boost1.0
-            bsd-0 bsd-2 bsd-3 bsd-4
+            bsd-0 bsd-1 bsd-2 bsd-3 bsd-4
             non-copyleft
             cc0
             cc-by2.0 cc-by3.0 cc-by4.0
@@ -166,6 +167,11 @@
            "https://spdx.org/licenses/0BSD.html"
            "https://opensource.org/licenses/0BSD"))
 
+(define bsd-1
+  (license "BSD 1-Clause"
+           "https://spdx.org/licenses/BSD-1-Clause.html"
+           "https://opensource.org/licenses/BSD-1-Clause"))
+
 (define bsd-2
   (license "FreeBSD"
            "http://directory.fsf.org/wiki/License:FreeBSD"

base-commit: cf6be24529960c50706c6b4164193ed6c1dd5bc2
-- 
2.31.1





Reply sent to Leo Prikler <leo.prikler <at> student.tugraz.at>:
You have taken responsibility. (Thu, 03 Jun 2021 19:56:02 GMT) Full text and rfc822 format available.

Notification sent to Xinglu Chen <public <at> yoctocell.xyz>:
bug acknowledged by developer. (Thu, 03 Jun 2021 19:56:02 GMT) Full text and rfc822 format available.

Message #16 received at 48814-done <at> debbugs.gnu.org (full text, mbox):

From: Leo Prikler <leo.prikler <at> student.tugraz.at>
To: public <at> yoctocell.xyz
Cc: 48814-done <at> debbugs.gnu.org
Subject: [bug#48814] [PATCH v3] licenses: Add BSD-1-Clause license.
Date: Thu, 03 Jun 2021 21:55:05 +0200
Pushed as 7e16321560d03d1d63df0354bb0ec1a9f21d59fa.
Thanks!





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 02 Jul 2021 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 291 days ago.

Previous Next


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