]> wimlib.net Git - wimlib/blobdiff - examples/applywim.c
Use more comprehensive public domain dedications
[wimlib] / examples / applywim.c
index d6873167ab5aeea376b68a02cc2508d8cbf608fc..ffcff1496305c699461a6f3f3f66be52a35ff42c 100644 (file)
@@ -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 <ebiggers3@gmail.com>
+ *
+ * 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 <http://creativecommons.org/publicdomain/zero/1.0/>.
  */
 
 #include <wimlib.h>