diff options
Diffstat (limited to '')
-rw-r--r-- | common/argparse.c | 2 | ||||
-rw-r--r-- | common/w32info-rc.h.in | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/common/argparse.c b/common/argparse.c index 169e23431..b067314dd 100644 --- a/common/argparse.c +++ b/common/argparse.c @@ -1372,7 +1372,7 @@ strusage( int level ) break; case 11: p = "foo"; break; case 13: p = "0.0"; break; - case 14: p = "Copyright (C) 2014 Free Software Foundation, Inc."; break; + case 14: p = "Copyright (C) 2015 Free Software Foundation, Inc."; break; case 15: p = "This is free software: you are free to change and redistribute it.\n" "There is NO WARRANTY, to the extent permitted by law.\n"; diff --git a/common/w32info-rc.h.in b/common/w32info-rc.h.in index 1a427ee56..d7909dde5 100644 --- a/common/w32info-rc.h.in +++ b/common/w32info-rc.h.in @@ -17,7 +17,7 @@ you can redistribute it and/or modify it under the terms of the \ GNU General Public License as published by the Free Software Foundation; \ either version 3 of the License, or (at your option) any later version.\0" -#define W32INFO_COMPANYNAME "g10 Code GmbH\0" +#define W32INFO_COMPANYNAME "The GnuPG Project\0" #define W32INFO_VI_FILEVERSION @BUILD_FILEVERSION@ #define W32INFO_VI_PRODUCTVERSION @BUILD_FILEVERSION@ @@ -29,4 +29,4 @@ built on @BUILD_HOSTNAME@ at @BUILD_TIMESTAMP@\0" #define W32INFO_PRODUCTVERSION "@VERSION@\0" #define W32INFO_LEGALCOPYRIGHT "Copyright \xa9 \ -2013 Free Software Foundation, Inc.\0" +2015 Free Software Foundation, Inc.\0" |