From 66b89d0249d1cea4264c7871477f36d2b7e87589 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Sun, 1 Jan 2023 19:02:12 -0500 Subject: [PATCH] Copyright notices updated to 2023 --- citadel/server/server_main.c | 4 ++-- webcit-ng/server/main.c | 4 ++-- webcit/webserver.c | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/citadel/server/server_main.c b/citadel/server/server_main.c index a48a4c689..ff526ff05 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-2022 by the citadel.org team +// Copyright (c) 1987-2023 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. @@ -76,7 +76,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-2022 by the Citadel development team."); + syslog(LOG_INFO, "Copyright (C) 1987-2023 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/webcit-ng/server/main.c b/webcit-ng/server/main.c index 031369131..551d8bd95 100644 --- a/webcit-ng/server/main.c +++ b/webcit-ng/server/main.c @@ -1,6 +1,6 @@ // Main entry point for the program. // -// Copyright (c) 1996-2022 by the citadel.org team +// Copyright (c) 1996-2023 by the citadel.org team // // This program is open source software. Use, duplication, or // disclosure are subject to the GNU General Public License v3. @@ -95,7 +95,7 @@ int main(int argc, char **argv) { // Tell 'em who's in da house syslog(LOG_NOTICE, "MAKE WEBCIT GREAT AGAIN!"); - syslog(LOG_NOTICE, "Copyright (C) 1996-2022 by the citadel.org team"); + syslog(LOG_NOTICE, "Copyright (C) 1996-2023 by the citadel.org team"); syslog(LOG_NOTICE, " "); syslog(LOG_NOTICE, "This program is open source software: you can redistribute it and/or"); syslog(LOG_NOTICE, "modify it under the terms of the GNU General Public License, version 3."); diff --git a/webcit/webserver.c b/webcit/webserver.c index 8f7a9c908..d8892af30 100644 --- a/webcit/webserver.c +++ b/webcit/webserver.c @@ -1,4 +1,4 @@ -// Copyright (c) 1996-2022 by the citadel.org team +// Copyright (c) 1996-2023 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. @@ -218,7 +218,7 @@ int main(int argc, char **argv) { /* Tell 'em who's in da house */ syslog(LOG_NOTICE, "%s", PACKAGE_STRING); - syslog(LOG_NOTICE, "Copyright (C) 1996-2022 by the citadel.org team"); + syslog(LOG_NOTICE, "Copyright (C) 1996-2023 by the citadel.org team"); syslog(LOG_NOTICE, " "); syslog(LOG_NOTICE, "This program is open source software: you can redistribute it and/or"); syslog(LOG_NOTICE, "modify it under the terms of the GNU General Public License, version 3."); -- 2.30.2