Copyright notices updated to 2023
[citadel.git] / webcit / webserver.c
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.");