From 631ad9cdc7fbb0ad9daa3062191b8a10a9f56999 Mon Sep 17 00:00:00 2001 From: jesperpedersen Date: Mon, 10 Jan 2022 07:20:56 -0500 Subject: [PATCH] 2021 -> 2022 --- LICENSE | 2 +- src/include/configuration.h | 2 +- src/include/logging.h | 2 +- src/include/management.h | 2 +- src/include/memory.h | 2 +- src/include/message.h | 2 +- src/include/network.h | 2 +- src/include/pgagroal.h | 2 +- src/include/pipeline.h | 2 +- src/include/pool.h | 2 +- src/include/prometheus.h | 2 +- src/include/remote.h | 2 +- src/include/security.h | 2 +- src/include/server.h | 2 +- src/include/shmem.h | 2 +- src/include/tracker.h | 2 +- src/include/utils.h | 2 +- src/include/worker.h | 2 +- src/libpgagroal/configuration.c | 2 +- src/libpgagroal/logging.c | 2 +- src/libpgagroal/management.c | 2 +- src/libpgagroal/memory.c | 2 +- src/libpgagroal/message.c | 2 +- src/libpgagroal/network.c | 2 +- src/libpgagroal/pipeline_perf.c | 2 +- src/libpgagroal/pipeline_session.c | 2 +- src/libpgagroal/pipeline_transaction.c | 2 +- src/libpgagroal/pool.c | 2 +- src/libpgagroal/prometheus.c | 2 +- src/libpgagroal/remote.c | 2 +- src/libpgagroal/security.c | 2 +- src/libpgagroal/server.c | 2 +- src/libpgagroal/shmem.c | 2 +- src/libpgagroal/tracker.c | 2 +- src/libpgagroal/utils.c | 2 +- src/libpgagroal/worker.c | 2 +- 36 files changed, 36 insertions(+), 36 deletions(-) diff --git a/LICENSE b/LICENSE index 9a936042..e0b09e11 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ -Copyright (C) 2021 Red Hat +Copyright (C) 2022 Red Hat 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 f6d5ba67..85eaeac6 100644 --- a/src/include/configuration.h +++ b/src/include/configuration.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Red Hat + * Copyright (C) 2022 Red Hat * * 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 2ebc2d57..ffd1bbf3 100644 --- a/src/include/logging.h +++ b/src/include/logging.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Red Hat + * Copyright (C) 2022 Red Hat * * 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 83d57e6f..ce78405a 100644 --- a/src/include/management.h +++ b/src/include/management.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Red Hat + * Copyright (C) 2022 Red Hat * * 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 1f361695..3b4c6948 100644 --- a/src/include/memory.h +++ b/src/include/memory.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Red Hat + * Copyright (C) 2022 Red Hat * * 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 6e21d4ec..1e93d7b6 100644 --- a/src/include/message.h +++ b/src/include/message.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Red Hat + * Copyright (C) 2022 Red Hat * * 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 228d4ef3..0fd6e907 100644 --- a/src/include/network.h +++ b/src/include/network.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Red Hat + * Copyright (C) 2022 Red Hat * * 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 0511bf1d..e38a9924 100644 --- a/src/include/pgagroal.h +++ b/src/include/pgagroal.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Red Hat + * Copyright (C) 2022 Red Hat * * 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 477dc7c9..d6cb153f 100644 --- a/src/include/pipeline.h +++ b/src/include/pipeline.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Red Hat + * Copyright (C) 2022 Red Hat * * 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 37bafd17..5ef3c2d3 100644 --- a/src/include/pool.h +++ b/src/include/pool.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Red Hat + * Copyright (C) 2022 Red Hat * * 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 5df97319..221b43ce 100644 --- a/src/include/prometheus.h +++ b/src/include/prometheus.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Red Hat + * Copyright (C) 2022 Red Hat * * 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 f22b4244..03292899 100644 --- a/src/include/remote.h +++ b/src/include/remote.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Red Hat + * Copyright (C) 2022 Red Hat * * 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 7125c4bb..ea85c8a9 100644 --- a/src/include/security.h +++ b/src/include/security.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Red Hat + * Copyright (C) 2022 Red Hat * * 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 50932862..2c423c22 100644 --- a/src/include/server.h +++ b/src/include/server.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Red Hat + * Copyright (C) 2022 Red Hat * * 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 c9d33a6f..98d48bbc 100644 --- a/src/include/shmem.h +++ b/src/include/shmem.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Red Hat + * Copyright (C) 2022 Red Hat * * 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 ccd896d4..d18587fc 100644 --- a/src/include/tracker.h +++ b/src/include/tracker.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Red Hat + * Copyright (C) 2022 Red Hat * * 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 dfa081e5..95776d93 100644 --- a/src/include/utils.h +++ b/src/include/utils.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Red Hat + * Copyright (C) 2022 Red Hat * * 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 ebddfdd3..e271083e 100644 --- a/src/include/worker.h +++ b/src/include/worker.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Red Hat + * Copyright (C) 2022 Red Hat * * 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 68e0f756..f6c6fb5a 100644 --- a/src/libpgagroal/configuration.c +++ b/src/libpgagroal/configuration.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Red Hat + * Copyright (C) 2022 Red Hat * * 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 8a0c9b82..97d08a5d 100644 --- a/src/libpgagroal/logging.c +++ b/src/libpgagroal/logging.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Red Hat + * Copyright (C) 2022 Red Hat * * 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 b4e4f226..ca4ab2fe 100644 --- a/src/libpgagroal/management.c +++ b/src/libpgagroal/management.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Red Hat + * Copyright (C) 2022 Red Hat * * 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 f4b4a10d..91c18050 100644 --- a/src/libpgagroal/memory.c +++ b/src/libpgagroal/memory.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Red Hat + * Copyright (C) 2022 Red Hat * * 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 354da81a..fdc63f61 100644 --- a/src/libpgagroal/message.c +++ b/src/libpgagroal/message.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Red Hat + * Copyright (C) 2022 Red Hat * * 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 128c9922..3dffaf59 100644 --- a/src/libpgagroal/network.c +++ b/src/libpgagroal/network.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Red Hat + * Copyright (C) 2022 Red Hat * * 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 b3432712..94c7576e 100644 --- a/src/libpgagroal/pipeline_perf.c +++ b/src/libpgagroal/pipeline_perf.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Red Hat + * Copyright (C) 2022 Red Hat * * 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 831054ed..f52337a5 100644 --- a/src/libpgagroal/pipeline_session.c +++ b/src/libpgagroal/pipeline_session.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Red Hat + * Copyright (C) 2022 Red Hat * * 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 434cf2c3..6682d882 100644 --- a/src/libpgagroal/pipeline_transaction.c +++ b/src/libpgagroal/pipeline_transaction.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Red Hat + * Copyright (C) 2022 Red Hat * * 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 89d092f2..bd2e13f4 100644 --- a/src/libpgagroal/pool.c +++ b/src/libpgagroal/pool.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Red Hat + * Copyright (C) 2022 Red Hat * * 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 edffde5e..7d902868 100644 --- a/src/libpgagroal/prometheus.c +++ b/src/libpgagroal/prometheus.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Red Hat + * Copyright (C) 2022 Red Hat * * 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 ac05a090..ce47530d 100644 --- a/src/libpgagroal/remote.c +++ b/src/libpgagroal/remote.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Red Hat + * Copyright (C) 2022 Red Hat * * 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 f5cf5514..f05778ca 100644 --- a/src/libpgagroal/security.c +++ b/src/libpgagroal/security.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Red Hat + * Copyright (C) 2022 Red Hat * * 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 c50ef7ce..b6a45942 100644 --- a/src/libpgagroal/server.c +++ b/src/libpgagroal/server.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Red Hat + * Copyright (C) 2022 Red Hat * * 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 24db19c5..5352186c 100644 --- a/src/libpgagroal/shmem.c +++ b/src/libpgagroal/shmem.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Red Hat + * Copyright (C) 2022 Red Hat * * 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 76e41e66..5e52f261 100644 --- a/src/libpgagroal/tracker.c +++ b/src/libpgagroal/tracker.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Red Hat + * Copyright (C) 2022 Red Hat * * 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 060774bf..6d84599d 100644 --- a/src/libpgagroal/utils.c +++ b/src/libpgagroal/utils.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Red Hat + * Copyright (C) 2022 Red Hat * * 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 cd8be06d..1c1d7090 100644 --- a/src/libpgagroal/worker.c +++ b/src/libpgagroal/worker.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Red Hat + * Copyright (C) 2022 Red Hat * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: