-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDRCDP_license.json
15 lines (15 loc) · 1.17 KB
/
DRCDP_license.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"license":{
"license":"DRDCP data produced by <Your Institution; see DRDCP_institution_id.json> is licensed under a <Creative Commons; select and insert a license_id; see below> License (<insert the matching license_url; see below>). Consult https://pcmdi.llnl.gov/CMIP6/TermsOfUse for terms of use governing DRDCP output, including citation requirements and proper acknowledgment. The data producers and data providers make no warranty, either express or implied, including, but not limited to, warranties of merchantability and fitness for a particular purpose. All liabilities arising from the supply of the information (including any liability arising in negligence) are excluded to the fullest extent permitted by law.",
"license_options":{
"CC BY 4.0":{
"license_id":"Creative Commons Attribution 4.0 International",
"license_url":"https://creativecommons.org/licenses/by/4.0/"
},
"CC0 1.0":{
"license_id":"Creative Commons CC0 1.0 Universal Public Domain Dedication",
"license_url":"https://creativecommons.org/publicdomain/zero/1.0/"
}
}
}
}