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.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Xinglu Chen <public <at> yoctocell.xyz>
Subject: bug#48814: closed ([bug#48814] [PATCH v3] licenses: Add
 BSD-1-Clause license.)
Date: Thu, 03 Jun 2021 19:56:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#48814: [PATCH] licenses: Add BSD-1-Clause 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 48814 <at> debbugs.gnu.org.

-- 
48814: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=48814
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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!


[Message part 3 (message/rfc822, inline)]
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




This bug report was last modified 3 years and 349 days ago.

Previous Next


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