X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fwebserver.c;h=e814364d17a3e468bc9f1868ce0916baa91da0fa;hb=HEAD;hp=8f7a9c9081f81ad705507d1c9b50bf4550b25248;hpb=5d2d3f4eea91c74af93c735bff7ad9955b466181;p=citadel.git diff --git a/webcit/webserver.c b/webcit/webserver.c index 8f7a9c908..b10d5e9c3 100644 --- a/webcit/webserver.c +++ b/webcit/webserver.c @@ -1,15 +1,10 @@ -// Copyright (c) 1996-2022 by the citadel.org team +// Copyright (c) 1996-2024 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. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// This program is open source software. Use, duplication, or disclosure +// 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 */ @@ -218,15 +213,10 @@ 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, " "); - 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."); + syslog(LOG_NOTICE, "Copyright (C) 1996-2024 by the citadel.org team"); syslog(LOG_NOTICE, " "); - syslog(LOG_NOTICE, "This program is distributed in the hope that it will be useful,"); - syslog(LOG_NOTICE, "but WITHOUT ANY WARRANTY; without even the implied warranty of"); - syslog(LOG_NOTICE, "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the"); - syslog(LOG_NOTICE, "GNU General Public License for more details."); + syslog(LOG_NOTICE, "This program is open source software. Use, duplication, or disclosure"); + 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 */