-
Notifications
You must be signed in to change notification settings - Fork 202
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use CDLA-Permissive-2.0 for new managed data (#2155)
* Use CDLA-Permissive-2.0 for new managed data This implements the CDLA-Permissive-2.0 license for updated data. The Linux Foundation legal team has asked us to use the CDLA-Permissive-2.0 license for newer data. This is an *extremely* permissive license, we've noted this change with lots of warning, and it's a requirement for our legal formation. Signed-off-by: David A. Wheeler <dwheeler@dwheeler.com> * Fix locale key Signed-off-by: David A. Wheeler <dwheeler@dwheeler.com> * Add various dates to trigger license statements We want to trigger different dates to ensure that nothing crashes on different dates :-). Signed-off-by: David A. Wheeler <dwheeler@dwheeler.com> * Make CDLA identifiers consistent Signed-off-by: David A. Wheeler <dwheeler@dwheeler.com> * Fix tests and eliminate oversensitivity Signed-off-by: David A. Wheeler <dwheeler@dwheeler.com> * README Clarify dataset licensing with SPDX Signed-off-by: David A. Wheeler <dwheeler@dwheeler.com> --------- Signed-off-by: David A. Wheeler <dwheeler@dwheeler.com>
- Loading branch information
1 parent
d8d7ee5
commit 84c188e
Showing
12 changed files
with
169 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# 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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Licenses | ||
|
||
*Content* managed by the service and submitted more recently | ||
is accepted and released under the | ||
[Community Data License Agreement – Permissive, Version 2.0 (CDLA-Permissive-2.0](https://cdla.dev/permissive-2-0/). | ||
|
||
This directory contains a | ||
[local copy of the CDLA-Permissive-2.0 license](./CDLA-Permissive-2.0) | ||
in markdown as | ||
[retrieved from GitHub](https://raw.githubusercontent.com/Community-Data-License-Agreements/Releases/main/CDLA-Permissive-2.0.md). | ||
|
||
Previous content was accepted under the CC-BY-3.0 or CC-BY-3.0+ licenses. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.