]> wimlib.net Git - wimlib/commitdiff
unix_apply.c, unix_capture.c: Add, fix copyright notices
authorEric Biggers <ebiggers3@gmail.com>
Mon, 13 May 2013 17:56:47 +0000 (12:56 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Mon, 13 May 2013 17:56:47 +0000 (12:56 -0500)
src/unix_apply.c
src/unix_capture.c

index 97c1c83b2e3c0ac593184f0aa436441bfe98f3e8..c0f36643a5c7d97f1daa67c3df86b23bd09ffb56 100644 (file)
@@ -1,3 +1,26 @@
+/*
+ * unix_apply.c - Code to apply files from a WIM image on UNIX.
+ */
+
+/*
+ * Copyright (C) 2012, 2013 Eric Biggers
+ *
+ * This file is part of wimlib, a library for working with WIM files.
+ *
+ * wimlib is free software; you can redistribute it and/or modify it under the
+ * terms of the GNU General Public License as published by the Free
+ * Software Foundation; either version 3 of the License, or (at your option)
+ * any later version.
+ *
+ * wimlib 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 GNU General Public License for more
+ * details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with wimlib; if not, see http://www.gnu.org/licenses/.
+ */
+
 #include "config.h"
 
 #ifdef HAVE_UTIME_H
index 9a28d55a9a2fc6f552e3cafd91f626a3e9db7bd8..74f83d2b59a9dba6c13e1d5c794f70c6a33dc907 100644 (file)
@@ -3,7 +3,7 @@
  */
 
 /*
- * Copyright (C) 2013 Eric Biggers
+ * Copyright (C) 2012, 2013 Eric Biggers
  *
  * This file is part of wimlib, a library for working with WIM files.
  *