chiark / gitweb /
Replace use of variable-length-arrays.
[gnupg2.git] / common / w32info-rc.h.in
1 /* w32info-rc.h.in  - Common defs for VERSIONINFO resources.
2  * Copyright (C) 2013 g10 Code GmbH
3  *
4  * This file is free software; as a special exception the author gives
5  * unlimited permission to copy and/or distribute it, with or without
6  * modifications, as long as this notice is preserved.
7  *
8  * This program is distributed in the hope that it will be useful, but
9  * WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
10  * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
11  */
12
13 /* This file is processed by configure to create w32info-rc.h . */
14
15 #define W32INFO_COMMENTS "This program is free software; \
16 you can redistribute it and/or modify it under the terms of the \
17 GNU General Public License as published by the Free Software Foundation; \
18 either version 3 of the License, or (at your option) any later version.\0"
19
20 #define W32INFO_COMPANYNAME "The GnuPG Project\0"
21
22 #define W32INFO_VI_FILEVERSION    @BUILD_FILEVERSION@
23 #define W32INFO_VI_PRODUCTVERSION @BUILD_FILEVERSION@
24
25 #define W32INFO_FILEVERSION "@VERSION@ (@BUILD_REVISION@) \
26 built on @BUILD_HOSTNAME@ at @BUILD_TIMESTAMP@\0"
27
28 #define W32INFO_PRODUCTNAME    "GNU Privacy Guard (GnuPG)\0"
29 #define W32INFO_PRODUCTVERSION "@VERSION@\0"
30
31 #define W32INFO_LEGALCOPYRIGHT "Copyright \xa9 \
32 2015 Free Software Foundation, Inc.\0"