unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Xinglu Chen <public@yoctocell.xyz>
To: 48814@debbugs.gnu.org
Subject: [bug#48814] [PATCH v3] licenses: Add BSD-1-Clause license.
Date: Thu, 03 Jun 2021 19:49:46 +0200	[thread overview]
Message-ID: <6eed2ea4ace1f45826c6dc6d6a3c73ccb064d6f1.1622742552.git.public@yoctocell.xyz> (raw)
In-Reply-To: <1f398cd2b03247bb5700c96ca51457e08e40f3d1.1622742423.git.public@yoctocell.xyz>

* 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@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.
 ;;;
@@ -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	other threads:[~2021-06-03 17:51 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-03 17:44 [bug#48814] [PATCH] licenses: Add BSD-1-Clause license Xinglu Chen
2021-06-03 17:47 ` [bug#48814] [PATCH v2] " Xinglu Chen
2021-06-03 17:49   ` Xinglu Chen [this message]
2021-06-03 19:55 ` bug#48814: [PATCH v3] " Leo Prikler

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=6eed2ea4ace1f45826c6dc6d6a3c73ccb064d6f1.1622742552.git.public@yoctocell.xyz \
    --to=public@yoctocell.xyz \
    --cc=48814@debbugs.gnu.org \
    /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).