final touches on dkim test harness
[citadel.git] / webcit / webserver.c
index ba9937f8061c4fae17322f230bc4d9fd7f8acd11..b10d5e9c34c0bd1f55858010333c32c82e543574 100644 (file)
@@ -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 */