X-Git-Url: http://git.sthu.org/?a=blobdiff_plain;f=keylookup%2Fkeylookup;h=4c097a92c4dd2f9bc12d398dc96a2db541e7132b;hb=0d160bed87b5f23fa2601d50270697b8aff57088;hp=4c3ccefbfe4318647162758510c36e3ed2d486e0;hpb=09b910f3487e2e5438db1bee5745c902da13e6f3;p=pgp-tools.git diff --git a/keylookup/keylookup b/keylookup/keylookup index 4c3ccef..4c097a9 100755 --- a/keylookup/keylookup +++ b/keylookup/keylookup @@ -1,7 +1,7 @@ #!/usr/bin/perl -w -# (c) 2000, 2002 Christian Kurz , -# Peter Palfrader +# Copyright (c) 2000, 2002 Christian Kurz , +# Copyright (c) 2000, 2002, 2005 Peter Palfrader # # $Id$ # @@ -19,8 +19,10 @@ # along with this program; if not, write to the Free Software Foundation, # Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # -# Keylookup homepage: http://www.palfrader.org/keylookup/ -# CVS, BTS: http://savannah.gnu.org/projects/keylookup/ +# Keylookup is part of pgp-tools: +# http://pgp-tools.alioth.debian.org/ +# svn://svn.debian.org/pgp-tools/trunk/ +# http://svn.debian.org/wsvn/pgp-tools/trunk/ delete @ENV{'IFS', 'CDPATH', 'ENV', 'BASH_ENV', 'PATH'}; $|=1; # Always flush buffers