From 53b5c58bb348b7a6484c79fb7b7f04324882f76f Mon Sep 17 00:00:00 2001 From: Sam Soffes Date: Wed, 22 Jun 2011 10:41:36 -0700 Subject: [PATCH] Updated license --- LICENSE | 2 +- Readme.markdown | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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).