Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-tools.git;a=commitdiff;h=dea246e3f58171f765221bf37e777a60dce15d0a
commit dea246e3f58171f765221bf37e777a60dce15d0a Author: Miklos Vajna <[EMAIL PROTECTED]> Date: Thu Jun 12 20:35:09 2008 +0200 fblint: remove copyright info from --version output, it was only needed by help2man diff --git a/fblint b/fblint index 56c0708..f4a7454 100755 --- a/fblint +++ b/fblint @@ -67,10 +67,6 @@ get_root() if [ "$1" = "--version" ]; then echo "fblint (pacman-tools) $myver" - echo - echo "Copyright (c) 2006 by Miklos Vajna <[EMAIL PROTECTED]>" - echo "This is free software; see the source for copying conditions. There is NO" - echo "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." exit 0 fi _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
