It is the current year. (c)-2024
authorArt Cancro <ajc@citadel.org>
Tue, 2 Jan 2024 18:10:18 +0000 (13:10 -0500)
committerArt Cancro <ajc@citadel.org>
Tue, 2 Jan 2024 18:10:18 +0000 (13:10 -0500)
citadel/server/server_main.c
citadel/utils/ctdldump.c
citadel/utils/ctdlload.c
citadel/utils/dbnothing.c
citadel/utils/loadtest.c

index 8b6f342153997498b59003f941c79fc9a486b729..50fd956a815eff496ab5082ab61d1837b470d9d1 100644 (file)
@@ -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.");
index ed57a90bcb1ac0cddc118ed02f7b3b7f018b34da..1605ae9e3f21f78f2a9fdf867e544ddae57b362f 100644 (file)
@@ -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");
index 159e9ab95733ed2c6bc190abd9d8391d1998af55..c0cf91a8ccb912717beee3e27a91e6af7bd521aa 100644 (file)
@@ -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");
index 5486e154f8d2edc8ff83dd22292b2a65af67b4cb..005abfb7edeaf4cad6bf6e234ac9b18abbabd99a 100644 (file)
@@ -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");
index 09a8eb58ea1c84caa7ca50a18ac6438938b49b2f..25f6428f7321c78ad14ce9bdcdac56033380ca88 100644 (file)
@@ -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");