From: Eric Biggers Date: Mon, 13 May 2013 17:56:47 +0000 (-0500) Subject: unix_apply.c, unix_capture.c: Add, fix copyright notices X-Git-Tag: v1.4.0~80 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=1f50611288c0549ef7408a4fd6642f55efc4cd99;hp=fcc8d33acee4c9ab11ebe975da030c6e53b182e3 unix_apply.c, unix_capture.c: Add, fix copyright notices --- diff --git a/src/unix_apply.c b/src/unix_apply.c index 97c1c83b..c0f36643 100644 --- a/src/unix_apply.c +++ b/src/unix_apply.c @@ -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 diff --git a/src/unix_capture.c b/src/unix_capture.c index 9a28d55a..74f83d2b 100644 --- a/src/unix_capture.c +++ b/src/unix_capture.c @@ -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. *