From: Cayetano Santos via Guix-patches via <guix-patches@gnu.org>
To: 75066@debbugs.gnu.org
Cc: Cayetano Santos <csantosb@inventati.org>
Subject: [bug#75066] [PATCH] licenses: add ohl2 (CERN Open Hardware Licence)
Date: Tue, 24 Dec 2024 18:45:13 +0100 [thread overview]
Message-ID: <447ab4cde2c667d22158f7cb2d5d16efb1e90f84.1735062313.git.csantosb@inventati.org> (raw)
---
These are free licenses oriented to hardware. They are necessary to distribute gateware code in the form of HDL modules, among others.
More about the rationale here:
https://ohwr.org/project/cernohl/-/wikis/Documents/CERN-OHL-version-2
guix/licenses.scm | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/guix/licenses.scm b/guix/licenses.scm
index 8fd4f36392..fad6a8868a 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -90,6 +90,7 @@ (define-module (guix licenses)
ncsa
nmap
ogl-psi1.0
+ ohl2-s ohl2-w ohl2-p
openldap2.8 openssl
perl-license
psfl public-domain
@@ -648,6 +649,21 @@ (define ogl-psi1.0
"https://www.nationalarchives.gov.uk/doc/open-government-licence/version/1/"
#f))
+(define ohl2-s
+ (license "Cern OHL version 2 - Strongly reciprocal variant"
+ "https://ohwr.org/cern_ohl_s_v2.txt"
+ "https://cern-ohl.web.cern.ch/home"))
+
+(define ohl2-w
+ (license "Cern OHL version 2 - Weakly reciprocal variant"
+ "https://ohwr.org/cern_ohl_w_v2.txt"
+ "https://cern-ohl.web.cern.ch/home"))
+
+(define ohl2-p
+ (license "Cern OHL version 2 - Permissive variant"
+ "https://ohwr.org/cern_ohl_p_v2.txt"
+ "https://cern-ohl.web.cern.ch/home"))
+
(define openssl
(license "OpenSSL"
"http://directory.fsf.org/wiki/License:OpenSSL"
base-commit: 9629b6821118b1896434b32f73521a7f2b686b04
--
2.47.1
reply other threads:[~2024-12-24 17:50 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=447ab4cde2c667d22158f7cb2d5d16efb1e90f84.1735062313.git.csantosb@inventati.org \
--to=guix-patches@gnu.org \
--cc=75066@debbugs.gnu.org \
--cc=csantosb@inventati.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 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.