]> code.citadel.org Git - citadel.git/blobdiff - citadel/server/server_main.c
It is the current year. (c)-2024
[citadel.git] / citadel / server / server_main.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.");