Skip to content

Commit 3feb680

Browse files
committed
license
1 parent 3cc6fe2 commit 3feb680

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

js/aquo-config.js

+1-13
Original file line numberDiff line numberDiff line change
@@ -97,24 +97,12 @@ var organisationConfig = {
9797
ld: "#80CC28"
9898
},
9999

100-
licenses: {
101-
"cc0": {
102-
name: "Creative Commons 0 Public Domain Dedication",
103-
short: "CC0",
104-
url: "https://creativecommons.org/publicdomain/zero/1.0/",
105-
image: "https://tools.geostandaarden.nl/respec/style/logos/CC-Licentie.svg",
106-
},
100+
license: {
107101
"cc-by": {
108102
name: "Creative Commons Attribution 4.0 International Public License",
109103
short: "CC-BY",
110104
url: "https://creativecommons.org/licenses/by/4.0/legalcode",
111105
image: "https://data.aquo.nl/informatiemodel/publicatie/cc-by.svg",
112106
},
113-
"cc-by-nd": {
114-
name: "Creative Commons Naamsvermelding-GeenAfgeleideWerken 4.0 Internationaal",
115-
short: "CC-BY-ND",
116-
url: "https://creativecommons.org/licenses/by-nd/4.0/legalcode.nl",
117-
image: "https://tools.geostandaarden.nl/respec/style/logos/cc-by-nd.svg",
118-
},
119107
},
120108
}

js/config.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ let respecConfig = {
5050
emailComments: "[email protected]", // reactie mailadres, alleen bij CV!
5151
subtitle: "Versie 0.8", // Subtitel van het document
5252
//maxTocLevel: 4, // Aantal niveau's ToC, default is 0
53-
53+
nl_organisationName: "IHW",
54+
sotdText: "Dit is een werkversie die op elk moment kan worden gewijzigd, verwijderd of vervangen door andere documenten. Het is geen stabiel document.",
55+
5456
// Create PDF and link to file in header (optional):
5557
// alternateFormats: [
5658
// {

0 commit comments

Comments
 (0)