diff options
author | Werner Koch <[email protected]> | 2014-11-04 15:28:03 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2014-11-04 15:28:03 +0000 |
commit | cf41763cdf029461f160925e1e3b3593ac292a39 (patch) | |
tree | fbb4b2ff2a1576f6f9f4d69399b8ec943456bac8 /common/argparse.c | |
parent | gpg: Print use --full-gen-key note using the installed name of gpg. (diff) | |
download | gnupg-cf41763cdf029461f160925e1e3b3593ac292a39.tar.gz gnupg-cf41763cdf029461f160925e1e3b3593ac292a39.zip |
Change a couple of files to use abbreviated copyright notes.
--
Also fixed some of my own copyright notices due to the termination of
my assignment. The one displayed by --version is kept at FSF because
we had contributors in 2014 with FSF assignments and it gives the FSF
some visibility.
Diffstat (limited to 'common/argparse.c')
-rw-r--r-- | common/argparse.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/common/argparse.c b/common/argparse.c index 844c1707e..0a36a9e53 100644 --- a/common/argparse.c +++ b/common/argparse.c @@ -1,7 +1,6 @@ /* [argparse.c wk 17.06.97] Argument Parser for option handling - * Copyright (C) 1998, 1999, 2000, 2001, 2006 - * 2007, 2008, 2012 Free Software Foundation, Inc. - * Copyright (C) 1997, 2013 Werner Koch + * Copyright (C) 1998-2001, 2006-2008, 2012 Free Software Foundation, Inc. + * Copyright (C) 1997-2001, 2006-2008, 2013 Werner Koch * * This file is part of JNLIB, which is a subsystem of GnuPG. * |