clean up ZIP Readme
authorKonrad Rosenbaum <konrad@silmor.de>
Fri, 7 Feb 2014 07:57:40 +0000 (08:57 +0100)
committerKonrad Rosenbaum <konrad@silmor.de>
Fri, 7 Feb 2014 07:57:40 +0000 (08:57 +0100)
zip/README

index 20eb57e..0e898ff 100644 (file)
@@ -1,17 +1,8 @@
 ZIP File reading and writing Library
 ======================================
 
-
-These sources have been originally copied from LinTouch.
-Who in turn copied most of the sources from Info-ZIP.
-See zip.h for details.
-Zlib.h and zconf.h come from zlib, see zlib.h for details.
-
-Subsequently the GPL licensed Qt3 specific parts have been replaced with
-Qt5 specific parts covered under the MIT license. See qtziphlp.h .
-
-The whole thing is now licensed under permissibe BSD-like terms, so you
-can use it in most commercial or Open Source Software.
+These sources are covered under BSD-like terms, see the comments in
+the source files for details.
 
 Build
 ------
@@ -28,3 +19,17 @@ API docu
 ---------
 
 you can use doxygen to generate docu
+
+History
+-------
+
+These sources have been originally copied from LinTouch.
+Who in turn copied most of the sources from Info-ZIP.
+See zip.h for details.
+Zlib.h and zconf.h come from zlib, see zlib.h for details.
+
+Subsequently the GPL licensed Qt3 specific parts have been replaced with
+Qt5 specific parts covered under the MIT license. See qtziphlp.h .
+
+The whole thing is now licensed under permissibe BSD-like terms, so you
+can use it in most commercial or Open Source Software.