X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fwebserver.c;fp=webcit%2Fwebserver.c;h=d8892af303a3e5ebc1d59d07933876a33ed87003;hb=66b89d0249d1cea4264c7871477f36d2b7e87589;hp=8f7a9c9081f81ad705507d1c9b50bf4550b25248;hpb=ecef3a9becb6ff32c05085db7f04687badb054a4;p=citadel.git 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.");