]> granicus.if.org Git - xz/commitdiff
Added public domain notice into a few files.
authorLasse Collin <lasse.collin@tukaani.org>
Sat, 18 Jul 2009 08:26:39 +0000 (11:26 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Sat, 18 Jul 2009 08:26:39 +0000 (11:26 +0300)
src/common/common_w32res.rc
src/liblzma/liblzma.pc.in
src/liblzma/liblzma_w32res.rc
src/xz/xz_w32res.rc
src/xzdec/xzdec_w32res.rc

index c7a6b13da1ee38dab9d0d89d64ebdc465e2333f5..ad9e165394afd2b5d1cd980a205716368dffab98 100644 (file)
@@ -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.
+ */
+
 #include <winresrc.h>
 #include "config.h"
 #define LZMA_H_INTERNAL
@@ -25,7 +32,7 @@ VS_VERSION_INFO VERSIONINFO
   FILESUBTYPE 0x0L
 BEGIN
     BLOCK "StringFileInfo"
-    BEGIN 
+    BEGIN
         BLOCK "040904b0"
         BEGIN
             VALUE "Comments", MY_COMMENTS
index df31c3863ed4329f579c57d1f9389c04e0c170e7..eb3f6c75d38f54c7e6beb4a7792ac4fdf4b06a80 100644 (file)
@@ -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.
+#
+
 prefix=@prefix@
 exec_prefix=@exec_prefix@
 libdir=@libdir@
index 00516364203284062040b7cbb05c59b3ba630818..d4d8159c7b4fc66a3a1ebac3d15cae376bc5fef2 100644 (file)
@@ -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_DLL
 #define MY_NAME "liblzma"
 #define MY_SUFFIX ".dll"
index c8fd9e600e294e4399527031f47497b38cd2c774..bad302029913c3bf836bb3013bb8a9df8d99e674 100644 (file)
@@ -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"
index 84f4e47802f5a91eb195e66cfbb43bc78381ed63..626f26cea872d7fce1ff4e5d607bf9b87ac3213b 100644 (file)
@@ -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"