X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fwebserver.c;h=e814364d17a3e468bc9f1868ce0916baa91da0fa;hb=HEAD;hp=ba9937f8061c4fae17322f230bc4d9fd7f8acd11;hpb=a76f8bad35b79b50e384c5ca9f3a959c375774cd;p=citadel.git diff --git a/webcit/webserver.c b/webcit/webserver.c index ba9937f80..b10d5e9c3 100644 --- a/webcit/webserver.c +++ b/webcit/webserver.c @@ -1,10 +1,10 @@ // Copyright (c) 1996-2024 by the citadel.org team // // This program is open source software. Use, duplication, or disclosure -// are subject to the terms of the GNU General Public License version 3. +// is subject to the terms of the GNU General Public License version 3. #include "webcit.h" -#include "webserver.h" + #include "modules_init.h" extern int msock; /* master listening socket */ @@ -216,7 +216,7 @@ int main(int argc, char **argv) { syslog(LOG_NOTICE, "Copyright (C) 1996-2024 by the citadel.org team"); syslog(LOG_NOTICE, " "); syslog(LOG_NOTICE, "This program is open source software. Use, duplication, or disclosure"); - syslog(LOG_NOTICE, "are subject to the terms of the GNU General Public License, version 3."); + syslog(LOG_NOTICE, "is subject to the terms of the GNU General Public License, version 3."); syslog(LOG_NOTICE, " "); /* run from the webcit home directory */