[PATCH] licenses: add ohl2 (CERN Open Hardware Licence)

  • Done
  • quality assurance status badge
Details
One participant
  • Cayetano Santos
Owner
unassigned
Submitted by
Cayetano Santos
Severity
normal

Debbugs page

C
C
Cayetano Santos wrote on 24 Dec 2024 09:45
(address . guix-patches@gnu.org)(name . Cayetano Santos)(address . csantosb@inventati.org)
447ab4cde2c667d22158f7cb2d5d16efb1e90f84.1735062313.git.csantosb@inventati.org
---

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:


guix/licenses.scm | 16 ++++++++++++++++
1 file changed, 16 insertions(+)

Toggle diff (36 lines)
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
C
C
Cayetano Santos wrote on 1 Aug 14:18 -0700
Close
(address . 75066-done@debbugs.gnu.org)
87cy9e2120.fsf@inventati.org

--
Cayetano Santos
.
gpg: CCB8 1842 F9D7 058E CD67 377A BF5C DF4D F6BF 6682
key: meta.sr.ht/~csantosb.pgp
-----BEGIN PGP SIGNATURE-----

iI0EARYKADUWIQTMuBhC+dcFjs1nN3q/XN9N9r9mggUCaI0vJxccY3NhbnRvc2JA
aW52ZW50YXRpLm9yZwAKCRC/XN9N9r9mgkBOAQDBElrROHd5VhwHiARdRxhSE6cs
ogH5Hjg36mwhZcnXwQD/WFo9PzXp4IBRD8PVox3YVEAXMCmn7FzQ90q4ujqh5QM=
=WUrT
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 75066@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 75066
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch