Skip to content

Commit a69e299

Browse files
committed
Update Copyright date
1 parent 494d4e2 commit a69e299

22 files changed

+26
-26
lines changed

man/manpage.template

+1-1
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\-2021 Jochen Topf <[email protected]>.
18+
Copyright (C) 2012\-2024 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

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ fi
1616

1717
if [[ $# -ge 1 && ( $1 == "--version" || $1 == "-v" ) ]]; then
1818
echo "osmcoastline_readmeta version $OSMCOASTLINE_VERSION"
19-
echo "Copyright (C) 2012-2022 Jochen Topf <[email protected]>"
19+
echo "Copyright (C) 2012-2024 Jochen Topf <[email protected]>"
2020
echo "License: GNU GENERAL PUBLIC LICENSE Version 3 <https://gnu.org/licenses/gpl.html>."
2121
echo "This is free software: you are free to change and redistribute it."
2222
echo "There is NO WARRANTY, to the extent permitted by law.";

src/coastline_polygons.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
3-
Copyright 2012-2022 Jochen Topf <[email protected]>.
3+
Copyright 2012-2024 Jochen Topf <[email protected]>.
44
55
This file is part of OSMCoastline.
66

src/coastline_polygons.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

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

src/coastline_ring.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
3-
Copyright 2012-2022 Jochen Topf <[email protected]>.
3+
Copyright 2012-2024 Jochen Topf <[email protected]>.
44
55
This file is part of OSMCoastline.
66

src/coastline_ring.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

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

src/coastline_ring_collection.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
3-
Copyright 2012-2022 Jochen Topf <[email protected]>.
3+
Copyright 2012-2024 Jochen Topf <[email protected]>.
44
55
This file is part of OSMCoastline.
66

src/coastline_ring_collection.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

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

src/nodegrid2opl.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
3-
Copyright 2012-2022 Jochen Topf <[email protected]>.
3+
Copyright 2012-2024 Jochen Topf <[email protected]>.
44
55
This file is part of OSMCoastline.
66

src/options.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
3-
Copyright 2012-2022 Jochen Topf <[email protected]>.
3+
Copyright 2012-2024 Jochen Topf <[email protected]>.
44
55
This file is part of OSMCoastline.
66
@@ -70,7 +70,7 @@ void print_version() {
7070
for (const auto& type : osmium::io::supported_pbf_compression_types()) {
7171
std::cout << " " << type;
7272
}
73-
std::cout << "\n\nCopyright (C) 2012-2022 Jochen Topf <[email protected]>\n"
73+
std::cout << "\n\nCopyright (C) 2012-2024 Jochen Topf <[email protected]>\n"
7474
<< "License: GNU GENERAL PUBLIC LICENSE Version 3 <https://gnu.org/licenses/gpl.html>.\n"
7575
<< "This is free software: you are free to change and redistribute it.\n"
7676
<< "There is NO WARRANTY, to the extent permitted by law.\n";

src/options.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

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

src/osmcoastline.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
3-
Copyright 2012-2022 Jochen Topf <[email protected]>.
3+
Copyright 2012-2024 Jochen Topf <[email protected]>.
44
55
This file is part of OSMCoastline.
66

src/osmcoastline_filter.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
3-
Copyright 2012-2022 Jochen Topf <[email protected]>.
3+
Copyright 2012-2024 Jochen Topf <[email protected]>.
44
55
This file is part of OSMCoastline.
66
@@ -96,7 +96,7 @@ int main(int argc, char* argv[]) {
9696
break;
9797
case 'V':
9898
std::cout << "osmcoastline_filter " << get_osmcoastline_long_version() << " / " << get_libosmium_version() << '\n'
99-
<< "Copyright (C) 2012-2022 Jochen Topf <[email protected]>\n"
99+
<< "Copyright (C) 2012-2024 Jochen Topf <[email protected]>\n"
100100
<< "License: GNU GENERAL PUBLIC LICENSE Version 3 <https://gnu.org/licenses/gpl.html>.\n"
101101
<< "This is free software: you are free to change and redistribute it.\n"
102102
<< "There is NO WARRANTY, to the extent permitted by law.\n";

src/osmcoastline_segments.cpp

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

src/osmcoastline_ways.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
3-
Copyright 2012-2022 Jochen Topf <[email protected]>.
3+
Copyright 2012-2024 Jochen Topf <[email protected]>.
44
55
This file is part of OSMCoastline.
66
@@ -115,7 +115,7 @@ int main(int argc, char* argv[]) {
115115

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

src/output_database.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
3-
Copyright 2012-2022 Jochen Topf <[email protected]>.
3+
Copyright 2012-2024 Jochen Topf <[email protected]>.
44
55
This file is part of OSMCoastline.
66

src/output_database.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

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

src/return_codes.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

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

src/srs.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
3-
Copyright 2012-2022 Jochen Topf <[email protected]>.
3+
Copyright 2012-2024 Jochen Topf <[email protected]>.
44
55
This file is part of OSMCoastline.
66

src/srs.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

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

src/stats.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

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

src/util.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

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

0 commit comments

Comments
 (0)