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] licenses: Add BSD-1-Clause license.
Date: Thu, 03 Jun 2021 19:44:19 +0200	[thread overview]
Message-ID: <6357a3644d4531267bf1e316a2af83ea27b05ab1.1622742235.git.public@yoctocell.xyz> (raw)

* 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





             reply	other threads:[~2021-06-03 17:47 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-03 17:44 Xinglu Chen [this message]
2021-06-03 17:47 ` [bug#48814] [PATCH v2] licenses: Add BSD-1-Clause license Xinglu Chen
2021-06-03 17:49   ` [bug#48814] [PATCH v3] " Xinglu Chen
2021-06-03 19:55 ` bug#48814: " 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=6357a3644d4531267bf1e316a2af83ea27b05ab1.1622742235.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).