]> wimlib.net Git - wimlib/commitdiff
Place programs in examples/ in public domain
authorEric Biggers <ebiggers3@gmail.com>
Fri, 13 Jun 2014 01:17:28 +0000 (20:17 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Fri, 13 Jun 2014 01:17:28 +0000 (20:17 -0500)
examples/applywim.c
examples/capturewim.c
examples/compressfile.c
examples/decompressfile.c

index d6873167ab5aeea376b68a02cc2508d8cbf608fc..824752b0e349b566e3df6bbaca407ee25f742056 100644 (file)
@@ -1,5 +1,8 @@
 /*
  * applywim.c - A program to extract the first image from a WIM file.
+ *
+ * The author dedicates this file to the public domain.
+ * You can do whatever you want with this file.
  */
 
 #include <wimlib.h>
index e6d4c5ace68f397f98c0e8ba9e088b3e9922bf90..ecc6b83cbc42aa41d27b4897a4a187aac2990ff0 100644 (file)
@@ -1,5 +1,8 @@
 /*
  * capturewim.c - A program to capture a directory tree into a WIM file.
+ *
+ * The author dedicates this file to the public domain.
+ * You can do whatever you want with this file.
  */
 
 #include <wimlib.h>
index 824165db0ec660259bbb9b9dcb8843f27414b514..8ee2a8ae4dd2ed40b835da64c93a363787c7c58a 100644 (file)
@@ -26,6 +26,9 @@
  *
  * The compressed file format created here is simply a series of compressed
  * chunks.  A real format would need to have checksums and other metadata.
+ *
+ * The author dedicates this file to the public domain.
+ * You can do whatever you want with this file.
  */
 
 #define _GNU_SOURCE
index 11a20f19c5c6263f71bd51615d3bf72c58fffb86..8e461d43f86d33110c1171a8325b3d1ca96012c8 100644 (file)
@@ -24,6 +24,9 @@
  *
  * The compressed file format created here is simply a series of compressed
  * chunks.  A real format would need to have checksums and other metadata.
+ *
+ * The author dedicates this file to the public domain.
+ * You can do whatever you want with this file.
  */
 
 #define _GNU_SOURCE