]> wimlib.net Git - wimlib/blobdiff - programs/wgetopt.c
lzms_decompress.c: pack states together in struct lzms_decompressor
[wimlib] / programs / wgetopt.c
index ee814d29cb5b1dee51896aabf6d4134b0fab31b3..c4aeb9f4b4db92755497d1565d5437631d4ec262 100644 (file)
@@ -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"