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 /agent/pksign.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 'agent/pksign.c')
-rw-r--r-- | agent/pksign.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/agent/pksign.c b/agent/pksign.c index 0160a11f1..d737bad33 100644 --- a/agent/pksign.c +++ b/agent/pksign.c @@ -1,6 +1,6 @@ /* pksign.c - public key signing (well, actually using a secret key) - * Copyright (C) 2001, 2002, 2003, 2004, 2010 Free Software Foundation, Inc. - * Copyright (C) 2013 Werner Koch + * Copyright (C) 2001-2004, 2010 Free Software Foundation, Inc. + * Copyright (C) 2001-2004, 2010, 2013 Werner Koch * * This file is part of GnuPG. * |