X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Fcomp.c;h=2db66022d4a33432e58810754887cc5d2044e02c;hb=5577584b8a50baa958f832ddb9418986e3e38847;hp=c18dbd091f47c3baf2221ed9c72c412f4898abe4;hpb=81ea19151423fa87b8698dd3fa8a5274066a76c2;p=wimlib diff --git a/src/comp.c b/src/comp.c index c18dbd09..2db66022 100644 --- a/src/comp.c +++ b/src/comp.c @@ -1,24 +1,26 @@ /* * comp.c * - * Functions too long to declare as inline in comp.h. - * + * Functions used for compression. + */ + +/* * Copyright (C) 2012 Eric Biggers * - * wimlib - Library for working with WIM files + * This file is part of wimlib, a library for working with WIM files. * - * This library is free software; you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation; either version 2.1 of the License, or (at your option) any - * later version. + * wimlib is free software; you can redistribute it and/or modify it under the + * terms of the GNU Lesser General Public License as published by the Free + * Software Foundation; either version 2.1 of the License, or (at your option) + * any later version. * - * This library 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 Lesser General Public License for more details. + * 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 Lesser General Public License for more + * details. * - * You should have received a copy of the GNU Lesser General Public License along - * with this library; if not, write to the Free Software Foundation, Inc., 59 - * Temple Place, Suite 330, Boston, MA 02111-1307 USA + * You should have received a copy of the GNU Lesser General Public License + * along with wimlib; if not, see http://www.gnu.org/licenses/. */ #include "comp.h"