X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=examples%2Fcompressfile.c;fp=examples%2Fcompressfile.c;h=8ee2a8ae4dd2ed40b835da64c93a363787c7c58a;hp=824165db0ec660259bbb9b9dcb8843f27414b514;hb=629719b7d5cad7fc6f2eca7ca11cb99100ed8764;hpb=dd38de3e27916c2d7fe97158c3df38c6b9b43e0d diff --git a/examples/compressfile.c b/examples/compressfile.c index 824165db..8ee2a8ae 100644 --- a/examples/compressfile.c +++ b/examples/compressfile.c @@ -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