diff --git a/LICENSE b/LICENSE index 1348f0f..b904e35 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2010 Sam Soffes +Copyright (c) 2010-2011 Sam Soffes Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/Readme.markdown b/Readme.markdown index b4d9ca0..1d0ca27 100644 --- a/Readme.markdown +++ b/Readme.markdown @@ -16,3 +16,7 @@ NSString *path = @"path_to_your_zip_file"; NSString *destination = @"path_to_the_folder_where_you_want_it_unzipped"; [SSZipArchive unzipFileAtPath:path toDestination:destination]; ``` + +## License + +SSZipArchive is licensed under the [MIT license](https://github.com/samsoffes/ssziparchive/raw/master/LICENSE). [Minizip](http://www.winimage.com/zLibDll/minizip.html) 1.01h is also included and is licensed under the [Zlib license](http://www.zlib.net/zlib_license.html).