File tree 1 file changed +15
-8
lines changed
1 file changed +15
-8
lines changed Original file line number Diff line number Diff line change @@ -95,12 +95,19 @@ var organisationConfig = {
95
95
ld : "#80CC28"
96
96
} ,
97
97
98
- //licenses: {
99
- // "CC-BY": {
100
- // name: "Creative Commons Attribution 4.0 International Public License",
101
- // short: "CC-BY",
102
- // url: "https://creativecommons.org/licenses/by/4.0/legalcode",
103
- // image: "https://data.aquo.nl/informatiemodel/publicatie/cc-by.svg",
104
- // },
105
- //},
98
+ licenses : {
99
+ cc0 : {
100
+ name : "Creative Commons 0 Public Domain Dedication" ,
101
+ short : "CC0" ,
102
+ url : "https://creativecommons.org/publicdomain/zero/1.0/" ,
103
+ image :
104
+ "https://tools.geostandaarden.nl/respec/style/logos/CC-Licentie.svg" ,
105
+ } ,
106
+ "cc-by" : {
107
+ name : "Creative Commons Attribution 4.0 International Public License" ,
108
+ short : "CC-BY" ,
109
+ url : "https://creativecommons.org/licenses/by/4.0/legalcode" ,
110
+ image : "https://tools.geostandaarden.nl/respec/style/logos/cc-by.svg" ,
111
+ }
112
+ }
106
113
}
You can’t perform that action at this time.
0 commit comments