diff options
author | Werner Koch <[email protected]> | 2019-02-12 15:06:31 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2019-02-12 15:30:31 +0000 |
commit | 7922e2dd1c7eee48a8a2cf4799827942489ddd0f (patch) | |
tree | 555a32f352b83abfa299e84edfa90bf8095e132b /common | |
parent | po: Auto-update (diff) | |
download | gnupg-2.2.13.tar.gz gnupg-2.2.13.zip |
Release 2.2.13gnupg-2.2.13
Diffstat (limited to 'common')
-rw-r--r-- | common/argparse.c | 2 | ||||
-rw-r--r-- | common/w32info-rc.h.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/common/argparse.c b/common/argparse.c index 90d0ff7f3..8f2c71116 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) 2018 Free Software Foundation, Inc." +# define ARGPARSE_CRIGHT_STR "Copyright (C) 2019 Free Software Foundation, Inc." #endif /*GNUPG_MAJOR_VERSION*/ diff --git a/common/w32info-rc.h.in b/common/w32info-rc.h.in index 2ff686321..ea9d46324 100644 --- a/common/w32info-rc.h.in +++ b/common/w32info-rc.h.in @@ -29,4 +29,4 @@ built on @BUILD_HOSTNAME@ at @BUILD_TIMESTAMP@\0" #define W32INFO_PRODUCTVERSION "@VERSION@\0" #define W32INFO_LEGALCOPYRIGHT "Copyright \xa9 \ -2018 Free Software Foundation, Inc.\0" +2019 Free Software Foundation, Inc.\0" |