Updated license
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user