Copyright notices updated to 2023
authorArt Cancro <ajc@citadel.org>
Mon, 2 Jan 2023 00:02:12 +0000 (19:02 -0500)
committerArt Cancro <ajc@citadel.org>
Mon, 2 Jan 2023 00:02:12 +0000 (19:02 -0500)
citadel/server/server_main.c
webcit-ng/server/main.c
webcit/webserver.c

index a48a4c689efd4747dcd40b94cb59ecd4dca63924..ff526ff05e9b3b1d6226cfb00d37f8659fc4cffd 100644 (file)
@@ -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.");
index 03136913182b84fb81c91b19525d77cdc1014f73..551d8bd9577dc5b2feb170590d24364995f6cad9 100644 (file)
@@ -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.");
index 8f7a9c9081f81ad705507d1c9b50bf4550b25248..d8892af303a3e5ebc1d59d07933876a33ed87003 100644 (file)
@@ -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.");