commit:     4109b5a017e32392e4edc36c52b8376de1e17cfe
Author:     Jared Allard <jaredallard <AT> users <DOT> noreply <DOT> github 
<DOT> com>
AuthorDate: Wed Apr 30 05:39:03 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun  3 03:37:50 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4109b5a0

licenses/CDLA-Permissive-2.0: add license

Adds the `CDLA-Permissive-2.0` license, sourced from:

https://cdla.dev/permissive-2-0/
https://spdx.org/licenses/CDLA-Permissive-2.0.html

Closes: https://bugs.gentoo.org/957047
Signed-off-by: Jared Allard <jaredallard <AT> users.noreply.github.com>
Part-of: https://github.com/gentoo/gentoo/pull/41856
Closes: https://github.com/gentoo/gentoo/pull/41856
Signed-off-by: Sam James <sam <AT> gentoo.org>

 licenses/CDLA-Permissive-2.0  | 61 +++++++++++++++++++++++++++++++++++++++++++
 metadata/license-mapping.conf |  1 +
 profiles/license_groups       |  2 +-
 3 files changed, 63 insertions(+), 1 deletion(-)

diff --git a/licenses/CDLA-Permissive-2.0 b/licenses/CDLA-Permissive-2.0
new file mode 100644
index 000000000000..33aa196d6835
--- /dev/null
+++ b/licenses/CDLA-Permissive-2.0
@@ -0,0 +1,61 @@
+Community Data License Agreement - Permissive - Version 2.0
+
+This is the Community Data License Agreement - Permissive, Version 2.0
+(the "agreement"). Data Provider(s) and Data Recipient(s) agree as
+follows:
+
+1. Provision of the Data
+
+1.1. A Data Recipient may use, modify, and share the Data made available
+by Data Provider(s) under this agreement if that Data Recipient follows
+the terms of this agreement.
+
+1.2. This agreement does not impose any restriction on a Data
+Recipient's use, modification, or sharing of any portions of the Data
+that are in the public domain or that may be used, modified, or shared
+under any other legal exception or limitation.
+
+2. Conditions for Sharing Data
+
+2.1. A Data Recipient may share Data, with or without modifications, so
+long as the Data Recipient makes available the text of this agreement
+with the shared Data.
+
+3. No Restrictions on Results
+
+3.1. This agreement does not impose any restriction or obligations with
+respect to the use, modification, or sharing of Results.
+
+4. No Warranty; Limitation of Liability
+
+4.1. All Data Recipients receive the Data subject to the following
+terms:
+
+THE DATA IS PROVIDED ON AN "AS IS" BASIS, WITHOUT REPRESENTATIONS,
+WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED
+INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE,
+NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+
+NO DATA PROVIDER SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING
+WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF
+LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE DATA OR RESULTS,
+EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
+
+5. Definitions
+
+5.1. "Data" means the material received by a Data Recipient under this
+agreement.
+
+5.2. "Data Provider" means any person who is the source of Data provided
+under this agreement and in reliance on a Data Recipient's agreement to
+its terms.
+
+5.3. "Data Recipient" means any person who receives Data directly or
+indirectly from a Data Provider and agrees to the terms of this
+agreement.
+
+5.4. "Results" means any outcome obtained by computational analysis of
+Data, including for example machine learning models and models'
+insights.

diff --git a/metadata/license-mapping.conf b/metadata/license-mapping.conf
index 884603b94175..afb110d9de60 100644
--- a/metadata/license-mapping.conf
+++ b/metadata/license-mapping.conf
@@ -71,6 +71,7 @@ CC-PDDC = CC-PD
 CC0-1.0 = CC0-1.0
 CDDL-1.0 = CDDL
 CDDL-1.1 = CDDL-1.1
+CDLA-Permissive-2.0 = CDLA-Permissive-2.0
 CECILL-2.0 = CeCILL-2
 CECILL-B = CeCILL-B
 CECILL-C = CeCILL-C

diff --git a/profiles/license_groups b/profiles/license_groups
index 57e065d6fc97..9738bd27ad9a 100644
--- a/profiles/license_groups
+++ b/profiles/license_groups
@@ -48,7 +48,7 @@ FSF-APPROVED-OTHER Arphic CC-BY-2.0 CC-BY-2.5 CC-BY-3.0 
CC-BY-4.0 CC-BY-SA-2.0 C
 # Misc licenses for free documents and other works (including fonts)
 # that follow the definition at https://freedomdefined.org/ but are NOT
 # listed in @FSF-APPROVED-OTHER
-MISC-FREE-DOCS BAEKMUK BitstreamVera CC-BY-1.0 CC-BY-SA-1.0 CC-PD CC-SA-1.0 
LDP-1 LDP-1a man-pages man-pages-posix-2013 MaxMind2 mplus-fonts 
myspell-en_CA-KevinAtkinson quake1-textures Texinfo-manual 
UbuntuFontLicense-1.0 vlgothic wxWinFDL-3
+MISC-FREE-DOCS BAEKMUK BitstreamVera CC-BY-1.0 CC-BY-SA-1.0 CC-PD CC-SA-1.0 
CDLA-Permissive-2.0 LDP-1 LDP-1a man-pages man-pages-posix-2013 MaxMind2 
mplus-fonts myspell-en_CA-KevinAtkinson quake1-textures Texinfo-manual 
UbuntuFontLicense-1.0 vlgothic wxWinFDL-3
 
 # Metaset for all free documents
 FREE-DOCUMENTS @FSF-APPROVED-OTHER @MISC-FREE-DOCS

Reply via email to