Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KItinerary
Commits
357abb65
Commit
357abb65
authored
Apr 23, 2020
by
Volker Krause
Browse files
Update generated license header to cover OSM data
Also, use the SPDX format.
parent
2e4d02c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/knowledgedb-generator/codegen.cpp
View file @
357abb65
...
...
@@ -25,7 +25,9 @@ using namespace KItinerary::Generator;
void
CodeGen
::
writeLicenseHeader
(
QIODevice
*
out
)
{
out
->
write
(
R"(/*
* This code is auto-generated from Wikidata data. Licensed under CC0.
* SPDX-License-Identifier: ODbL-1.0
*
* This code is auto-generated from OpenStreetMap (licensed under ODbL) and Wikidata (licensed under CC0), do not edit!
*/
)"
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment