X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Funix_apply.c;h=c0f36643a5c7d97f1daa67c3df86b23bd09ffb56;hp=97c1c83b2e3c0ac593184f0aa436441bfe98f3e8;hb=1f50611288c0549ef7408a4fd6642f55efc4cd99;hpb=fcc8d33acee4c9ab11ebe975da030c6e53b182e3;ds=inline 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