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 c7a6b13..ad9e165 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 df31c38..eb3f6c7 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 0051636..d4d8159 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 c8fd9e6..bad3020 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 84f4e47..626f26c 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"