all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#48814] [PATCH] licenses: Add BSD-1-Clause license.
@ 2021-06-03 17:44 Xinglu Chen
  2021-06-03 17:47 ` [bug#48814] [PATCH v2] " Xinglu Chen
  2021-06-03 19:55 ` bug#48814: " Leo Prikler
  0 siblings, 2 replies; 4+ messages in thread
From: Xinglu Chen @ 2021-06-03 17:44 UTC (permalink / raw)
  To: 48814

* 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





^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-06-03 19:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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   ` [bug#48814] [PATCH v3] " Xinglu Chen
2021-06-03 19:55 ` bug#48814: " Leo Prikler

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.