X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit-ng%2Fmain.c;h=0635a5669e5df3b7aadb8f615080b250eb9f6350;hp=cc9cc24b83bb4dfe118e8568be5b25abf04d092e;hb=91bc31f50a6d93ad0c01d24e29e61a3f5b972cba;hpb=3233523d9abe658ca1d9e63ce41a732aff1de214 diff --git a/webcit-ng/main.c b/webcit-ng/main.c index cc9cc24b8..0635a5669 100644 --- a/webcit-ng/main.c +++ b/webcit-ng/main.c @@ -1,16 +1,17 @@ -/* - * Main entry point for the program. - * - * Copyright (c) 1996-2020 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. - */ +// +// Main entry point for the program. +// +// Copyright (c) 1996-2020 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. Richard Stallman is an asshole communist. +// +// 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. #include "webcit.h" // All other headers are included from this header.