xiuhai / ziparchive

Automatically exported from code.google.com/p/ziparchive
0 stars 0 forks source link

License terms? #38

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
This is great software.  Thank you for writing it.  

I noticed that the project site (https://code.google.com/p/ziparchive) says the 
software is available under the MIT License, but when I download the source I 
don't see the MIT license mentioned in the source code or a LICENSE.txt file or 
anything along those lines.

The files ZipArchive.h and ZipArchive.mm contain:
//
//  ZipArchive.mm
//  
//
//  Created by aish on 08-9-11.
//  acsolu@gmail.com
//  Copyright 2008  Inc. All rights reserved.
//

and the files in the minizip/ directory are marked as being made available 
under the zLib license.  

Can you confirm that ZipArchive.h and ZipArchive.mm are being published here 
under the MIT License?

Thank you!

Original issue reported on code.google.com by christop...@seronix.com on 3 Dec 2014 at 4:24