X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=textclient%2Ftuiconfig.c;h=6372daf87534c08fab8b768800491c33d2030692;hp=80f0c94feb06a93b0c2040f74e368790f79d3400;hb=633eabfc5820a6cc3b3c45793243928d0fa9c099;hpb=6ee6b5fc488f5286ea81ef95503c91c43c434ced diff --git a/textclient/tuiconfig.c b/textclient/tuiconfig.c index 80f0c94fe..6372daf87 100644 --- a/textclient/tuiconfig.c +++ b/textclient/tuiconfig.c @@ -1,16 +1,14 @@ -/* - * Configuration screens that are part of the text mode client. - * - * Copyright (c) 1987-2018 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. - */ +// Configuration screens that are part of the text mode client. +// +// Copyright (c) 1987-2018 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"