X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=textclient%2Fcommands.c;h=864cee44d6ba0f82ef6d8ae6a4845b9d69fdd22d;hb=633eabfc5820a6cc3b3c45793243928d0fa9c099;hp=07af8770bbf84855d425144682d90564a92c0c58;hpb=9030b1a961e910be3a1eb6ca18d4dfa15c30f20a;p=citadel.git diff --git a/textclient/commands.c b/textclient/commands.c index 07af8770b..864cee44d 100644 --- a/textclient/commands.c +++ b/textclient/commands.c @@ -1,17 +1,15 @@ -/* - * This file contains functions which implement parts of the - * text-mode user interface. - * - * 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. - */ +// This file contains functions which implement parts of the +// text-mode user interface. +// +// 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" @@ -22,7 +20,8 @@ char *helpnames[] = { "intro", "mail", "network", - "software" + "software", + "summary" }; char *helptexts[] = {