Skip to content

Commit 9a3aac1

Browse files
committed
..
1 parent 01cdf95 commit 9a3aac1

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

js/aquo-config.js

+15-8
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,19 @@ var organisationConfig = {
9595
ld: "#80CC28"
9696
},
9797

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+
}
106113
}

0 commit comments

Comments
 (0)