From 4e8334ed54513cdcd9afc0c1c53fa27345f64055 Mon Sep 17 00:00:00 2001 From: Felix Delattre Date: Wed, 1 Mar 2023 12:14:21 +0000 Subject: [PATCH] Bumped to version 0.7.0 --- CMakeLists.txt | 2 +- README.rst | 2 +- configure.ac | 2 +- docs/man/convert_meta.1 | 2 +- docs/man/openstreetmap-tiles-update-expire.1 | 2 +- docs/man/render_expired.1 | 2 +- docs/man/render_list.1 | 2 +- docs/man/render_old.1 | 2 +- docs/man/render_speedtest.1 | 2 +- docs/man/renderd.1 | 2 +- docs/man/renderd.conf.5 | 2 +- includes/cache_expire.h | 2 +- includes/daemon.h | 2 +- includes/g_logger.h | 2 +- includes/gen_tile.h | 2 +- includes/metatile.h | 2 +- includes/mod_tile.h | 2 +- includes/parameterize_style.hpp | 2 +- includes/protocol.h | 2 +- includes/protocol_helper.h | 2 +- includes/render_config.h | 2 +- includes/render_submit_queue.h | 2 +- includes/request_queue.h | 2 +- includes/store.h | 2 +- includes/store_file.h | 2 +- includes/store_file_utils.h | 2 +- includes/store_memcached.h | 2 +- includes/store_null.h | 2 +- includes/store_rados.h | 2 +- includes/store_ro_composite.h | 2 +- includes/store_ro_http_proxy.h | 2 +- includes/sys_utils.h | 2 +- src/cache_expire.c | 2 +- src/convert_meta.c | 2 +- src/daemon.c | 2 +- src/g_logger.c | 2 +- src/gen_tile.cpp | 2 +- src/gen_tile_test.cpp | 2 +- src/metatile.cpp | 2 +- src/mod_tile.c | 2 +- src/mysql2file.c | 2 +- src/parameterize_style.cpp | 2 +- src/protocol_helper.c | 2 +- src/render_expired.c | 2 +- src/render_list.c | 2 +- src/render_old.c | 2 +- src/render_submit_queue.c | 2 +- src/request_queue.c | 2 +- src/speedtest.cpp | 2 +- src/store_file.c | 2 +- src/store_file_utils.c | 2 +- src/store_memcached.c | 2 +- src/store_null.c | 2 +- src/store_rados.c | 2 +- src/store_ro_composite.c | 2 +- src/store_ro_http_proxy.c | 2 +- utils/munin/mod_tile_fresh | 2 +- utils/munin/mod_tile_latency | 2 +- utils/munin/mod_tile_response | 2 +- utils/munin/mod_tile_zoom | 2 +- utils/munin/renderd_processed | 2 +- utils/munin/renderd_queue | 2 +- utils/munin/renderd_queue_time | 2 +- utils/munin/renderd_zoom | 2 +- utils/munin/renderd_zoom_time | 2 +- utils/munin/replication_delay | 2 +- utils/openstreetmap-tiles-update-expire | 2 +- utils/openstreetmap-tiles-update-rerender | 2 +- utils/osmosis-db_replag | 2 +- utils/render_all | 2 +- 70 files changed, 70 insertions(+), 70 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 08a69ff2..8fdd0dca 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake") # #----------------------------------------------------------------------------- -project(mod_tile VERSION 0.6.1) +project(mod_tile VERSION 0.7.0) set(CMAKE_C_STANDARD 99) set(CMAKE_C_STANDARD_REQUIRED ON) diff --git a/README.rst b/README.rst index 1d18b233..157a3849 100644 --- a/README.rst +++ b/README.rst @@ -246,7 +246,7 @@ also provides built-in features to scale to multi server rendering set-ups. Copyright and copyleft ---------------------- -Copyright (c) 2007 - 2022 by mod_tile contributors (see `AUTHORS <./AUTHORS>`__) +Copyright (c) 2007 - 2023 by mod_tile contributors (see `AUTHORS <./AUTHORS>`__) 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 the diff --git a/configure.ac b/configure.ac index 95355773..66f559c6 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. # Define mod_tile version number -m4_define([mod_tile_version], [0.6.1]) +m4_define([mod_tile_version], [0.7.0]) AC_PREREQ([2.61]) AX_CONFIG_NICE diff --git a/docs/man/convert_meta.1 b/docs/man/convert_meta.1 index b25f5517..4696c0a2 100644 --- a/docs/man/convert_meta.1 +++ b/docs/man/convert_meta.1 @@ -1,4 +1,4 @@ -.TH CONVERT_META "1" "2023-12-08" "mod_tile v0.6.1" +.TH CONVERT_META "1" "2023-12-19" "mod_tile v0.7.0" .\" Please adjust this date whenever revising the manpage. .SH NAME diff --git a/docs/man/openstreetmap-tiles-update-expire.1 b/docs/man/openstreetmap-tiles-update-expire.1 index e2a33fd7..bba4e72b 100644 --- a/docs/man/openstreetmap-tiles-update-expire.1 +++ b/docs/man/openstreetmap-tiles-update-expire.1 @@ -1,4 +1,4 @@ -.TH TILES-UPDATE-EXPIRE "1" "2023-12-08" "mod_tile v0.6.1" +.TH TILES-UPDATE-EXPIRE "1" "2023-12-19" "mod_tile v0.7.0" .\" Please adjust this date whenever revising the manpage. .SH NAME diff --git a/docs/man/render_expired.1 b/docs/man/render_expired.1 index 9d655d8e..008599a4 100644 --- a/docs/man/render_expired.1 +++ b/docs/man/render_expired.1 @@ -1,4 +1,4 @@ -.TH RENDER_EXPIRED "1" "2023-12-08" "mod_tile v0.6.1" +.TH RENDER_EXPIRED "1" "2023-12-19" "mod_tile v0.7.0" .\" Please adjust this date whenever revising the manpage. .SH NAME diff --git a/docs/man/render_list.1 b/docs/man/render_list.1 index 79a6c9bf..a6fd40ae 100644 --- a/docs/man/render_list.1 +++ b/docs/man/render_list.1 @@ -1,4 +1,4 @@ -.TH RENDER_LIST "1" "2023-12-08" "mod_tile v0.6.1" +.TH RENDER_LIST "1" "2023-12-19" "mod_tile v0.7.0" .\" Please adjust this date whenever revising the manpage. .SH NAME diff --git a/docs/man/render_old.1 b/docs/man/render_old.1 index 55433d20..6d346799 100644 --- a/docs/man/render_old.1 +++ b/docs/man/render_old.1 @@ -1,4 +1,4 @@ -.TH RENDER_OLD "1" "2023-12-08" "mod_tile v0.6.1" +.TH RENDER_OLD "1" "2023-12-19" "mod_tile v0.7.0" .\" Please adjust this date whenever revising the manpage. .SH NAME diff --git a/docs/man/render_speedtest.1 b/docs/man/render_speedtest.1 index 9a26315b..cafd6f50 100644 --- a/docs/man/render_speedtest.1 +++ b/docs/man/render_speedtest.1 @@ -1,4 +1,4 @@ -.TH RENDER_SPEEDTEST "1" "2023-12-08" "mod_tile v0.6.1" +.TH RENDER_SPEEDTEST "1" "2023-12-19" "mod_tile v0.7.0" .\" Please adjust this date whenever revising the manpage. .SH NAME diff --git a/docs/man/renderd.1 b/docs/man/renderd.1 index be703b30..c57e6b3b 100644 --- a/docs/man/renderd.1 +++ b/docs/man/renderd.1 @@ -1,4 +1,4 @@ -.TH RENDERD "1" "2023-12-08" "mod_tile v0.6.1" +.TH RENDERD "1" "2023-12-19" "mod_tile v0.7.0" .\" Please adjust this date whenever revising the manpage. .SH NAME diff --git a/docs/man/renderd.conf.5 b/docs/man/renderd.conf.5 index 2364864b..d5cde5d8 100644 --- a/docs/man/renderd.conf.5 +++ b/docs/man/renderd.conf.5 @@ -1,4 +1,4 @@ -.TH RENDERD.CONF 5 "2023-12-08" "mod_tile v0.6.1" +.TH RENDERD.CONF 5 "2023-12-19" "mod_tile v0.7.0" .\" Please adjust this date whenever revising the manpage. .SH NAME diff --git a/includes/cache_expire.h b/includes/cache_expire.h index 2e6eca90..6efe1751 100644 --- a/includes/cache_expire.h +++ b/includes/cache_expire.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007 - 2020 by mod_tile contributors (see AUTHORS file) + * Copyright (c) 2007 - 2023 by mod_tile contributors (see AUTHORS file) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/includes/daemon.h b/includes/daemon.h index ca20e4dc..ecff5461 100644 --- a/includes/daemon.h +++ b/includes/daemon.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007 - 2020 by mod_tile contributors (see AUTHORS file) + * Copyright (c) 2007 - 2023 by mod_tile contributors (see AUTHORS file) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/includes/g_logger.h b/includes/g_logger.h index d35bee39..9f44a1a6 100644 --- a/includes/g_logger.h +++ b/includes/g_logger.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007 - 2020 by mod_tile contributors (see AUTHORS file) + * Copyright (c) 2007 - 2023 by mod_tile contributors (see AUTHORS file) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/includes/gen_tile.h b/includes/gen_tile.h index 39b607c1..7d015d72 100644 --- a/includes/gen_tile.h +++ b/includes/gen_tile.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007 - 2020 by mod_tile contributors (see AUTHORS file) + * Copyright (c) 2007 - 2023 by mod_tile contributors (see AUTHORS file) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/includes/metatile.h b/includes/metatile.h index d437ac63..cdcd3bf8 100644 --- a/includes/metatile.h +++ b/includes/metatile.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007 - 2020 by mod_tile contributors (see AUTHORS file) + * Copyright (c) 2007 - 2023 by mod_tile contributors (see AUTHORS file) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/includes/mod_tile.h b/includes/mod_tile.h index 12cd342f..615f76d4 100644 --- a/includes/mod_tile.h +++ b/includes/mod_tile.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007 - 2020 by mod_tile contributors (see AUTHORS file) + * Copyright (c) 2007 - 2023 by mod_tile contributors (see AUTHORS file) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/includes/parameterize_style.hpp b/includes/parameterize_style.hpp index ae22bd8c..b1d0245b 100644 --- a/includes/parameterize_style.hpp +++ b/includes/parameterize_style.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007 - 2020 by mod_tile contributors (see AUTHORS file) + * Copyright (c) 2007 - 2023 by mod_tile contributors (see AUTHORS file) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/includes/protocol.h b/includes/protocol.h index ee6ff458..c7a3ede6 100644 --- a/includes/protocol.h +++ b/includes/protocol.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007 - 2020 by mod_tile contributors (see AUTHORS file) + * Copyright (c) 2007 - 2023 by mod_tile contributors (see AUTHORS file) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/includes/protocol_helper.h b/includes/protocol_helper.h index 31181404..12ec8f53 100644 --- a/includes/protocol_helper.h +++ b/includes/protocol_helper.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007 - 2020 by mod_tile contributors (see AUTHORS file) + * Copyright (c) 2007 - 2023 by mod_tile contributors (see AUTHORS file) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/includes/render_config.h b/includes/render_config.h index c1a6a6b7..f0ccbd9a 100644 --- a/includes/render_config.h +++ b/includes/render_config.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007 - 2020 by mod_tile contributors (see AUTHORS file) + * Copyright (c) 2007 - 2023 by mod_tile contributors (see AUTHORS file) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/includes/render_submit_queue.h b/includes/render_submit_queue.h index 5ea01fee..84482644 100644 --- a/includes/render_submit_queue.h +++ b/includes/render_submit_queue.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007 - 2020 by mod_tile contributors (see AUTHORS file) + * Copyright (c) 2007 - 2023 by mod_tile contributors (see AUTHORS file) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/includes/request_queue.h b/includes/request_queue.h index 5e854dc4..ee7ba5ff 100644 --- a/includes/request_queue.h +++ b/includes/request_queue.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007 - 2020 by mod_tile contributors (see AUTHORS file) + * Copyright (c) 2007 - 2023 by mod_tile contributors (see AUTHORS file) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/includes/store.h b/includes/store.h index ae1b1061..7d2d5d71 100644 --- a/includes/store.h +++ b/includes/store.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007 - 2020 by mod_tile contributors (see AUTHORS file) + * Copyright (c) 2007 - 2023 by mod_tile contributors (see AUTHORS file) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/includes/store_file.h b/includes/store_file.h index 94563250..82f5ffd5 100644 --- a/includes/store_file.h +++ b/includes/store_file.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007 - 2020 by mod_tile contributors (see AUTHORS file) + * Copyright (c) 2007 - 2023 by mod_tile contributors (see AUTHORS file) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/includes/store_file_utils.h b/includes/store_file_utils.h index 0b23fd9b..6f55addb 100644 --- a/includes/store_file_utils.h +++ b/includes/store_file_utils.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007 - 2020 by mod_tile contributors (see AUTHORS file) + * Copyright (c) 2007 - 2023 by mod_tile contributors (see AUTHORS file) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/includes/store_memcached.h b/includes/store_memcached.h index af9d79fc..080d2007 100644 --- a/includes/store_memcached.h +++ b/includes/store_memcached.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007 - 2020 by mod_tile contributors (see AUTHORS file) + * Copyright (c) 2007 - 2023 by mod_tile contributors (see AUTHORS file) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/includes/store_null.h b/includes/store_null.h index 05d1c9e4..9501c552 100644 --- a/includes/store_null.h +++ b/includes/store_null.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007 - 2020 by mod_tile contributors (see AUTHORS file) + * Copyright (c) 2007 - 2023 by mod_tile contributors (see AUTHORS file) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/includes/store_rados.h b/includes/store_rados.h index 8a0e2f9c..03b6da7e 100644 --- a/includes/store_rados.h +++ b/includes/store_rados.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007 - 2020 by mod_tile contributors (see AUTHORS file) + * Copyright (c) 2007 - 2023 by mod_tile contributors (see AUTHORS file) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/includes/store_ro_composite.h b/includes/store_ro_composite.h index fa4101a9..ffdfd282 100644 --- a/includes/store_ro_composite.h +++ b/includes/store_ro_composite.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007 - 2020 by mod_tile contributors (see AUTHORS file) + * Copyright (c) 2007 - 2023 by mod_tile contributors (see AUTHORS file) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/includes/store_ro_http_proxy.h b/includes/store_ro_http_proxy.h index afb675e0..8cb2faf2 100644 --- a/includes/store_ro_http_proxy.h +++ b/includes/store_ro_http_proxy.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007 - 2020 by mod_tile contributors (see AUTHORS file) + * Copyright (c) 2007 - 2023 by mod_tile contributors (see AUTHORS file) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/includes/sys_utils.h b/includes/sys_utils.h index 3202c021..85747668 100644 --- a/includes/sys_utils.h +++ b/includes/sys_utils.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007 - 2020 by mod_tile contributors (see AUTHORS file) + * Copyright (c) 2007 - 2023 by mod_tile contributors (see AUTHORS file) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/cache_expire.c b/src/cache_expire.c index 206da43e..4a63b8df 100644 --- a/src/cache_expire.c +++ b/src/cache_expire.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007 - 2020 by mod_tile contributors (see AUTHORS file) + * Copyright (c) 2007 - 2023 by mod_tile contributors (see AUTHORS file) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/convert_meta.c b/src/convert_meta.c index 9c7da11c..ca6fcf3d 100644 --- a/src/convert_meta.c +++ b/src/convert_meta.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007 - 2020 by mod_tile contributors (see AUTHORS file) + * Copyright (c) 2007 - 2023 by mod_tile contributors (see AUTHORS file) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/daemon.c b/src/daemon.c index 4a2f93c9..aa636baa 100644 --- a/src/daemon.c +++ b/src/daemon.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007 - 2020 by mod_tile contributors (see AUTHORS file) + * Copyright (c) 2007 - 2023 by mod_tile contributors (see AUTHORS file) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/g_logger.c b/src/g_logger.c index a984783d..78cd5d86 100644 --- a/src/g_logger.c +++ b/src/g_logger.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007 - 2020 by mod_tile contributors (see AUTHORS file) + * Copyright (c) 2007 - 2023 by mod_tile contributors (see AUTHORS file) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/gen_tile.cpp b/src/gen_tile.cpp index 41ec826c..899b43d2 100644 --- a/src/gen_tile.cpp +++ b/src/gen_tile.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007 - 2020 by mod_tile contributors (see AUTHORS file) + * Copyright (c) 2007 - 2023 by mod_tile contributors (see AUTHORS file) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/gen_tile_test.cpp b/src/gen_tile_test.cpp index 1f2f8cfc..b6dce394 100644 --- a/src/gen_tile_test.cpp +++ b/src/gen_tile_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007 - 2020 by mod_tile contributors (see AUTHORS file) + * Copyright (c) 2007 - 2023 by mod_tile contributors (see AUTHORS file) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/metatile.cpp b/src/metatile.cpp index 832fe015..410e11b9 100644 --- a/src/metatile.cpp +++ b/src/metatile.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007 - 2020 by mod_tile contributors (see AUTHORS file) + * Copyright (c) 2007 - 2023 by mod_tile contributors (see AUTHORS file) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/mod_tile.c b/src/mod_tile.c index cae75de0..7cd4fe2e 100644 --- a/src/mod_tile.c +++ b/src/mod_tile.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007 - 2020 by mod_tile contributors (see AUTHORS file) + * Copyright (c) 2007 - 2023 by mod_tile contributors (see AUTHORS file) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/mysql2file.c b/src/mysql2file.c index f64a7cdc..5ac2dbed 100644 --- a/src/mysql2file.c +++ b/src/mysql2file.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007 - 2020 by mod_tile contributors (see AUTHORS file) + * Copyright (c) 2007 - 2023 by mod_tile contributors (see AUTHORS file) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/parameterize_style.cpp b/src/parameterize_style.cpp index be17b524..8db71224 100644 --- a/src/parameterize_style.cpp +++ b/src/parameterize_style.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007 - 2020 by mod_tile contributors (see AUTHORS file) + * Copyright (c) 2007 - 2023 by mod_tile contributors (see AUTHORS file) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/protocol_helper.c b/src/protocol_helper.c index 5c899a72..71a1ff09 100644 --- a/src/protocol_helper.c +++ b/src/protocol_helper.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007 - 2020 by mod_tile contributors (see AUTHORS file) + * Copyright (c) 2007 - 2023 by mod_tile contributors (see AUTHORS file) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/render_expired.c b/src/render_expired.c index 3634062f..15fc21e9 100644 --- a/src/render_expired.c +++ b/src/render_expired.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007 - 2020 by mod_tile contributors (see AUTHORS file) + * Copyright (c) 2007 - 2023 by mod_tile contributors (see AUTHORS file) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/render_list.c b/src/render_list.c index ff356852..77a41567 100644 --- a/src/render_list.c +++ b/src/render_list.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007 - 2020 by mod_tile contributors (see AUTHORS file) + * Copyright (c) 2007 - 2023 by mod_tile contributors (see AUTHORS file) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/render_old.c b/src/render_old.c index 3399b675..08a292d7 100644 --- a/src/render_old.c +++ b/src/render_old.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007 - 2020 by mod_tile contributors (see AUTHORS file) + * Copyright (c) 2007 - 2023 by mod_tile contributors (see AUTHORS file) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/render_submit_queue.c b/src/render_submit_queue.c index eb3c4f54..51d6cba7 100644 --- a/src/render_submit_queue.c +++ b/src/render_submit_queue.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007 - 2020 by mod_tile contributors (see AUTHORS file) + * Copyright (c) 2007 - 2023 by mod_tile contributors (see AUTHORS file) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/request_queue.c b/src/request_queue.c index 89b9afcf..ede30627 100644 --- a/src/request_queue.c +++ b/src/request_queue.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007 - 2020 by mod_tile contributors (see AUTHORS file) + * Copyright (c) 2007 - 2023 by mod_tile contributors (see AUTHORS file) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/speedtest.cpp b/src/speedtest.cpp index a46d3601..a373c7e3 100644 --- a/src/speedtest.cpp +++ b/src/speedtest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007 - 2020 by mod_tile contributors (see AUTHORS file) + * Copyright (c) 2007 - 2023 by mod_tile contributors (see AUTHORS file) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/store_file.c b/src/store_file.c index 2a19255f..42535c6e 100644 --- a/src/store_file.c +++ b/src/store_file.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007 - 2020 by mod_tile contributors (see AUTHORS file) + * Copyright (c) 2007 - 2023 by mod_tile contributors (see AUTHORS file) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/store_file_utils.c b/src/store_file_utils.c index b7e6b2c8..9dd83fca 100644 --- a/src/store_file_utils.c +++ b/src/store_file_utils.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007 - 2020 by mod_tile contributors (see AUTHORS file) + * Copyright (c) 2007 - 2023 by mod_tile contributors (see AUTHORS file) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/store_memcached.c b/src/store_memcached.c index 9a59bb89..640d02c3 100644 --- a/src/store_memcached.c +++ b/src/store_memcached.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007 - 2020 by mod_tile contributors (see AUTHORS file) + * Copyright (c) 2007 - 2023 by mod_tile contributors (see AUTHORS file) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/store_null.c b/src/store_null.c index 9329bde8..f3e81f71 100644 --- a/src/store_null.c +++ b/src/store_null.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007 - 2020 by mod_tile contributors (see AUTHORS file) + * Copyright (c) 2007 - 2023 by mod_tile contributors (see AUTHORS file) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/store_rados.c b/src/store_rados.c index 724911c0..4d3cd16a 100644 --- a/src/store_rados.c +++ b/src/store_rados.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007 - 2020 by mod_tile contributors (see AUTHORS file) + * Copyright (c) 2007 - 2023 by mod_tile contributors (see AUTHORS file) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/store_ro_composite.c b/src/store_ro_composite.c index 0badf890..998be917 100644 --- a/src/store_ro_composite.c +++ b/src/store_ro_composite.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007 - 2020 by mod_tile contributors (see AUTHORS file) + * Copyright (c) 2007 - 2023 by mod_tile contributors (see AUTHORS file) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/store_ro_http_proxy.c b/src/store_ro_http_proxy.c index 73aa145f..dabcf6ca 100644 --- a/src/store_ro_http_proxy.c +++ b/src/store_ro_http_proxy.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007 - 2020 by mod_tile contributors (see AUTHORS file) + * Copyright (c) 2007 - 2023 by mod_tile contributors (see AUTHORS file) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/utils/munin/mod_tile_fresh b/utils/munin/mod_tile_fresh index 7e423acc..e689bf54 100755 --- a/utils/munin/mod_tile_fresh +++ b/utils/munin/mod_tile_fresh @@ -7,7 +7,7 @@ # config (required) # autoconf (optional - used by munin-config) # -# Copyright (c) 2007 - 2020 by mod_tile contributors (see AUTHORS file) +# Copyright (c) 2007 - 2023 by mod_tile contributors (see AUTHORS file) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/utils/munin/mod_tile_latency b/utils/munin/mod_tile_latency index 011dc04e..660e16bb 100755 --- a/utils/munin/mod_tile_latency +++ b/utils/munin/mod_tile_latency @@ -7,7 +7,7 @@ # config (required) # autoconf (optional - used by munin-config) # -# Copyright (c) 2007 - 2020 by mod_tile contributors (see AUTHORS file) +# Copyright (c) 2007 - 2023 by mod_tile contributors (see AUTHORS file) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/utils/munin/mod_tile_response b/utils/munin/mod_tile_response index 07b624b7..1f31bc60 100755 --- a/utils/munin/mod_tile_response +++ b/utils/munin/mod_tile_response @@ -7,7 +7,7 @@ # config (required) # autoconf (optional - used by munin-config) # -# Copyright (c) 2007 - 2020 by mod_tile contributors (see AUTHORS file) +# Copyright (c) 2007 - 2023 by mod_tile contributors (see AUTHORS file) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/utils/munin/mod_tile_zoom b/utils/munin/mod_tile_zoom index 2c93bcc5..ac883476 100755 --- a/utils/munin/mod_tile_zoom +++ b/utils/munin/mod_tile_zoom @@ -7,7 +7,7 @@ # config (required) # autoconf (optional - used by munin-config) # -# Copyright (c) 2007 - 2020 by mod_tile contributors (see AUTHORS file) +# Copyright (c) 2007 - 2023 by mod_tile contributors (see AUTHORS file) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/utils/munin/renderd_processed b/utils/munin/renderd_processed index 7bf77e62..78445fad 100755 --- a/utils/munin/renderd_processed +++ b/utils/munin/renderd_processed @@ -7,7 +7,7 @@ # config (required) # autoconf (optional - used by munin-config) # -# Copyright (c) 2007 - 2020 by mod_tile contributors (see AUTHORS file) +# Copyright (c) 2007 - 2023 by mod_tile contributors (see AUTHORS file) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/utils/munin/renderd_queue b/utils/munin/renderd_queue index bb80e42b..205be1c4 100755 --- a/utils/munin/renderd_queue +++ b/utils/munin/renderd_queue @@ -7,7 +7,7 @@ # config (required) # autoconf (optional - used by munin-config) # -# Copyright (c) 2007 - 2020 by mod_tile contributors (see AUTHORS file) +# Copyright (c) 2007 - 2023 by mod_tile contributors (see AUTHORS file) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/utils/munin/renderd_queue_time b/utils/munin/renderd_queue_time index 6c8c87e1..2de645d4 100755 --- a/utils/munin/renderd_queue_time +++ b/utils/munin/renderd_queue_time @@ -7,7 +7,7 @@ # config (required) # autoconf (optional - used by munin-config) # -# Copyright (c) 2007 - 2020 by mod_tile contributors (see AUTHORS file) +# Copyright (c) 2007 - 2023 by mod_tile contributors (see AUTHORS file) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/utils/munin/renderd_zoom b/utils/munin/renderd_zoom index f2467c62..6fa6fd46 100755 --- a/utils/munin/renderd_zoom +++ b/utils/munin/renderd_zoom @@ -7,7 +7,7 @@ # config (required) # autoconf (optional - used by munin-config) # -# Copyright (c) 2007 - 2020 by mod_tile contributors (see AUTHORS file) +# Copyright (c) 2007 - 2023 by mod_tile contributors (see AUTHORS file) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/utils/munin/renderd_zoom_time b/utils/munin/renderd_zoom_time index 890836bb..3f5f53ec 100755 --- a/utils/munin/renderd_zoom_time +++ b/utils/munin/renderd_zoom_time @@ -7,7 +7,7 @@ # config (required) # autoconf (optional - used by munin-config) # -# Copyright (c) 2007 - 2020 by mod_tile contributors (see AUTHORS file) +# Copyright (c) 2007 - 2023 by mod_tile contributors (see AUTHORS file) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/utils/munin/replication_delay b/utils/munin/replication_delay index ec93da12..20eb00b5 100755 --- a/utils/munin/replication_delay +++ b/utils/munin/replication_delay @@ -7,7 +7,7 @@ # config (required) # autoconf (optional - used by munin-config) # -# Copyright (c) 2007 - 2020 by mod_tile contributors (see AUTHORS file) +# Copyright (c) 2007 - 2023 by mod_tile contributors (see AUTHORS file) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/utils/openstreetmap-tiles-update-expire b/utils/openstreetmap-tiles-update-expire index 5601dc15..91d11eb8 100755 --- a/utils/openstreetmap-tiles-update-expire +++ b/utils/openstreetmap-tiles-update-expire @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2007 - 2020 by mod_tile contributors (see AUTHORS file) +# Copyright (c) 2007 - 2023 by mod_tile contributors (see AUTHORS file) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/utils/openstreetmap-tiles-update-rerender b/utils/openstreetmap-tiles-update-rerender index 425fe8fd..dba8ed83 100755 --- a/utils/openstreetmap-tiles-update-rerender +++ b/utils/openstreetmap-tiles-update-rerender @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2007 - 2020 by mod_tile contributors (see AUTHORS file) +# Copyright (c) 2007 - 2023 by mod_tile contributors (see AUTHORS file) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/utils/osmosis-db_replag b/utils/osmosis-db_replag index a35d70ab..5652eab8 100755 --- a/utils/osmosis-db_replag +++ b/utils/osmosis-db_replag @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2007 - 2020 by mod_tile contributors (see AUTHORS file) +# Copyright (c) 2007 - 2023 by mod_tile contributors (see AUTHORS file) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/utils/render_all b/utils/render_all index 8ff6842c..9056b367 100755 --- a/utils/render_all +++ b/utils/render_all @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2007 - 2020 by mod_tile contributors (see AUTHORS file) +# Copyright (c) 2007 - 2023 by mod_tile contributors (see AUTHORS file) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License