From fa64152400fb2a683f188a77ef36284cb4edc524 Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Wed, 30 Oct 2024 17:21:10 +0100 Subject: [PATCH] Update copyright date --- README.md | 2 +- man/manpage.template | 2 +- src/cmd.cpp | 2 +- src/cmd.hpp | 2 +- src/cmd_factory.cpp | 2 +- src/command_add_locations_to_ways.cpp | 2 +- src/command_add_locations_to_ways.hpp | 2 +- src/command_apply_changes.cpp | 2 +- src/command_apply_changes.hpp | 2 +- src/command_cat.cpp | 2 +- src/command_cat.hpp | 2 +- src/command_changeset_filter.cpp | 2 +- src/command_changeset_filter.hpp | 2 +- src/command_check_refs.cpp | 2 +- src/command_check_refs.hpp | 2 +- src/command_create_locations_index.cpp | 2 +- src/command_create_locations_index.hpp | 2 +- src/command_derive_changes.cpp | 2 +- src/command_derive_changes.hpp | 2 +- src/command_diff.cpp | 2 +- src/command_diff.hpp | 2 +- src/command_export.cpp | 2 +- src/command_export.hpp | 2 +- src/command_extract.cpp | 2 +- src/command_extract.hpp | 2 +- src/command_fileinfo.cpp | 2 +- src/command_fileinfo.hpp | 2 +- src/command_getid.cpp | 2 +- src/command_getid.hpp | 2 +- src/command_getparents.cpp | 2 +- src/command_getparents.hpp | 2 +- src/command_help.cpp | 2 +- src/command_help.hpp | 2 +- src/command_merge.cpp | 2 +- src/command_merge.hpp | 2 +- src/command_merge_changes.cpp | 2 +- src/command_merge_changes.hpp | 2 +- src/command_query_locations_index.cpp | 2 +- src/command_query_locations_index.hpp | 2 +- src/command_removeid.cpp | 2 +- src/command_removeid.hpp | 2 +- src/command_renumber.cpp | 2 +- src/command_renumber.hpp | 2 +- src/command_show.cpp | 2 +- src/command_show.hpp | 2 +- src/command_sort.cpp | 2 +- src/command_sort.hpp | 2 +- src/command_tags_count.cpp | 2 +- src/command_tags_count.hpp | 2 +- src/command_tags_filter.cpp | 2 +- src/command_tags_filter.hpp | 2 +- src/command_time_filter.cpp | 2 +- src/command_time_filter.hpp | 2 +- src/exception.hpp | 2 +- src/export/export_format.hpp | 2 +- src/export/export_format_json.cpp | 2 +- src/export/export_format_json.hpp | 2 +- src/export/export_format_pg.cpp | 2 +- src/export/export_format_pg.hpp | 2 +- src/export/export_format_text.cpp | 2 +- src/export/export_format_text.hpp | 2 +- src/export/export_handler.cpp | 2 +- src/export/export_handler.hpp | 2 +- src/export/options.hpp | 2 +- src/extract/extract.cpp | 2 +- src/extract/extract.hpp | 2 +- src/extract/extract_bbox.cpp | 2 +- src/extract/extract_bbox.hpp | 2 +- src/extract/extract_polygon.cpp | 2 +- src/extract/extract_polygon.hpp | 2 +- src/extract/geojson_file_parser.cpp | 2 +- src/extract/geojson_file_parser.hpp | 2 +- src/extract/geometry_util.hpp | 2 +- src/extract/osm_file_parser.cpp | 2 +- src/extract/osm_file_parser.hpp | 2 +- src/extract/poly_file_parser.cpp | 2 +- src/extract/poly_file_parser.hpp | 2 +- src/extract/strategy.hpp | 2 +- src/extract/strategy_complete_ways.cpp | 2 +- src/extract/strategy_complete_ways.hpp | 2 +- src/extract/strategy_complete_ways_with_history.cpp | 2 +- src/extract/strategy_complete_ways_with_history.hpp | 2 +- src/extract/strategy_simple.cpp | 2 +- src/extract/strategy_simple.hpp | 2 +- src/extract/strategy_smart.cpp | 2 +- src/extract/strategy_smart.hpp | 2 +- src/io.cpp | 2 +- src/main.cpp | 4 ++-- src/option_clean.cpp | 2 +- src/option_clean.hpp | 2 +- src/util.cpp | 2 +- src/util.hpp | 2 +- 92 files changed, 93 insertions(+), 93 deletions(-) diff --git a/README.md b/README.md index b2a9d0b0..a177a7ea 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ More extensive tests of the libosmium I/O system can also be run. See ## License -Copyright (C) 2013-2023 Jochen Topf (jochen@topf.org) +Copyright (C) 2013-2024 Jochen Topf (jochen@topf.org) This program is available under the GNU GENERAL PUBLIC LICENSE Version 3. See the file LICENSE.txt for the complete text of the license. diff --git a/man/manpage.template b/man/manpage.template index 91952528..8827bb1a 100644 --- a/man/manpage.template +++ b/man/manpage.template @@ -15,7 +15,7 @@ $endfor$ $if(author)$ .SH COPYRIGHT .PP -Copyright (C) 2013\-2023 Jochen Topf . +Copyright (C) 2013\-2024 Jochen Topf . License GPLv3+: GNU GPL version 3 or later . diff --git a/src/cmd.cpp b/src/cmd.cpp index fb673007..763b521e 100644 --- a/src/cmd.cpp +++ b/src/cmd.cpp @@ -3,7 +3,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/cmd.hpp b/src/cmd.hpp index e03a5cf2..95d85f19 100644 --- a/src/cmd.hpp +++ b/src/cmd.hpp @@ -6,7 +6,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/cmd_factory.cpp b/src/cmd_factory.cpp index 6fb039f6..f0a4eee1 100644 --- a/src/cmd_factory.cpp +++ b/src/cmd_factory.cpp @@ -3,7 +3,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/command_add_locations_to_ways.cpp b/src/command_add_locations_to_ways.cpp index 646347ab..30aa4e17 100644 --- a/src/command_add_locations_to_ways.cpp +++ b/src/command_add_locations_to_ways.cpp @@ -3,7 +3,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/command_add_locations_to_ways.hpp b/src/command_add_locations_to_ways.hpp index f70002c1..01b31ab7 100644 --- a/src/command_add_locations_to_ways.hpp +++ b/src/command_add_locations_to_ways.hpp @@ -6,7 +6,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/command_apply_changes.cpp b/src/command_apply_changes.cpp index 4bb4c11b..f63d506a 100644 --- a/src/command_apply_changes.cpp +++ b/src/command_apply_changes.cpp @@ -3,7 +3,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/command_apply_changes.hpp b/src/command_apply_changes.hpp index 9bd5a836..21c60dc7 100644 --- a/src/command_apply_changes.hpp +++ b/src/command_apply_changes.hpp @@ -6,7 +6,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/command_cat.cpp b/src/command_cat.cpp index 50837f24..d37cc093 100644 --- a/src/command_cat.cpp +++ b/src/command_cat.cpp @@ -3,7 +3,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/command_cat.hpp b/src/command_cat.hpp index 23a6edb9..86a006f9 100644 --- a/src/command_cat.hpp +++ b/src/command_cat.hpp @@ -6,7 +6,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/command_changeset_filter.cpp b/src/command_changeset_filter.cpp index 64dc3976..583dce7b 100644 --- a/src/command_changeset_filter.cpp +++ b/src/command_changeset_filter.cpp @@ -3,7 +3,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/command_changeset_filter.hpp b/src/command_changeset_filter.hpp index ff93a399..e8866d68 100644 --- a/src/command_changeset_filter.hpp +++ b/src/command_changeset_filter.hpp @@ -6,7 +6,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/command_check_refs.cpp b/src/command_check_refs.cpp index 0014bdca..989776a5 100644 --- a/src/command_check_refs.cpp +++ b/src/command_check_refs.cpp @@ -3,7 +3,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/command_check_refs.hpp b/src/command_check_refs.hpp index 264e172b..d4af89b3 100644 --- a/src/command_check_refs.hpp +++ b/src/command_check_refs.hpp @@ -6,7 +6,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/command_create_locations_index.cpp b/src/command_create_locations_index.cpp index 4145703a..5b46d84f 100644 --- a/src/command_create_locations_index.cpp +++ b/src/command_create_locations_index.cpp @@ -3,7 +3,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/command_create_locations_index.hpp b/src/command_create_locations_index.hpp index 8c9b5591..ab684d23 100644 --- a/src/command_create_locations_index.hpp +++ b/src/command_create_locations_index.hpp @@ -6,7 +6,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/command_derive_changes.cpp b/src/command_derive_changes.cpp index e1fd915c..f794d85f 100644 --- a/src/command_derive_changes.cpp +++ b/src/command_derive_changes.cpp @@ -3,7 +3,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/command_derive_changes.hpp b/src/command_derive_changes.hpp index ad1607c6..7f2940e1 100644 --- a/src/command_derive_changes.hpp +++ b/src/command_derive_changes.hpp @@ -6,7 +6,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/command_diff.cpp b/src/command_diff.cpp index 7c1e3f6a..8d2ad66a 100644 --- a/src/command_diff.cpp +++ b/src/command_diff.cpp @@ -3,7 +3,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/command_diff.hpp b/src/command_diff.hpp index cea2d3c1..1d2569f6 100644 --- a/src/command_diff.hpp +++ b/src/command_diff.hpp @@ -6,7 +6,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/command_export.cpp b/src/command_export.cpp index 265be33a..4469e6b4 100644 --- a/src/command_export.cpp +++ b/src/command_export.cpp @@ -3,7 +3,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/command_export.hpp b/src/command_export.hpp index 6ff33aa5..84f66c80 100644 --- a/src/command_export.hpp +++ b/src/command_export.hpp @@ -6,7 +6,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/command_extract.cpp b/src/command_extract.cpp index 1d8a89e2..b0d5e1db 100644 --- a/src/command_extract.cpp +++ b/src/command_extract.cpp @@ -3,7 +3,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/command_extract.hpp b/src/command_extract.hpp index 32b4c3bd..b9faf450 100644 --- a/src/command_extract.hpp +++ b/src/command_extract.hpp @@ -6,7 +6,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/command_fileinfo.cpp b/src/command_fileinfo.cpp index d8b48002..79ec49d2 100644 --- a/src/command_fileinfo.cpp +++ b/src/command_fileinfo.cpp @@ -3,7 +3,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/command_fileinfo.hpp b/src/command_fileinfo.hpp index 921c6c6a..09d48941 100644 --- a/src/command_fileinfo.hpp +++ b/src/command_fileinfo.hpp @@ -6,7 +6,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/command_getid.cpp b/src/command_getid.cpp index 9261428f..e515b2af 100644 --- a/src/command_getid.cpp +++ b/src/command_getid.cpp @@ -3,7 +3,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/command_getid.hpp b/src/command_getid.hpp index 2b41b671..e2e1daf3 100644 --- a/src/command_getid.hpp +++ b/src/command_getid.hpp @@ -6,7 +6,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/command_getparents.cpp b/src/command_getparents.cpp index 35158225..1c984682 100644 --- a/src/command_getparents.cpp +++ b/src/command_getparents.cpp @@ -3,7 +3,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/command_getparents.hpp b/src/command_getparents.hpp index 6f9c9397..f3ea0522 100644 --- a/src/command_getparents.hpp +++ b/src/command_getparents.hpp @@ -6,7 +6,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/command_help.cpp b/src/command_help.cpp index c8ed868b..7c1d7547 100644 --- a/src/command_help.cpp +++ b/src/command_help.cpp @@ -3,7 +3,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/command_help.hpp b/src/command_help.hpp index 92ef3d3c..0049acb2 100644 --- a/src/command_help.hpp +++ b/src/command_help.hpp @@ -6,7 +6,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/command_merge.cpp b/src/command_merge.cpp index fe79e0e1..6f94cb0e 100644 --- a/src/command_merge.cpp +++ b/src/command_merge.cpp @@ -3,7 +3,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/command_merge.hpp b/src/command_merge.hpp index d5e60803..a1fca896 100644 --- a/src/command_merge.hpp +++ b/src/command_merge.hpp @@ -6,7 +6,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/command_merge_changes.cpp b/src/command_merge_changes.cpp index c78d1426..c8cb0e39 100644 --- a/src/command_merge_changes.cpp +++ b/src/command_merge_changes.cpp @@ -3,7 +3,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/command_merge_changes.hpp b/src/command_merge_changes.hpp index a7b47dad..08765011 100644 --- a/src/command_merge_changes.hpp +++ b/src/command_merge_changes.hpp @@ -6,7 +6,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/command_query_locations_index.cpp b/src/command_query_locations_index.cpp index f0480de4..db99e4e4 100644 --- a/src/command_query_locations_index.cpp +++ b/src/command_query_locations_index.cpp @@ -3,7 +3,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/command_query_locations_index.hpp b/src/command_query_locations_index.hpp index c6cfb4c9..79c65536 100644 --- a/src/command_query_locations_index.hpp +++ b/src/command_query_locations_index.hpp @@ -6,7 +6,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/command_removeid.cpp b/src/command_removeid.cpp index d97e3452..15ebe039 100644 --- a/src/command_removeid.cpp +++ b/src/command_removeid.cpp @@ -3,7 +3,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/command_removeid.hpp b/src/command_removeid.hpp index 213ec50d..b3558ede 100644 --- a/src/command_removeid.hpp +++ b/src/command_removeid.hpp @@ -6,7 +6,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/command_renumber.cpp b/src/command_renumber.cpp index b6c26f36..36395ed8 100644 --- a/src/command_renumber.cpp +++ b/src/command_renumber.cpp @@ -2,7 +2,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/command_renumber.hpp b/src/command_renumber.hpp index cbf1a0c7..a586f42f 100644 --- a/src/command_renumber.hpp +++ b/src/command_renumber.hpp @@ -6,7 +6,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/command_show.cpp b/src/command_show.cpp index 9b7a21fa..ad437aad 100644 --- a/src/command_show.cpp +++ b/src/command_show.cpp @@ -3,7 +3,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/command_show.hpp b/src/command_show.hpp index fa08b43e..b218a4d8 100644 --- a/src/command_show.hpp +++ b/src/command_show.hpp @@ -6,7 +6,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/command_sort.cpp b/src/command_sort.cpp index e835bb28..2ddfd1e6 100644 --- a/src/command_sort.cpp +++ b/src/command_sort.cpp @@ -3,7 +3,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/command_sort.hpp b/src/command_sort.hpp index e00ee02a..9e12dbb8 100644 --- a/src/command_sort.hpp +++ b/src/command_sort.hpp @@ -6,7 +6,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/command_tags_count.cpp b/src/command_tags_count.cpp index 7a738b22..2140ce8f 100644 --- a/src/command_tags_count.cpp +++ b/src/command_tags_count.cpp @@ -3,7 +3,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/command_tags_count.hpp b/src/command_tags_count.hpp index c92e3ff0..e7ebf83b 100644 --- a/src/command_tags_count.hpp +++ b/src/command_tags_count.hpp @@ -6,7 +6,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/command_tags_filter.cpp b/src/command_tags_filter.cpp index 0d618502..794ffdc4 100644 --- a/src/command_tags_filter.cpp +++ b/src/command_tags_filter.cpp @@ -3,7 +3,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/command_tags_filter.hpp b/src/command_tags_filter.hpp index 063a8b05..353ef6ba 100644 --- a/src/command_tags_filter.hpp +++ b/src/command_tags_filter.hpp @@ -6,7 +6,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/command_time_filter.cpp b/src/command_time_filter.cpp index 7c7c4828..3024fd3a 100644 --- a/src/command_time_filter.cpp +++ b/src/command_time_filter.cpp @@ -3,7 +3,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/command_time_filter.hpp b/src/command_time_filter.hpp index 8571f2f4..7517bdbe 100644 --- a/src/command_time_filter.hpp +++ b/src/command_time_filter.hpp @@ -6,7 +6,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/exception.hpp b/src/exception.hpp index 23f034da..707da50b 100644 --- a/src/exception.hpp +++ b/src/exception.hpp @@ -6,7 +6,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/export/export_format.hpp b/src/export/export_format.hpp index 92124ee5..ec0c39e1 100644 --- a/src/export/export_format.hpp +++ b/src/export/export_format.hpp @@ -6,7 +6,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/export/export_format_json.cpp b/src/export/export_format_json.cpp index b68824eb..a3e6ad26 100644 --- a/src/export/export_format_json.cpp +++ b/src/export/export_format_json.cpp @@ -3,7 +3,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/export/export_format_json.hpp b/src/export/export_format_json.hpp index 44ce175b..dee07ede 100644 --- a/src/export/export_format_json.hpp +++ b/src/export/export_format_json.hpp @@ -6,7 +6,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/export/export_format_pg.cpp b/src/export/export_format_pg.cpp index 080476b2..3545a23e 100644 --- a/src/export/export_format_pg.cpp +++ b/src/export/export_format_pg.cpp @@ -3,7 +3,7 @@ Osmium -- OpenStreetMap data manipulation command line tool http://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/export/export_format_pg.hpp b/src/export/export_format_pg.hpp index 683c7738..42915e49 100644 --- a/src/export/export_format_pg.hpp +++ b/src/export/export_format_pg.hpp @@ -6,7 +6,7 @@ Osmium -- OpenStreetMap data manipulation command line tool http://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/export/export_format_text.cpp b/src/export/export_format_text.cpp index 60369e40..e3477d89 100644 --- a/src/export/export_format_text.cpp +++ b/src/export/export_format_text.cpp @@ -3,7 +3,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/export/export_format_text.hpp b/src/export/export_format_text.hpp index b6a2234b..5584e74a 100644 --- a/src/export/export_format_text.hpp +++ b/src/export/export_format_text.hpp @@ -6,7 +6,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/export/export_handler.cpp b/src/export/export_handler.cpp index e84bc27e..e3037a3a 100644 --- a/src/export/export_handler.cpp +++ b/src/export/export_handler.cpp @@ -3,7 +3,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/export/export_handler.hpp b/src/export/export_handler.hpp index bc22f111..e58f537a 100644 --- a/src/export/export_handler.hpp +++ b/src/export/export_handler.hpp @@ -6,7 +6,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/export/options.hpp b/src/export/options.hpp index 9129b81c..26776c3f 100644 --- a/src/export/options.hpp +++ b/src/export/options.hpp @@ -6,7 +6,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/extract/extract.cpp b/src/extract/extract.cpp index 6bcbd02f..8e55e1f6 100644 --- a/src/extract/extract.cpp +++ b/src/extract/extract.cpp @@ -3,7 +3,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/extract/extract.hpp b/src/extract/extract.hpp index 4a1b5342..720bb75f 100644 --- a/src/extract/extract.hpp +++ b/src/extract/extract.hpp @@ -6,7 +6,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/extract/extract_bbox.cpp b/src/extract/extract_bbox.cpp index 34997670..2bd317d3 100644 --- a/src/extract/extract_bbox.cpp +++ b/src/extract/extract_bbox.cpp @@ -3,7 +3,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/extract/extract_bbox.hpp b/src/extract/extract_bbox.hpp index ed29a93b..136101b1 100644 --- a/src/extract/extract_bbox.hpp +++ b/src/extract/extract_bbox.hpp @@ -6,7 +6,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/extract/extract_polygon.cpp b/src/extract/extract_polygon.cpp index 3d3b93ea..16e46c05 100644 --- a/src/extract/extract_polygon.cpp +++ b/src/extract/extract_polygon.cpp @@ -3,7 +3,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/extract/extract_polygon.hpp b/src/extract/extract_polygon.hpp index aa73fdcd..80719db7 100644 --- a/src/extract/extract_polygon.hpp +++ b/src/extract/extract_polygon.hpp @@ -6,7 +6,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/extract/geojson_file_parser.cpp b/src/extract/geojson_file_parser.cpp index 310147dd..4a4e99ee 100644 --- a/src/extract/geojson_file_parser.cpp +++ b/src/extract/geojson_file_parser.cpp @@ -3,7 +3,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/extract/geojson_file_parser.hpp b/src/extract/geojson_file_parser.hpp index 077507a5..5be09c59 100644 --- a/src/extract/geojson_file_parser.hpp +++ b/src/extract/geojson_file_parser.hpp @@ -6,7 +6,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/extract/geometry_util.hpp b/src/extract/geometry_util.hpp index 68938aa7..d265a47f 100644 --- a/src/extract/geometry_util.hpp +++ b/src/extract/geometry_util.hpp @@ -6,7 +6,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/extract/osm_file_parser.cpp b/src/extract/osm_file_parser.cpp index a596917d..ddc86dd3 100644 --- a/src/extract/osm_file_parser.cpp +++ b/src/extract/osm_file_parser.cpp @@ -3,7 +3,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/extract/osm_file_parser.hpp b/src/extract/osm_file_parser.hpp index d247e3b1..a8834777 100644 --- a/src/extract/osm_file_parser.hpp +++ b/src/extract/osm_file_parser.hpp @@ -6,7 +6,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/extract/poly_file_parser.cpp b/src/extract/poly_file_parser.cpp index d4e40bd4..79549349 100644 --- a/src/extract/poly_file_parser.cpp +++ b/src/extract/poly_file_parser.cpp @@ -3,7 +3,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/extract/poly_file_parser.hpp b/src/extract/poly_file_parser.hpp index 37d3a54d..50cd77c8 100644 --- a/src/extract/poly_file_parser.hpp +++ b/src/extract/poly_file_parser.hpp @@ -6,7 +6,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/extract/strategy.hpp b/src/extract/strategy.hpp index f0bd29bd..16656c8c 100644 --- a/src/extract/strategy.hpp +++ b/src/extract/strategy.hpp @@ -6,7 +6,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/extract/strategy_complete_ways.cpp b/src/extract/strategy_complete_ways.cpp index 528ebd68..1220f91b 100644 --- a/src/extract/strategy_complete_ways.cpp +++ b/src/extract/strategy_complete_ways.cpp @@ -3,7 +3,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/extract/strategy_complete_ways.hpp b/src/extract/strategy_complete_ways.hpp index 9041b512..43b17cc7 100644 --- a/src/extract/strategy_complete_ways.hpp +++ b/src/extract/strategy_complete_ways.hpp @@ -6,7 +6,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/extract/strategy_complete_ways_with_history.cpp b/src/extract/strategy_complete_ways_with_history.cpp index 0ec508c3..0f8acee1 100644 --- a/src/extract/strategy_complete_ways_with_history.cpp +++ b/src/extract/strategy_complete_ways_with_history.cpp @@ -3,7 +3,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/extract/strategy_complete_ways_with_history.hpp b/src/extract/strategy_complete_ways_with_history.hpp index 43d62b0c..9b8d548f 100644 --- a/src/extract/strategy_complete_ways_with_history.hpp +++ b/src/extract/strategy_complete_ways_with_history.hpp @@ -6,7 +6,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/extract/strategy_simple.cpp b/src/extract/strategy_simple.cpp index 7fa0feb6..f375933f 100644 --- a/src/extract/strategy_simple.cpp +++ b/src/extract/strategy_simple.cpp @@ -3,7 +3,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/extract/strategy_simple.hpp b/src/extract/strategy_simple.hpp index 97428f83..cef58d0b 100644 --- a/src/extract/strategy_simple.hpp +++ b/src/extract/strategy_simple.hpp @@ -6,7 +6,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/extract/strategy_smart.cpp b/src/extract/strategy_smart.cpp index 658db552..40cff2b4 100644 --- a/src/extract/strategy_smart.cpp +++ b/src/extract/strategy_smart.cpp @@ -3,7 +3,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/extract/strategy_smart.hpp b/src/extract/strategy_smart.hpp index f5671d37..7a1ac288 100644 --- a/src/extract/strategy_smart.hpp +++ b/src/extract/strategy_smart.hpp @@ -6,7 +6,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/io.cpp b/src/io.cpp index 23193223..72a78b97 100644 --- a/src/io.cpp +++ b/src/io.cpp @@ -3,7 +3,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/main.cpp b/src/main.cpp index ccef2967..c65f2865 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -3,7 +3,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -96,7 +96,7 @@ int main(int argc, char* argv[]) { std::cout << " " << type; } - std::cout << "\n\nCopyright (C) 2013-2023 Jochen Topf \n" + std::cout << "\n\nCopyright (C) 2013-2024 Jochen Topf \n" << "License: GNU GENERAL PUBLIC LICENSE Version 3 .\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"; diff --git a/src/option_clean.cpp b/src/option_clean.cpp index c4ccbb18..6fe982ff 100644 --- a/src/option_clean.cpp +++ b/src/option_clean.cpp @@ -3,7 +3,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/option_clean.hpp b/src/option_clean.hpp index 0be06735..b5b32439 100644 --- a/src/option_clean.hpp +++ b/src/option_clean.hpp @@ -6,7 +6,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/util.cpp b/src/util.cpp index 2e4c3e8a..abd942ab 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -3,7 +3,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/util.hpp b/src/util.hpp index 53f9baaf..1a1ec34d 100644 --- a/src/util.hpp +++ b/src/util.hpp @@ -6,7 +6,7 @@ Osmium -- OpenStreetMap data manipulation command line tool https://osmcode.org/osmium-tool/ -Copyright (C) 2013-2023 Jochen Topf +Copyright (C) 2013-2024 Jochen Topf This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by