]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/unzip.c
Initial changeset to experimental branch
[virtualjaguar] / src / unzip.c
index 67a494c9d1d32a40eb747fd8f3c699354cb6285c..9e6c4a319da084861358dded1b59c20423bb5324 100644 (file)
@@ -1,7 +1,14 @@
 //
-// ZIP file support (mostly ripped from MAME)
+// ZIP file support (mostly ripped from MAME--thx MAME team!)
 //
 // Added by James L. Hammons
+// (C) 2010 Underground Software
+//
+// JLH = James L. Hammons <jlhamm@acm.org>
+//
+// Who  When        What
+// ---  ----------  -------------------------------------------------------------
+// JLH  01/16/2010  Created this log ;-)
 //
 
 #include <stdlib.h>