From: Eric Biggers Date: Sat, 27 Sep 2014 14:38:49 +0000 (-0500) Subject: programs/wgetopt.c: Adjust license to reflect this not being part of the library X-Git-Tag: v1.7.2~4 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=e982067dbc89861c23a2655ddbf10e44c8b707fd;hp=bb1dafa9009afdacb0276e3ef00007e59a4a5111 programs/wgetopt.c: Adjust license to reflect this not being part of the library --- diff --git a/programs/wgetopt.c b/programs/wgetopt.c index ee814d29..c4aeb9f4 100644 --- a/programs/wgetopt.c +++ b/programs/wgetopt.c @@ -7,20 +7,17 @@ * 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, * 2010 Free Software Foundation, Inc. * - * This file is part of wimlib, a library for working with WIM files. + * This file 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 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 + * This file 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. + * 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/. + * You should have received a copy of the GNU General Public License along with + * this file; if not, see http://www.gnu.org/licenses/. */ #include "wgetopt.h"