From: Art Cancro Date: Tue, 2 Jan 2024 22:00:38 +0000 (-0500) Subject: The sooner we can put webcit-classic out to pasture the better. X-Git-Tag: v997~43 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=a76f8bad35b79b50e384c5ca9f3a959c375774cd The sooner we can put webcit-classic out to pasture the better. Between its origin as a shitty web application that I built when I had no idea what the hell I was doing, to all of the ways other people fucked it up later, this thing needs to die. As soon as possible. --- diff --git a/webcit/webserver.c b/webcit/webserver.c index d8892af30..ba9937f80 100644 --- a/webcit/webserver.c +++ b/webcit/webserver.c @@ -1,12 +1,7 @@ -// Copyright (c) 1996-2023 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 +// are subject to the terms of the GNU General Public License version 3. #include "webcit.h" #include "webserver.h" @@ -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-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."); + 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, "are subject to the terms of the GNU General Public License, version 3."); syslog(LOG_NOTICE, " "); /* run from the webcit home directory */