diff options
author | Werner Koch <[email protected]> | 2021-02-21 11:09:57 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2021-02-21 11:38:55 +0000 |
commit | 54c1f2518e5df3fe73d6541504d7cb89929f37b5 (patch) | |
tree | 328fe5123ab3eaad5a667405d9830c05a0d7584e /common | |
parent | doc: Update NEWS (diff) | |
download | gnupg-Beta-2.3.0-beta1598.tar.gz gnupg-Beta-2.3.0-beta1598.zip |
tools,w32: Add resource and manifest files to all binaries.Beta-2.3.0-beta1598
--
Diffstat (limited to 'common')
-rw-r--r-- | common/w32info-rc.h.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/w32info-rc.h.in b/common/w32info-rc.h.in index 2ff686321..94f13b054 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 "The GnuPG Project\0" +#define W32INFO_COMPANYNAME "g10 Code GmbH\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 \ -2018 Free Software Foundation, Inc.\0" +2021 g10 Code GmbH\0" |