From 3b0bdda2d88af85e3fb7e44b1441247d3bc7eb69 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Tue, 2 Jan 2024 13:10:18 -0500 Subject: [PATCH] It is the current year. (c)-2024 --- citadel/server/server_main.c | 4 ++-- citadel/utils/ctdldump.c | 4 ++-- citadel/utils/ctdlload.c | 4 ++-- citadel/utils/dbnothing.c | 4 ++-- citadel/utils/loadtest.c | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/citadel/server/server_main.c b/citadel/server/server_main.c index 8b6f34215..50fd956a8 100644 --- a/citadel/server/server_main.c +++ b/citadel/server/server_main.c @@ -1,6 +1,6 @@ // citserver's main() function lives here. // -// Copyright (c) 1987-2023 by the citadel.org team +// Copyright (c) 1987-2024 by the citadel.org team // // This program is open source software; you can redistribute it and/or modify // it under the terms of the GNU General Public License version 3. @@ -79,7 +79,7 @@ int main(int argc, char **argv) { syslog(LOG_INFO, " "); syslog(LOG_INFO, "*** Citadel server engine ***\n"); syslog(LOG_INFO, "Version %d (build %s) ***", REV_LEVEL, BUILD_ID); - syslog(LOG_INFO, "Copyright (C) 1987-2023 by the Citadel development team."); + syslog(LOG_INFO, "Copyright (C) 1987-2024 by the Citadel development team."); syslog(LOG_INFO, " "); syslog(LOG_INFO, "This program is open source software. Use, duplication, or disclosure"); syslog(LOG_INFO, "is subject to the terms of the GNU General Public License, version 3."); diff --git a/citadel/utils/ctdldump.c b/citadel/utils/ctdldump.c index ed57a90bc..1605ae9e3 100644 --- a/citadel/utils/ctdldump.c +++ b/citadel/utils/ctdldump.c @@ -1,6 +1,6 @@ // Dump the Citadel database to a flat file that can be restored by ctdlload on any architecture // -// Copyright (c) 2023 by Art Cancro citadel.org +// Copyright (c) 2024 by Art Cancro citadel.org // // This program is open source software. Use, duplication, or disclosure // is subject to the terms of the GNU General Public License, version 3. @@ -361,7 +361,7 @@ int main(int argc, char **argv) { // display the greeting fprintf(stderr, "\033[44m\033[33m\033[1m \033[K\033[0m\n" "\033[44m\033[33m\033[1m DB Dump utility for Citadel \033[K\033[0m\n" - "\033[44m\033[33m\033[1m Copyright (c) 2023 by citadel.org et al. \033[K\033[0m\n" + "\033[44m\033[33m\033[1m Copyright (c) 2023-2024 by citadel.org et al. \033[K\033[0m\n" "\033[44m\033[33m\033[1m This program is open source software. Use, duplication, or disclosure \033[K\033[0m\n" "\033[44m\033[33m\033[1m is subject to the terms of the GNU General Public license v3. \033[K\033[0m\n" "\033[44m\033[33m\033[1m \033[K\033[0m\n"); diff --git a/citadel/utils/ctdlload.c b/citadel/utils/ctdlload.c index 159e9ab95..c0cf91a8c 100644 --- a/citadel/utils/ctdlload.c +++ b/citadel/utils/ctdlload.c @@ -1,6 +1,6 @@ // Load (restore) the Citadel database from a flat file created by ctdldump // -// Copyright (c) 2023 by Art Cancro citadel.org +// Copyright (c) 2024 by Art Cancro citadel.org // // This program is open source software. Use, duplication, or disclosure // is subject to the terms of the GNU General Public License, version 3. @@ -728,7 +728,7 @@ int main(int argc, char **argv) { // display the greeting fprintf(stderr, "\033[44m\033[33m\033[1m \033[K\033[0m\n" "\033[44m\033[33m\033[1m DB Load utility for Citadel \033[K\033[0m\n" - "\033[44m\033[33m\033[1m Copyright (c) 2023 by citadel.org et al. \033[K\033[0m\n" + "\033[44m\033[33m\033[1m Copyright (c) 2023-2024 by citadel.org et al. \033[K\033[0m\n" "\033[44m\033[33m\033[1m This program is open source software. Use, duplication, or disclosure \033[K\033[0m\n" "\033[44m\033[33m\033[1m is subject to the terms of the GNU General Public license v3. \033[K\033[0m\n" "\033[44m\033[33m\033[1m \033[K\033[0m\n"); diff --git a/citadel/utils/dbnothing.c b/citadel/utils/dbnothing.c index 5486e154f..005abfb7e 100644 --- a/citadel/utils/dbnothing.c +++ b/citadel/utils/dbnothing.c @@ -1,7 +1,7 @@ // This is a test utility for the backend API. It simply opens and closes the databases. // There is no need for end users to ever run this program. So don't. And don't ask. // -// Copyright (c) 2023 by Art Cancro citadel.org +// Copyright (c) 2024 by Art Cancro citadel.org // // This program is open source software. Use, duplication, or disclosure // is subject to the terms of the GNU General Public License, version 3. @@ -40,7 +40,7 @@ int main(int argc, char **argv) { // display the greeting fprintf(stderr, "\033[44m\033[33m\033[1m \033[K\033[0m\n" "\033[44m\033[33m\033[1m dbnothing utility for Citadel \033[K\033[0m\n" - "\033[44m\033[33m\033[1m Copyright (c) 2023 by citadel.org et al. \033[K\033[0m\n" + "\033[44m\033[33m\033[1m Copyright (c) 2023-2024 by citadel.org et al. \033[K\033[0m\n" "\033[44m\033[33m\033[1m This program is open source software. Use, duplication, or disclosure \033[K\033[0m\n" "\033[44m\033[33m\033[1m is subject to the terms of the GNU General Public license v3. \033[K\033[0m\n" "\033[44m\033[33m\033[1m \033[K\033[0m\n"); diff --git a/citadel/utils/loadtest.c b/citadel/utils/loadtest.c index 09a8eb58e..25f6428f7 100644 --- a/citadel/utils/loadtest.c +++ b/citadel/utils/loadtest.c @@ -1,6 +1,6 @@ // Load testing utility for Citadel Server // -// Copyright (c) 1987-2023 by the citadel.org team +// Copyright (c) 1987-2024 by the citadel.org team // // This program is open source software. Use, duplication, or disclosure // is subject to the terms of the GNU General Public License, version 3. @@ -351,7 +351,7 @@ int main(int argc, char **argv) { fprintf(stderr, "\033[2J\033[H" "\033[44m\033[33m\033[1m \033[K\033[0m\n" "\033[44m\033[33m\033[1m Load testing utility for Citadel \033[K\033[0m\n" - "\033[44m\033[33m\033[1m Copyright (c) 2023 by citadel.org et al. \033[K\033[0m\n" + "\033[44m\033[33m\033[1m Copyright (c) 2023-2024 by citadel.org et al. \033[K\033[0m\n" "\033[44m\033[33m\033[1m This program is open source software. Use, duplication, or disclosure \033[K\033[0m\n" "\033[44m\033[33m\033[1m is subject to the terms of the GNU General Public license v3. \033[K\033[0m\n" "\033[44m\033[33m\033[1m \033[K\033[0m\n"); -- 2.30.2