Skip to content

Commit e5c7adf

Browse files
committed
licence
1 parent 6f54b6c commit e5c7adf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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-
licenses: {
98+
licence: {
9999
"cc-by": {
100100
name: "Creative Commons Attribution 4.0 International Public License",
101101
short: "CC-BY",

js/config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ let respecConfig = {
2020
//specType: "BD", // Beheer Documentatie
2121
//specType: "AL", // Algemeen document
2222
//specType: "BP", // Best Practice
23-
23+
2424
//-- pubDomain is verplicht! (komt in de URL) -------------------------------------
2525
pubDomain: "IMWA Basis",
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-
licenses: "cc-by", // Attribution, met bronvermelding
29+
licence: "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)