Skip to content

Commit 9b56111

Browse files
committed
cc zero license
1 parent 0da03fc commit 9b56111

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

data/b3data_package/datapackage.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
],
2121
"licenses": [
2222
{
23-
"name": "CC-BY-NC-4.0",
24-
"path": "https://creativecommons.org/licenses/by-nc/4.0/",
25-
"title": "Creative Commons Attribution-NonCommercial 4.0 International"
23+
"name": "CC0-1.0",
24+
"path": "https://creativecommons.org/publicdomain/zero/1.0/",
25+
"title": "Creative Commons Zero v1.0 Universal"
2626
}
2727
],
2828
"schema": {

source/add_spatial_resources.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Each dataset includes the following metadata (see: [Frictionless resource spec](
6161
- **title**: e.g. `"MGRS 10 km reference grid for Belgium"`
6262
- **description**: concise explanation of content
6363
- **sources**: source if applicable
64-
- **licenses**: [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/)
64+
- **licenses**: [CC0-1.0](https://creativecommons.org/publicdomain/zero/1.0/)
6565

6666
# Datasets
6767
## MGRS 10 km reference grid Belgium

source/create_b3data_package.Rmd

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Each dataset includes the following metadata (see: [Frictionless resource spec](
6868
- **title**: e.g. `"Occurrence cube for birds in Belgium (MGRS 10 km)"`
6969
- **description**: concise explanation of content, region, time period, method
7070
- **sources**: GBIF DOI
71-
- **licenses**: [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/) (based on GBIF source license)
71+
- **licenses**: [CC0-1.0](https://creativecommons.org/publicdomain/zero/1.0/)
7272

7373
## Package-level Metadata
7474

@@ -173,10 +173,10 @@ b3data_package <- create_package() %>%
173173
path = "https://doi.org/10.15468/dl.y3wpwk"
174174
)),
175175
licenses = list(list(
176-
name = "CC-BY-NC-4.0",
177-
path = "https://creativecommons.org/licenses/by-nc/4.0/",
178-
title = "Creative Commons Attribution-NonCommercial 4.0 International"
179-
))
176+
name = "CC0-1.0",
177+
path = "https://creativecommons.org/publicdomain/zero/1.0/",
178+
title = "Creative Commons Zero v1.0 Universal"
179+
))
180180
)
181181
```
182182

0 commit comments

Comments
 (0)