X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=programs%2Fwgetopt.c;h=c4aeb9f4b4db92755497d1565d5437631d4ec262;hp=ee814d29cb5b1dee51896aabf6d4134b0fab31b3;hb=e982067dbc89861c23a2655ddbf10e44c8b707fd;hpb=bb1dafa9009afdacb0276e3ef00007e59a4a5111 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"