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