diff options
author | Werner Koch <wk@gnupg.org> | 2018-02-22 16:19:56 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2018-02-22 16:19:56 +0100 |
commit | 20539ea5cad1903352e01ef95aecdda4d5cd999b (patch) | |
tree | 609042662948bcd256dd4400b64bdb5e656173e4 /common/argparse.c | |
parent | build: Update autogen.sh to set a git PATCH prefix. (diff) | |
parent | Post release updates. (diff) | |
download | gnupg2-20539ea5cad1903352e01ef95aecdda4d5cd999b.tar.xz gnupg2-20539ea5cad1903352e01ef95aecdda4d5cd999b.zip |
Merge branch 'STABLE-BRANCH-2-2'
Diffstat (limited to 'common/argparse.c')
-rw-r--r-- | common/argparse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/argparse.c b/common/argparse.c index f5e4ceb9d..90d0ff7f3 100644 --- a/common/argparse.c +++ b/common/argparse.c @@ -71,7 +71,7 @@ #else /* Used by GnuPG */ # define ARGPARSE_GPL_VERSION 3 -# define ARGPARSE_CRIGHT_STR "Copyright (C) 2017 Free Software Foundation, Inc." +# define ARGPARSE_CRIGHT_STR "Copyright (C) 2018 Free Software Foundation, Inc." #endif /*GNUPG_MAJOR_VERSION*/ |