guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#48814] [PATCH v2] licenses: Add BSD-1-Clause license.


From: Xinglu Chen
Subject: [bug#48814] [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@riseup.net>
 ;;; Copyright © 2020 Helio Machado <0x2b3bfa0+guix@googlemail.com>
 ;;; Copyright © 2021 Felix Gruber <felgru@posteo.net>
+;;; Copyright © 2021 Xinglu Chen <public@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







reply via email to

[Prev in Thread] Current Thread [Next in Thread]