]> wimlib.net Git - wimlib/blobdiff - src/io.h
Clean up file headers
[wimlib] / src / io.h
index 81144f7b333b597d4d02e3ed4bf1cf45cac5ae3e..ac5ea506a1f43d7232bd64d52d4780a8f7ed51fd 100644 (file)
--- a/src/io.h
+++ b/src/io.h
@@ -3,23 +3,6 @@
  *
  * A few endianness-aware macros for reading and writing data from in-memory
  * buffers.
- *
- * Copyright (C) 2012 Eric Biggers
- *
- * wimlib - 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.
- *
- * 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.
- *
- * 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 
  */
 
 #ifndef _WIMLIB_IO_H