From 1f50611288c0549ef7408a4fd6642f55efc4cd99 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Mon, 13 May 2013 12:56:47 -0500 Subject: [PATCH] unix_apply.c, unix_capture.c: Add, fix copyright notices --- src/unix_apply.c | 23 +++++++++++++++++++++++ src/unix_capture.c | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) 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. * -- 2.43.0