diff options
author | Werner Koch <[email protected]> | 2018-06-12 14:11:19 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2018-06-12 14:11:19 +0000 |
commit | cb52eb76b3ba0269742c5322e10a2b5151dafaf2 (patch) | |
tree | 55b834edff91fbb3e2845385d46855aa799fcd62 /tools/watchgnupg.c | |
parent | Require libgpg-error 1.29 and remove internal logging functions. (diff) | |
download | gnupg-cb52eb76b3ba0269742c5322e10a2b5151dafaf2.tar.gz gnupg-cb52eb76b3ba0269742c5322e10a2b5151dafaf2.zip |
Some preparations to eventuallt use gpgrt_argparse.
* configure.ac (GNUPG_DEF_COPYRIGHT_LINE: New.
* tools/watchgnupg.c (print_version): USe this macro.
* common/init.c (_init_common_subsystems): Register argparse
functions.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'tools/watchgnupg.c')
-rw-r--r-- | tools/watchgnupg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/watchgnupg.c b/tools/watchgnupg.c index fc58d1428..1db1c7827 100644 --- a/tools/watchgnupg.c +++ b/tools/watchgnupg.c @@ -253,7 +253,7 @@ static void print_version (int with_help) { fputs (MYVERSION_LINE "\n" - "Copyright (C) 2017 Free Software Foundation, Inc.\n" + GNUPG_DEF_COPYRIGHT_LINE "\n" "License GPLv3+: " "GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>\n" "This is free software: you are free to change and redistribute it.\n" |