diff options
author | Werner Koch <[email protected]> | 2017-01-23 18:16:55 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2017-01-23 18:16:55 +0000 |
commit | 707c47f5592d48fb39a97e65f142de3d70ef7a7d (patch) | |
tree | e3f0d398fef4fe8a94e6f1753d6a26c9fd5db6ae /common | |
parent | Fix format string errors and some missing error case initialization. (diff) | |
download | gnupg-707c47f5592d48fb39a97e65f142de3d70ef7a7d.tar.gz gnupg-707c47f5592d48fb39a97e65f142de3d70ef7a7d.zip |
Update copyright notices for 2017.
--
Also some http:// -> https:// fixes.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'common')
-rw-r--r-- | common/argparse.c | 4 | ||||
-rw-r--r-- | common/w32info-rc.h.in | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/common/argparse.c b/common/argparse.c index d395229ad..b53efcebf 100644 --- a/common/argparse.c +++ b/common/argparse.c @@ -1,6 +1,6 @@ /* [argparse.c wk 17.06.97] Argument Parser for option handling * Copyright (C) 1998-2001, 2006-2008, 2012 Free Software Foundation, Inc. - * Copyright (C) 1997-2001, 2006-2008, 2013-2016 Werner Koch + * Copyright (C) 1997-2001, 2006-2008, 2013-2017 Werner Koch * * This file is part of GnuPG. * @@ -71,7 +71,7 @@ #else /* Used by GnuPG */ # define ARGPARSE_GPL_VERSION 3 -# define ARGPARSE_CRIGHT_STR "Copyright (C) 2016 Free Software Foundation, Inc." +# define ARGPARSE_CRIGHT_STR "Copyright (C) 2017 Free Software Foundation, Inc." #endif /*GNUPG_MAJOR_VERSION*/ diff --git a/common/w32info-rc.h.in b/common/w32info-rc.h.in index d7909dde5..4e46b978a 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 \ -2015 Free Software Foundation, Inc.\0" +2017 Free Software Foundation, Inc.\0" |