Skip to content

Commit 8b18769

Browse files
committed
..
1 parent e5c7adf commit 8b18769

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

js/aquo-config.js

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

98-
licence: {
98+
licenses: {
9999
"cc-by": {
100100
name: "Creative Commons Attribution 4.0 International Public License",
101101
short: "CC-BY",

js/config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ let respecConfig = {
2626
//-- license: voor de geldende gebruiksvoorwaarden. Default is cc-by.
2727
//licence: "cc-by-nd", // bronvermelding, geen afgeleide werken (default)
2828
//licence: "cc0", // Public Domain Dedication
29-
licence: "cc-by", // Attribution, met bronvermelding
29+
license: "cc-by", // Attribution, met bronvermelding
3030
//-- shortName is verplicht! (komt in de URL: kies logische afkorting)--------------
3131
shortName: "IMWA Basis",
3232
//-- publishDate is verplicht -------------------------------------------------------

0 commit comments

Comments
 (0)