X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit-ng%2Fmain.c;fp=webcit-ng%2Fmain.c;h=03136913182b84fb81c91b19525d77cdc1014f73;hb=00e2e3dd17d17c5b6133dc28551b56d462d663b2;hp=ab515adf28caacabbc3812be03ed82f983ff6903;hpb=d008fecc22bfc730ee5d3da021692d410b54e79b;p=citadel.git diff --git a/webcit-ng/main.c b/webcit-ng/main.c index ab515adf2..031369131 100644 --- a/webcit-ng/main.c +++ b/webcit-ng/main.c @@ -2,15 +2,8 @@ // // Copyright (c) 1996-2022 by the citadel.org team // -// This program is open source software. It runs great on the -// Linux operating system (and probably elsewhere). You can use, -// copy, and run 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 GNU General Public License v3. #include "webcit.h" // All other headers are included from this header.