X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=examples%2Fapplywim.c;h=ffcff1496305c699461a6f3f3f66be52a35ff42c;hp=d6873167ab5aeea376b68a02cc2508d8cbf608fc;hb=eb3e3b72db23ecaa7789a807afeb9577962653fe;hpb=b5b9681794d1f5f13350e3567f6f6e74f5c779cf diff --git a/examples/applywim.c b/examples/applywim.c index d6873167..ffcff149 100644 --- a/examples/applywim.c +++ b/examples/applywim.c @@ -1,5 +1,21 @@ /* * applywim.c - A program to extract the first image from a WIM file. + * + * The following copying information applies to this specific source code file: + * + * Written in 2013-2014 by Eric Biggers + * + * To the extent possible under law, the author(s) have dedicated all copyright + * and related and neighboring rights to this software to the public domain + * worldwide via the Creative Commons Zero 1.0 Universal Public Domain + * Dedication (the "CC0"). + * + * This software is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the CC0 for more details. + * + * You should have received a copy of the CC0 along with this software; if not + * see . */ #include