]> wimlib.net Git - wimlib/blobdiff - examples/compressfile.c
Place programs in examples/ in public domain
[wimlib] / examples / compressfile.c
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