X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=textclient%2Fcitadel.c;h=e5017fd9540f6f2c94fb9b15187bfe5c8b24b567;hb=633eabfc5820a6cc3b3c45793243928d0fa9c099;hp=1fea75eb38842077722782d3919324e985b600e6;hpb=a6722156441811d3cddce7179eb56c483eebd37f;p=citadel.git diff --git a/textclient/citadel.c b/textclient/citadel.c index 1fea75eb3..e5017fd95 100644 --- a/textclient/citadel.c +++ b/textclient/citadel.c @@ -1,16 +1,14 @@ -/* - * Main source module for the client program. - * - * Copyright (c) 1987-2019 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 source module for the client program. +// +// Copyright (c) 1987-2019 by the citadel.org team +// +// This program is open source software. Use, duplication, and/or +// disclosure are subject to the GNU General Purpose 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. #include "textclient.h"