diff options
Diffstat (limited to '')
-rw-r--r-- | src/xz/xz_w32res.rc | 7 | ||||
-rw-r--r-- | src/xzdec/xzdec_w32res.rc | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/src/xz/xz_w32res.rc b/src/xz/xz_w32res.rc index c8fd9e60..bad30202 100644 --- a/src/xz/xz_w32res.rc +++ b/src/xz/xz_w32res.rc @@ -1,3 +1,10 @@ +/* + * Author: Lasse Collin + * + * This file has been put into the public domain. + * You can do whatever you want with this file. + */ + #define MY_TYPE VFT_APP #define MY_NAME "xz" #define MY_SUFFIX ".exe" diff --git a/src/xzdec/xzdec_w32res.rc b/src/xzdec/xzdec_w32res.rc index 84f4e478..626f26ce 100644 --- a/src/xzdec/xzdec_w32res.rc +++ b/src/xzdec/xzdec_w32res.rc @@ -1,3 +1,10 @@ +/* + * Author: Lasse Collin + * + * This file has been put into the public domain. + * You can do whatever you want with this file. + */ + #define MY_TYPE VFT_APP #define MY_NAME "xzdec" #define MY_SUFFIX ".exe" |