aboutsummaryrefslogtreecommitdiffstats
path: root/scd/scdaemon.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2020-03-06 09:09:26 +0000
committerWerner Koch <[email protected]>2020-03-06 09:09:26 +0000
commit4423e9dcde5e1a8d73ff7386942fe3c0c4b917fc (patch)
tree9710072dbf310382634379dbe56d4fd900d130f8 /scd/scdaemon.c
parentgpgconf: Support reading global options (part 1). (diff)
downloadgnupg-4423e9dcde5e1a8d73ff7386942fe3c0c4b917fc.tar.gz
gnupg-4423e9dcde5e1a8d73ff7386942fe3c0c4b917fc.zip
gpgconf: Support reading global options (part 2).
* tools/gpgconf-comp.c: Remove all regular option descriptions. They are now read in from the component. Also remove a few meanwhile obsolete options. * agent/gpg-agent.c: Add option description which were only set in gpgconf-comp.c. * dirmngr/dirmngr.c: Ditto. * scd/scdaemon.c: Ditto. * sm/gpgsm.c: Ditto. * g10/gpg.c: Ditto. -- This second part removes all regular option descriptions because they can be read from the components. A few were missing in the components and thus moved to there. Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to '')
-rw-r--r--scd/scdaemon.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/scd/scdaemon.c b/scd/scdaemon.c
index 1a145d8fc..514250982 100644
--- a/scd/scdaemon.c
+++ b/scd/scdaemon.c
@@ -1,6 +1,7 @@
/* scdaemon.c - The GnuPG Smartcard Daemon
- * Copyright (C) 2001-2002, 2004-2005, 2007-2009 Free Software Foundation, Inc.
- * Copyright (C) 2001-2002, 2004-2005, 2007-2014 Werner Koch
+ * Copyright (C) 2001-2002, 2004-2005, 2007-2020 Free Software Foundation, Inc.
+ * Copyright (C) 2001-2002, 2004-2005, 2007-2019 Werner Koch
+ * Copyright (C) 2020 g10 Code GmbH
*
* This file is part of GnuPG.
*