Grammar change in the license declaration.
[citadel.git] / webcit / webserver.c
index ba9937f8061c4fae17322f230bc4d9fd7f8acd11..a12143eef51ba3f9f9fbd2f9c2b9a5d8e4bf5c3d 100644 (file)
@@ -1,7 +1,7 @@
 // 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"
@@ -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 */