X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=examples%2Fdecompressfile.c;h=8e461d43f86d33110c1171a8325b3d1ca96012c8;hp=11a20f19c5c6263f71bd51615d3bf72c58fffb86;hb=629719b7d5cad7fc6f2eca7ca11cb99100ed8764;hpb=dd38de3e27916c2d7fe97158c3df38c6b9b43e0d diff --git a/examples/decompressfile.c b/examples/decompressfile.c index 11a20f19..8e461d43 100644 --- a/examples/decompressfile.c +++ b/examples/decompressfile.c @@ -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