Skip to content

Commit 7b1be4d

Browse files
committed
Update copyright date to 2019.
1 parent 0dacd62 commit 7b1be4d

22 files changed

+26
-26
lines changed

man/manpage.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ $endfor$
1515
$if(author)$
1616
.SH COPYRIGHT
1717
.PP
18-
Copyright (C) 2012\-2018 Jochen Topf <[email protected]>.
18+
Copyright (C) 2012\-2019 Jochen Topf <[email protected]>.
1919
License GPLv3+: GNU GPL version 3 or later
2020
<https://gnu.org/licenses/gpl.html>.
2121
This is free software: you are free to change and redistribute it.

osmcoastline_readmeta

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ fi
1414

1515
if [ "x$1" = "x--version" -o "x$1" = "x-V" ]; then
1616
echo "osmcoastline_readmeta version $OSMCOASTLINE_VERSION"
17-
echo "Copyright (C) 2012-2018 Jochen Topf <[email protected]>"
17+
echo "Copyright (C) 2012-2019 Jochen Topf <[email protected]>"
1818
echo "License: GNU GENERAL PUBLIC LICENSE Version 3 <https://gnu.org/licenses/gpl.html>."
1919
echo "This is free software: you are free to change and redistribute it."
2020
echo "There is NO WARRANTY, to the extent permitted by law.";

src/coastline_polygons.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
3-
Copyright 2012-2018 Jochen Topf <[email protected]>.
3+
Copyright 2012-2019 Jochen Topf <[email protected]>.
44
55
This file is part of OSMCoastline.
66

src/coastline_polygons.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/*
55
6-
Copyright 2012-2018 Jochen Topf <[email protected]>.
6+
Copyright 2012-2019 Jochen Topf <[email protected]>.
77
88
This file is part of OSMCoastline.
99

src/coastline_ring.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
3-
Copyright 2012-2018 Jochen Topf <[email protected]>.
3+
Copyright 2012-2019 Jochen Topf <[email protected]>.
44
55
This file is part of OSMCoastline.
66

src/coastline_ring.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/*
55
6-
Copyright 2012-2018 Jochen Topf <[email protected]>.
6+
Copyright 2012-2019 Jochen Topf <[email protected]>.
77
88
This file is part of OSMCoastline.
99

src/coastline_ring_collection.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
3-
Copyright 2012-2018 Jochen Topf <[email protected]>.
3+
Copyright 2012-2019 Jochen Topf <[email protected]>.
44
55
This file is part of OSMCoastline.
66

src/coastline_ring_collection.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/*
55
6-
Copyright 2012-2018 Jochen Topf <[email protected]>.
6+
Copyright 2012-2019 Jochen Topf <[email protected]>.
77
88
This file is part of OSMCoastline.
99

src/nodegrid2opl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
3-
Copyright 2012-2018 Jochen Topf <[email protected]>.
3+
Copyright 2012-2019 Jochen Topf <[email protected]>.
44
55
This file is part of OSMCoastline.
66

src/options.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
3-
Copyright 2012-2018 Jochen Topf <[email protected]>.
3+
Copyright 2012-2019 Jochen Topf <[email protected]>.
44
55
This file is part of OSMCoastline.
66
@@ -122,7 +122,7 @@ Options::Options(int argc, char* argv[]) {
122122
break;
123123
case 'V':
124124
std::cout << "osmcoastline " << get_osmcoastline_long_version() << " / " << get_libosmium_version() << '\n'
125-
<< "Copyright (C) 2012-2018 Jochen Topf <[email protected]>\n"
125+
<< "Copyright (C) 2012-2019 Jochen Topf <[email protected]>\n"
126126
<< "License: GNU GENERAL PUBLIC LICENSE Version 3 <https://gnu.org/licenses/gpl.html>.\n"
127127
<< "This is free software: you are free to change and redistribute it.\n"
128128
<< "There is NO WARRANTY, to the extent permitted by law.\n";

src/options.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/*
55
6-
Copyright 2012-2018 Jochen Topf <[email protected]>.
6+
Copyright 2012-2019 Jochen Topf <[email protected]>.
77
88
This file is part of OSMCoastline.
99

src/osmcoastline.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
3-
Copyright 2012-2018 Jochen Topf <[email protected]>.
3+
Copyright 2012-2019 Jochen Topf <[email protected]>.
44
55
This file is part of OSMCoastline.
66

src/osmcoastline_filter.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
3-
Copyright 2012-2018 Jochen Topf <[email protected]>.
3+
Copyright 2012-2019 Jochen Topf <[email protected]>.
44
55
This file is part of OSMCoastline.
66
@@ -86,7 +86,7 @@ int main(int argc, char* argv[]) {
8686
break;
8787
case 'V':
8888
std::cout << "osmcoastline_filter " << get_osmcoastline_long_version() << " / " << get_libosmium_version() << '\n'
89-
<< "Copyright (C) 2012-2018 Jochen Topf <[email protected]>\n"
89+
<< "Copyright (C) 2012-2019 Jochen Topf <[email protected]>\n"
9090
<< "License: GNU GENERAL PUBLIC LICENSE Version 3 <https://gnu.org/licenses/gpl.html>.\n"
9191
<< "This is free software: you are free to change and redistribute it.\n"
9292
<< "There is NO WARRANTY, to the extent permitted by law.\n";

src/osmcoastline_segments.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
3-
Copyright 2012-2018 Jochen Topf <[email protected]>.
3+
Copyright 2012-2019 Jochen Topf <[email protected]>.
44
55
This file is part of OSMCoastline.
66
@@ -147,7 +147,7 @@ int main(int argc, char *argv[]) {
147147
}
148148
case 'V':
149149
std::cout << "osmcoastline_segments " << get_osmcoastline_long_version() << " / " << get_libosmium_version() << '\n'
150-
<< "Copyright (C) 2012-2018 Jochen Topf <[email protected]>\n"
150+
<< "Copyright (C) 2012-2019 Jochen Topf <[email protected]>\n"
151151
<< "License: GNU GENERAL PUBLIC LICENSE Version 3 <https://gnu.org/licenses/gpl.html>.\n"
152152
<< "This is free software: you are free to change and redistribute it.\n"
153153
<< "There is NO WARRANTY, to the extent permitted by law.\n";

src/osmcoastline_ways.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
3-
Copyright 2012-2018 Jochen Topf <[email protected]>.
3+
Copyright 2012-2019 Jochen Topf <[email protected]>.
44
55
This file is part of OSMCoastline.
66
@@ -114,7 +114,7 @@ int main(int argc, char* argv[]) {
114114

115115
if (!std::strcmp(argv[1], "--version") || !std::strcmp(argv[1], "-V")) {
116116
std::cout << "osmcoastline_ways " << get_osmcoastline_long_version() << " / " << get_libosmium_version() << '\n'
117-
<< "Copyright (C) 2012-2018 Jochen Topf <[email protected]>\n"
117+
<< "Copyright (C) 2012-2019 Jochen Topf <[email protected]>\n"
118118
<< "License: GNU GENERAL PUBLIC LICENSE Version 3 <https://gnu.org/licenses/gpl.html>.\n"
119119
<< "This is free software: you are free to change and redistribute it.\n"
120120
<< "There is NO WARRANTY, to the extent permitted by law.\n";

src/output_database.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
3-
Copyright 2012-2018 Jochen Topf <[email protected]>.
3+
Copyright 2012-2019 Jochen Topf <[email protected]>.
44
55
This file is part of OSMCoastline.
66

src/output_database.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/*
55
6-
Copyright 2012-2018 Jochen Topf <[email protected]>.
6+
Copyright 2012-2019 Jochen Topf <[email protected]>.
77
88
This file is part of OSMCoastline.
99

src/return_codes.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/*
55
6-
Copyright 2012-2018 Jochen Topf <[email protected]>.
6+
Copyright 2012-2019 Jochen Topf <[email protected]>.
77
88
This file is part of OSMCoastline.
99

src/srs.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
3-
Copyright 2012-2018 Jochen Topf <[email protected]>.
3+
Copyright 2012-2019 Jochen Topf <[email protected]>.
44
55
This file is part of OSMCoastline.
66

src/srs.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/*
55
6-
Copyright 2012-2018 Jochen Topf <[email protected]>.
6+
Copyright 2012-2019 Jochen Topf <[email protected]>.
77
88
This file is part of OSMCoastline.
99

src/stats.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/*
55
6-
Copyright 2012-2018 Jochen Topf <[email protected]>.
6+
Copyright 2012-2019 Jochen Topf <[email protected]>.
77
88
This file is part of OSMCoastline.
99

src/util.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/*
55
6-
Copyright 2012-2018 Jochen Topf <[email protected]>.
6+
Copyright 2012-2019 Jochen Topf <[email protected]>.
77
88
This file is part of OSMCoastline.
99

0 commit comments

Comments
 (0)