diff options
-rw-r--r-- | ufed-curses-help.c | 6 | ||||
-rw-r--r-- | ufed.8.in | 7 |
2 files changed, 12 insertions, 1 deletions
diff --git a/ufed-curses-help.c b/ufed-curses-help.c index 981f946..7dfbf93 100644 --- a/ufed-curses-help.c +++ b/ufed-curses-help.c @@ -220,6 +220,12 @@ static void init_lines(void) "ufed is currently maintained by", " Sven Eden <yamakuzure@gmx.net>.", "", +"--- Thanks ---", +" Paul Varner - for proxy maintaining and support.", +" Roman Zilka - for ideas, testing and a lot of patience.", +"", +"--------------", +"", "Copyright 1999-2013 Gentoo Foundation", "Distributed under the terms of the GNU General Public License v2" }; @@ -1,4 +1,4 @@ -.TH "UFED" "8" "15 Feb 2013" "UFED 0.90" "UFED" +.TH "UFED" "8" "09 Apr 2013" "UFED 0.90" "UFED" .SH "NAME" ufed \- Gentoo Linux USE flags editor .SH "SYNOPSIS" @@ -236,3 +236,8 @@ ufed was previously maintained by ufed is currently maintained by .br Sven Eden <yamakuzure@gmx.net>. + +.SH Thanks +Paul Varner - for proxy maintaining and support. +.br +Roman Zilka - for ideas, testing and a lot of patience. |