File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ var organisationConfig = {
95
95
ld : "#80CC28"
96
96
} ,
97
97
98
- licenses : {
98
+ licence : {
99
99
"cc-by" : {
100
100
name : "Creative Commons Attribution 4.0 International Public License" ,
101
101
short : "CC-BY" ,
Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ let respecConfig = {
20
20
//specType: "BD", // Beheer Documentatie
21
21
//specType: "AL", // Algemeen document
22
22
//specType: "BP", // Best Practice
23
-
23
+
24
24
//-- pubDomain is verplicht! (komt in de URL) -------------------------------------
25
25
pubDomain : "IMWA Basis" ,
26
26
//-- license: voor de geldende gebruiksvoorwaarden. Default is cc-by.
27
27
//licence: "cc-by-nd", // bronvermelding, geen afgeleide werken (default)
28
28
//licence: "cc0", // Public Domain Dedication
29
- licenses : "cc-by" , // Attribution, met bronvermelding
29
+ licence : "cc-by" , // Attribution, met bronvermelding
30
30
//-- shortName is verplicht! (komt in de URL: kies logische afkorting)--------------
31
31
shortName : "IMWA Basis" ,
32
32
//-- publishDate is verplicht -------------------------------------------------------
You can’t perform that action at this time.
0 commit comments