Skip to content

Commit

Permalink
Update Copyright date
Browse files Browse the repository at this point in the history
  • Loading branch information
joto committed Dec 18, 2024
1 parent 494d4e2 commit a69e299
Show file tree
Hide file tree
Showing 22 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion man/manpage.template
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $endfor$
$if(author)$
.SH COPYRIGHT
.PP
Copyright (C) 2012\-2021 Jochen Topf <[email protected]>.
Copyright (C) 2012\-2024 Jochen Topf <[email protected]>.
License GPLv3+: GNU GPL version 3 or later
<https://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
Expand Down
2 changes: 1 addition & 1 deletion osmcoastline_readmeta
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fi

if [[ $# -ge 1 && ( $1 == "--version" || $1 == "-v" ) ]]; then
echo "osmcoastline_readmeta version $OSMCOASTLINE_VERSION"
echo "Copyright (C) 2012-2022 Jochen Topf <[email protected]>"
echo "Copyright (C) 2012-2024 Jochen Topf <[email protected]>"
echo "License: GNU GENERAL PUBLIC LICENSE Version 3 <https://gnu.org/licenses/gpl.html>."
echo "This is free software: you are free to change and redistribute it."
echo "There is NO WARRANTY, to the extent permitted by law.";
Expand Down
2 changes: 1 addition & 1 deletion src/coastline_polygons.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright 2012-2022 Jochen Topf <[email protected]>.
Copyright 2012-2024 Jochen Topf <[email protected]>.
This file is part of OSMCoastline.
Expand Down
2 changes: 1 addition & 1 deletion src/coastline_polygons.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

/*
Copyright 2012-2022 Jochen Topf <[email protected]>.
Copyright 2012-2024 Jochen Topf <[email protected]>.
This file is part of OSMCoastline.
Expand Down
2 changes: 1 addition & 1 deletion src/coastline_ring.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright 2012-2022 Jochen Topf <[email protected]>.
Copyright 2012-2024 Jochen Topf <[email protected]>.
This file is part of OSMCoastline.
Expand Down
2 changes: 1 addition & 1 deletion src/coastline_ring.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

/*
Copyright 2012-2022 Jochen Topf <[email protected]>.
Copyright 2012-2024 Jochen Topf <[email protected]>.
This file is part of OSMCoastline.
Expand Down
2 changes: 1 addition & 1 deletion src/coastline_ring_collection.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright 2012-2022 Jochen Topf <[email protected]>.
Copyright 2012-2024 Jochen Topf <[email protected]>.
This file is part of OSMCoastline.
Expand Down
2 changes: 1 addition & 1 deletion src/coastline_ring_collection.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

/*
Copyright 2012-2022 Jochen Topf <[email protected]>.
Copyright 2012-2024 Jochen Topf <[email protected]>.
This file is part of OSMCoastline.
Expand Down
2 changes: 1 addition & 1 deletion src/nodegrid2opl.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright 2012-2022 Jochen Topf <[email protected]>.
Copyright 2012-2024 Jochen Topf <[email protected]>.
This file is part of OSMCoastline.
Expand Down
4 changes: 2 additions & 2 deletions src/options.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright 2012-2022 Jochen Topf <[email protected]>.
Copyright 2012-2024 Jochen Topf <[email protected]>.
This file is part of OSMCoastline.
Expand Down Expand Up @@ -70,7 +70,7 @@ void print_version() {
for (const auto& type : osmium::io::supported_pbf_compression_types()) {
std::cout << " " << type;
}
std::cout << "\n\nCopyright (C) 2012-2022 Jochen Topf <[email protected]>\n"
std::cout << "\n\nCopyright (C) 2012-2024 Jochen Topf <[email protected]>\n"
<< "License: GNU GENERAL PUBLIC LICENSE Version 3 <https://gnu.org/licenses/gpl.html>.\n"
<< "This is free software: you are free to change and redistribute it.\n"
<< "There is NO WARRANTY, to the extent permitted by law.\n";
Expand Down
2 changes: 1 addition & 1 deletion src/options.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

/*
Copyright 2012-2022 Jochen Topf <[email protected]>.
Copyright 2012-2024 Jochen Topf <[email protected]>.
This file is part of OSMCoastline.
Expand Down
2 changes: 1 addition & 1 deletion src/osmcoastline.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright 2012-2022 Jochen Topf <[email protected]>.
Copyright 2012-2024 Jochen Topf <[email protected]>.
This file is part of OSMCoastline.
Expand Down
4 changes: 2 additions & 2 deletions src/osmcoastline_filter.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright 2012-2022 Jochen Topf <[email protected]>.
Copyright 2012-2024 Jochen Topf <[email protected]>.
This file is part of OSMCoastline.
Expand Down Expand Up @@ -96,7 +96,7 @@ int main(int argc, char* argv[]) {
break;
case 'V':
std::cout << "osmcoastline_filter " << get_osmcoastline_long_version() << " / " << get_libosmium_version() << '\n'
<< "Copyright (C) 2012-2022 Jochen Topf <[email protected]>\n"
<< "Copyright (C) 2012-2024 Jochen Topf <[email protected]>\n"
<< "License: GNU GENERAL PUBLIC LICENSE Version 3 <https://gnu.org/licenses/gpl.html>.\n"
<< "This is free software: you are free to change and redistribute it.\n"
<< "There is NO WARRANTY, to the extent permitted by law.\n";
Expand Down
4 changes: 2 additions & 2 deletions src/osmcoastline_segments.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright 2012-2022 Jochen Topf <[email protected]>.
Copyright 2012-2024 Jochen Topf <[email protected]>.
This file is part of OSMCoastline.
Expand Down Expand Up @@ -152,7 +152,7 @@ int main(int argc, char *argv[]) {
}
case 'V':
std::cout << "osmcoastline_segments " << get_osmcoastline_long_version() << " / " << get_libosmium_version() << '\n'
<< "Copyright (C) 2012-2022 Jochen Topf <[email protected]>\n"
<< "Copyright (C) 2012-2024 Jochen Topf <[email protected]>\n"
<< "License: GNU GENERAL PUBLIC LICENSE Version 3 <https://gnu.org/licenses/gpl.html>.\n"
<< "This is free software: you are free to change and redistribute it.\n"
<< "There is NO WARRANTY, to the extent permitted by law.\n";
Expand Down
4 changes: 2 additions & 2 deletions src/osmcoastline_ways.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright 2012-2022 Jochen Topf <[email protected]>.
Copyright 2012-2024 Jochen Topf <[email protected]>.
This file is part of OSMCoastline.
Expand Down Expand Up @@ -115,7 +115,7 @@ int main(int argc, char* argv[]) {

if (!std::strcmp(argv[1], "--version") || !std::strcmp(argv[1], "-V")) {
std::cout << "osmcoastline_ways " << get_osmcoastline_long_version() << " / " << get_libosmium_version() << '\n'
<< "Copyright (C) 2012-2022 Jochen Topf <[email protected]>\n"
<< "Copyright (C) 2012-2024 Jochen Topf <[email protected]>\n"
<< "License: GNU GENERAL PUBLIC LICENSE Version 3 <https://gnu.org/licenses/gpl.html>.\n"
<< "This is free software: you are free to change and redistribute it.\n"
<< "There is NO WARRANTY, to the extent permitted by law.\n";
Expand Down
2 changes: 1 addition & 1 deletion src/output_database.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright 2012-2022 Jochen Topf <[email protected]>.
Copyright 2012-2024 Jochen Topf <[email protected]>.
This file is part of OSMCoastline.
Expand Down
2 changes: 1 addition & 1 deletion src/output_database.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

/*
Copyright 2012-2022 Jochen Topf <[email protected]>.
Copyright 2012-2024 Jochen Topf <[email protected]>.
This file is part of OSMCoastline.
Expand Down
2 changes: 1 addition & 1 deletion src/return_codes.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

/*
Copyright 2012-2022 Jochen Topf <[email protected]>.
Copyright 2012-2024 Jochen Topf <[email protected]>.
This file is part of OSMCoastline.
Expand Down
2 changes: 1 addition & 1 deletion src/srs.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright 2012-2022 Jochen Topf <[email protected]>.
Copyright 2012-2024 Jochen Topf <[email protected]>.
This file is part of OSMCoastline.
Expand Down
2 changes: 1 addition & 1 deletion src/srs.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

/*
Copyright 2012-2022 Jochen Topf <[email protected]>.
Copyright 2012-2024 Jochen Topf <[email protected]>.
This file is part of OSMCoastline.
Expand Down
2 changes: 1 addition & 1 deletion src/stats.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

/*
Copyright 2012-2022 Jochen Topf <[email protected]>.
Copyright 2012-2024 Jochen Topf <[email protected]>.
This file is part of OSMCoastline.
Expand Down
2 changes: 1 addition & 1 deletion src/util.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

/*
Copyright 2012-2022 Jochen Topf <[email protected]>.
Copyright 2012-2024 Jochen Topf <[email protected]>.
This file is part of OSMCoastline.
Expand Down

0 comments on commit a69e299

Please sign in to comment.