From unknown Sun Jun 15 08:59:53 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#75066] [PATCH] licenses: add ohl2 (CERN Open Hardware Licence) Resent-From: Cayetano Santos Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 24 Dec 2024 17:50:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 75066 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 75066@debbugs.gnu.org Cc: Cayetano Santos X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.173506257321192 (code B ref -1); Tue, 24 Dec 2024 17:50:02 +0000 Received: (at submit) by debbugs.gnu.org; 24 Dec 2024 17:49:33 +0000 Received: from localhost ([127.0.0.1]:34117 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tQ92D-0005Vk-Ce for submit@debbugs.gnu.org; Tue, 24 Dec 2024 12:49:33 -0500 Received: from lists.gnu.org ([209.51.188.17]:47214) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tQ92B-0005Vc-BT for submit@debbugs.gnu.org; Tue, 24 Dec 2024 12:49:32 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tQ92A-00029f-Ss for guix-patches@gnu.org; Tue, 24 Dec 2024 12:49:30 -0500 Received: from devianza.investici.org ([2c0f:f930:0:4::108]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tQ928-0004WM-9i for guix-patches@gnu.org; Tue, 24 Dec 2024 12:49:30 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1735062555; bh=MkwLcUbgbF6REVFNP6tAyX6waAOmU+2mZyE1tJGSqvY=; h=From:To:Cc:Subject:Date:From; b=ECJujKR+LgchyjAA2bocDF2becC4YgClU/qadwoMVDdxedAGbMYj3pbp7SRKI6LZm JQFPlo8ypw+mGohvCCQBUst2zQTsKCDNF+/efuuRt5CwNRPoLRoIOXNUlQC6EYzppY FgmNPEa2smP60hDdUBrwhQ5F0PtiXW7Ql7m4TBWQ= Received: from mx2.investici.org (unknown [127.0.0.1]) by devianza.investici.org (Postfix) with ESMTP id 4YHj7b0ZsYz70QZ; Tue, 24 Dec 2024 17:49:15 +0000 (UTC) Received: from [198.167.222.108] (mx2.investici.org [198.167.222.108]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4YHj7Z5Jhfz70QW; Tue, 24 Dec 2024 17:49:14 +0000 (UTC) From: Cayetano Santos Date: Tue, 24 Dec 2024 18:45:13 +0100 Message-ID: <447ab4cde2c667d22158f7cb2d5d16efb1e90f84.1735062313.git.csantosb@inventati.org> X-Mailer: git-send-email 2.47.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2c0f:f930:0:4::108; envelope-from=csantosb@inventati.org; helo=devianza.investici.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) --- 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