diff --git a/LICENSE b/LICENSE index 31384ba0..de90d473 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ -Copyright (C) 2024 The pgagroal community +Copyright (C) 2025 The pgagroal community Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/doc/manual/98-licenses.md b/doc/manual/98-licenses.md index 1a5916ac..ba7d265f 100644 --- a/doc/manual/98-licenses.md +++ b/doc/manual/98-licenses.md @@ -3,7 +3,7 @@ # License ``` -Copyright (C) 2024 The pgagroal community +Copyright (C) 2025 The pgagroal community Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions @@ -75,4 +75,4 @@ OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -``` \ No newline at end of file +``` diff --git a/src/admin.c b/src/admin.c index d10736e4..41d2396d 100644 --- a/src/admin.c +++ b/src/admin.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 The pgagroal community + * Copyright (C) 2025 The pgagroal community * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: diff --git a/src/cli.c b/src/cli.c index 3fc12b7d..35f2c5a8 100644 --- a/src/cli.c +++ b/src/cli.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 The pgagroal community + * Copyright (C) 2025 The pgagroal community * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: diff --git a/src/include/aes.h b/src/include/aes.h index ff00c81d..096b8784 100644 --- a/src/include/aes.h +++ b/src/include/aes.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 The pgagroal community + * Copyright (C) 2025 The pgagroal community * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: diff --git a/src/include/art.h b/src/include/art.h index bf4aef1c..f857336b 100644 --- a/src/include/art.h +++ b/src/include/art.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 The pgagroal community + * Copyright (C) 2025 The pgagroal community * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: diff --git a/src/include/bzip2_compression.h b/src/include/bzip2_compression.h index 49f57b04..eee2e8e8 100644 --- a/src/include/bzip2_compression.h +++ b/src/include/bzip2_compression.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 The pgagroal community + * Copyright (C) 2025 The pgagroal community * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: diff --git a/src/include/configuration.h b/src/include/configuration.h index 11b664b2..9717eb48 100644 --- a/src/include/configuration.h +++ b/src/include/configuration.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 The pgagroal community + * Copyright (C) 2025 The pgagroal community * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: diff --git a/src/include/connection.h b/src/include/connection.h index 378dbb7c..72201d99 100644 --- a/src/include/connection.h +++ b/src/include/connection.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 The pgagroal community + * Copyright (C) 2025 The pgagroal community * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: diff --git a/src/include/deque.h b/src/include/deque.h index 214edc4b..c72064d8 100644 --- a/src/include/deque.h +++ b/src/include/deque.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 The pgagroal community + * Copyright (C) 2025 The pgagroal community * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: diff --git a/src/include/gzip_compression.h b/src/include/gzip_compression.h index f22dabc4..b90e9eb0 100644 --- a/src/include/gzip_compression.h +++ b/src/include/gzip_compression.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 The pgagroal community + * Copyright (C) 2025 The pgagroal community * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: diff --git a/src/include/json.h b/src/include/json.h index 21510a0c..a94db8ce 100644 --- a/src/include/json.h +++ b/src/include/json.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 The pgagroal community + * Copyright (C) 2025 The pgagroal community * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: diff --git a/src/include/logging.h b/src/include/logging.h index 996ae6e0..d41ddd9a 100644 --- a/src/include/logging.h +++ b/src/include/logging.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 The pgagroal community + * Copyright (C) 2025 The pgagroal community * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: diff --git a/src/include/lz4_compression.h b/src/include/lz4_compression.h index 0d4bbb26..4f11b67b 100644 --- a/src/include/lz4_compression.h +++ b/src/include/lz4_compression.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 The pgagroal community + * Copyright (C) 2025 The pgagroal community * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: diff --git a/src/include/management.h b/src/include/management.h index 7fc3f59a..3f6e0812 100644 --- a/src/include/management.h +++ b/src/include/management.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 The pgagroal community + * Copyright (C) 2025 The pgagroal community * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: diff --git a/src/include/memory.h b/src/include/memory.h index f711ecab..cc47e28b 100644 --- a/src/include/memory.h +++ b/src/include/memory.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 The pgagroal community + * Copyright (C) 2025 The pgagroal community * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: diff --git a/src/include/message.h b/src/include/message.h index c3b1bef0..71dc027b 100644 --- a/src/include/message.h +++ b/src/include/message.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 The pgagroal community + * Copyright (C) 2025 The pgagroal community * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: diff --git a/src/include/network.h b/src/include/network.h index bef45614..5fe0e4d3 100644 --- a/src/include/network.h +++ b/src/include/network.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 The pgagroal community + * Copyright (C) 2025 The pgagroal community * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: diff --git a/src/include/pgagroal.h b/src/include/pgagroal.h index d78ff518..4df183b9 100644 --- a/src/include/pgagroal.h +++ b/src/include/pgagroal.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 The pgagroal community + * Copyright (C) 2025 The pgagroal community * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: diff --git a/src/include/pipeline.h b/src/include/pipeline.h index 8dde5ce4..589c2e42 100644 --- a/src/include/pipeline.h +++ b/src/include/pipeline.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 The pgagroal community + * Copyright (C) 2025 The pgagroal community * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: diff --git a/src/include/pool.h b/src/include/pool.h index 159ebd1a..bfbf3180 100644 --- a/src/include/pool.h +++ b/src/include/pool.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 The pgagroal community + * Copyright (C) 2025 The pgagroal community * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: diff --git a/src/include/prometheus.h b/src/include/prometheus.h index 54bfb257..091e15c1 100644 --- a/src/include/prometheus.h +++ b/src/include/prometheus.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 The pgagroal community + * Copyright (C) 2025 The pgagroal community * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: diff --git a/src/include/remote.h b/src/include/remote.h index e8b5a378..3b3d8ca5 100644 --- a/src/include/remote.h +++ b/src/include/remote.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 The pgagroal community + * Copyright (C) 2025 The pgagroal community * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: diff --git a/src/include/security.h b/src/include/security.h index a1ffa130..fbb555db 100644 --- a/src/include/security.h +++ b/src/include/security.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 The pgagroal community + * Copyright (C) 2025 The pgagroal community * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: diff --git a/src/include/server.h b/src/include/server.h index c559b04b..5e3c620a 100644 --- a/src/include/server.h +++ b/src/include/server.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 The pgagroal community + * Copyright (C) 2025 The pgagroal community * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: diff --git a/src/include/shmem.h b/src/include/shmem.h index d2b9ecc6..25c9f73d 100644 --- a/src/include/shmem.h +++ b/src/include/shmem.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 The pgagroal community + * Copyright (C) 2025 The pgagroal community * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: diff --git a/src/include/status.h b/src/include/status.h index ff030d3c..47d86dcc 100644 --- a/src/include/status.h +++ b/src/include/status.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 The pgagroal community + * Copyright (C) 2025 The pgagroal community * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: diff --git a/src/include/tracker.h b/src/include/tracker.h index 7d1ccee7..b3689f67 100644 --- a/src/include/tracker.h +++ b/src/include/tracker.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 The pgagroal community + * Copyright (C) 2025 The pgagroal community * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: diff --git a/src/include/utils.h b/src/include/utils.h index 704119a5..6b26a245 100644 --- a/src/include/utils.h +++ b/src/include/utils.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 The pgagroal community + * Copyright (C) 2025 The pgagroal community * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: diff --git a/src/include/value.h b/src/include/value.h index c2ac0680..a2e86c81 100644 --- a/src/include/value.h +++ b/src/include/value.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 The pgagroal community + * Copyright (C) 2025 The pgagroal community * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: diff --git a/src/include/worker.h b/src/include/worker.h index 7ede0519..5478293e 100644 --- a/src/include/worker.h +++ b/src/include/worker.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 The pgagroal community + * Copyright (C) 2025 The pgagroal community * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: diff --git a/src/include/zstandard_compression.h b/src/include/zstandard_compression.h index 49c37327..80b5f714 100644 --- a/src/include/zstandard_compression.h +++ b/src/include/zstandard_compression.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 The pgagroal community + * Copyright (C) 2025 The pgagroal community * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: diff --git a/src/libpgagroal/aes.c b/src/libpgagroal/aes.c index 80e895f0..63beb1a2 100644 --- a/src/libpgagroal/aes.c +++ b/src/libpgagroal/aes.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 The pgagroal community + * Copyright (C) 2025 The pgagroal community * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: diff --git a/src/libpgagroal/art.c b/src/libpgagroal/art.c index 1d13a9c5..5eb0b5a8 100644 --- a/src/libpgagroal/art.c +++ b/src/libpgagroal/art.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 The pgagroal community + * Copyright (C) 2025 The pgagroal community * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: diff --git a/src/libpgagroal/bzip2_compression.c b/src/libpgagroal/bzip2_compression.c index 0eb9fe3f..de5c83b9 100644 --- a/src/libpgagroal/bzip2_compression.c +++ b/src/libpgagroal/bzip2_compression.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 The pgagroal community + * Copyright (C) 2025 The pgagroal community * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: diff --git a/src/libpgagroal/configuration.c b/src/libpgagroal/configuration.c index 0a7bb744..c8d68e2a 100644 --- a/src/libpgagroal/configuration.c +++ b/src/libpgagroal/configuration.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 The pgagroal community + * Copyright (C) 2025 The pgagroal community * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: diff --git a/src/libpgagroal/connection.c b/src/libpgagroal/connection.c index 69955a41..6153ea37 100644 --- a/src/libpgagroal/connection.c +++ b/src/libpgagroal/connection.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 The pgagroal community + * Copyright (C) 2025 The pgagroal community * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: diff --git a/src/libpgagroal/deque.c b/src/libpgagroal/deque.c index f6258456..37d0ffc9 100644 --- a/src/libpgagroal/deque.c +++ b/src/libpgagroal/deque.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 The pgagroal community + * Copyright (C) 2025 The pgagroal community * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: diff --git a/src/libpgagroal/gzip_compression.c b/src/libpgagroal/gzip_compression.c index 9d9fda97..a43b1fea 100644 --- a/src/libpgagroal/gzip_compression.c +++ b/src/libpgagroal/gzip_compression.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 The pgagroal community + * Copyright (C) 2025 The pgagroal community * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: diff --git a/src/libpgagroal/json.c b/src/libpgagroal/json.c index 3782880d..9338c2f8 100644 --- a/src/libpgagroal/json.c +++ b/src/libpgagroal/json.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 The pgagroal community + * Copyright (C) 2025 The pgagroal community * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: diff --git a/src/libpgagroal/logging.c b/src/libpgagroal/logging.c index 8cec5a06..0995ed09 100644 --- a/src/libpgagroal/logging.c +++ b/src/libpgagroal/logging.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 The pgagroal community + * Copyright (C) 2025 The pgagroal community * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: diff --git a/src/libpgagroal/management.c b/src/libpgagroal/management.c index 2d5e6ca1..6f7365b6 100644 --- a/src/libpgagroal/management.c +++ b/src/libpgagroal/management.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 The pgagroal community + * Copyright (C) 2025 The pgagroal community * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: diff --git a/src/libpgagroal/memory.c b/src/libpgagroal/memory.c index 63ca7725..a85ac53a 100644 --- a/src/libpgagroal/memory.c +++ b/src/libpgagroal/memory.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 The pgagroal community + * Copyright (C) 2025 The pgagroal community * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: diff --git a/src/libpgagroal/message.c b/src/libpgagroal/message.c index 19c10407..fb8f2b14 100644 --- a/src/libpgagroal/message.c +++ b/src/libpgagroal/message.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 The pgagroal community + * Copyright (C) 2025 The pgagroal community * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: diff --git a/src/libpgagroal/network.c b/src/libpgagroal/network.c index 321e0a93..23cc3b25 100644 --- a/src/libpgagroal/network.c +++ b/src/libpgagroal/network.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 The pgagroal community + * Copyright (C) 2025 The pgagroal community * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: diff --git a/src/libpgagroal/pipeline_perf.c b/src/libpgagroal/pipeline_perf.c index c0f911cf..a8a01bc9 100644 --- a/src/libpgagroal/pipeline_perf.c +++ b/src/libpgagroal/pipeline_perf.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 The pgagroal community + * Copyright (C) 2025 The pgagroal community * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: diff --git a/src/libpgagroal/pipeline_session.c b/src/libpgagroal/pipeline_session.c index e3a71458..66136cf1 100644 --- a/src/libpgagroal/pipeline_session.c +++ b/src/libpgagroal/pipeline_session.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 The pgagroal community + * Copyright (C) 2025 The pgagroal community * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: diff --git a/src/libpgagroal/pipeline_transaction.c b/src/libpgagroal/pipeline_transaction.c index fc5e82e5..f874a84e 100644 --- a/src/libpgagroal/pipeline_transaction.c +++ b/src/libpgagroal/pipeline_transaction.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 The pgagroal community + * Copyright (C) 2025 The pgagroal community * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: diff --git a/src/libpgagroal/pool.c b/src/libpgagroal/pool.c index 670d4a26..c4492245 100644 --- a/src/libpgagroal/pool.c +++ b/src/libpgagroal/pool.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 The pgagroal community + * Copyright (C) 2025 The pgagroal community * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: diff --git a/src/libpgagroal/prometheus.c b/src/libpgagroal/prometheus.c index da9863c2..790eaf4e 100644 --- a/src/libpgagroal/prometheus.c +++ b/src/libpgagroal/prometheus.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 The pgagroal community + * Copyright (C) 2025 The pgagroal community * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: diff --git a/src/libpgagroal/remote.c b/src/libpgagroal/remote.c index f84c5da4..c9c2d463 100644 --- a/src/libpgagroal/remote.c +++ b/src/libpgagroal/remote.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 The pgagroal community + * Copyright (C) 2025 The pgagroal community * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: diff --git a/src/libpgagroal/security.c b/src/libpgagroal/security.c index 40dcff1b..7ffca53d 100644 --- a/src/libpgagroal/security.c +++ b/src/libpgagroal/security.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 The pgagroal community + * Copyright (C) 2025 The pgagroal community * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: diff --git a/src/libpgagroal/server.c b/src/libpgagroal/server.c index b1542483..bca41c21 100644 --- a/src/libpgagroal/server.c +++ b/src/libpgagroal/server.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 The pgagroal community + * Copyright (C) 2025 The pgagroal community * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: diff --git a/src/libpgagroal/shmem.c b/src/libpgagroal/shmem.c index e07eb10b..1de66218 100644 --- a/src/libpgagroal/shmem.c +++ b/src/libpgagroal/shmem.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 The pgagroal community + * Copyright (C) 2025 The pgagroal community * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: diff --git a/src/libpgagroal/status.c b/src/libpgagroal/status.c index f2233179..381f8c75 100644 --- a/src/libpgagroal/status.c +++ b/src/libpgagroal/status.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 The pgagroal community + * Copyright (C) 2025 The pgagroal community * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: diff --git a/src/libpgagroal/tracker.c b/src/libpgagroal/tracker.c index 4b99c242..e0699d05 100644 --- a/src/libpgagroal/tracker.c +++ b/src/libpgagroal/tracker.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 The pgagroal community + * Copyright (C) 2025 The pgagroal community * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: diff --git a/src/libpgagroal/utils.c b/src/libpgagroal/utils.c index 86e870bc..eb688537 100644 --- a/src/libpgagroal/utils.c +++ b/src/libpgagroal/utils.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 The pgagroal community + * Copyright (C) 2025 The pgagroal community * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: diff --git a/src/libpgagroal/value.c b/src/libpgagroal/value.c index ce30e0eb..7c1dcc0e 100644 --- a/src/libpgagroal/value.c +++ b/src/libpgagroal/value.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 The pgagroal community + * Copyright (C) 2025 The pgagroal community * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: diff --git a/src/libpgagroal/worker.c b/src/libpgagroal/worker.c index 173f4ab5..2749f26f 100644 --- a/src/libpgagroal/worker.c +++ b/src/libpgagroal/worker.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 The pgagroal community + * Copyright (C) 2025 The pgagroal community * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: diff --git a/src/libpgagroal/zstandard_compression.c b/src/libpgagroal/zstandard_compression.c index 1b718291..36c24860 100644 --- a/src/libpgagroal/zstandard_compression.c +++ b/src/libpgagroal/zstandard_compression.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 The pgagroal community + * Copyright (C) 2025 The pgagroal community * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: diff --git a/src/main.c b/src/main.c index 5e9a5f57..aab3d117 100644 --- a/src/main.c +++ b/src/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 The pgagroal community + * Copyright (C) 2025 The pgagroal community * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: diff --git a/src/vault.c b/src/vault.c index 543e468e..9d60632e 100644 --- a/src/vault.c +++ b/src/vault.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 The pgagroal community + * Copyright (C) 2025 The pgagroal community * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: