Info-ZIP UnZip: Difference between revisions
m →Authors |
mNo edit summary |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Software | |||
|Picture=Infozip-icon.png | |||
|Name=Info-ZIP UnZip | |||
|Version=6.00 (2009) | |||
|Vendor=[[Info-ZIP]] | |||
|Author=Greg Roelofs<br/>Christian Spieler | |||
|Licence=[[Info-Zip Licence]] | |||
|WWW=http://infozip.sourceforge.net/UnZip.html | |||
}} | |||
Info-ZIP '''UnZip''' | Info-ZIP '''UnZip''' | ||
Line 11: | Line 20: | ||
==Articles== | ==Articles== | ||
* Rick Goran: [[Info-ZIP's UnZip REXX Interface]] | * Rick Goran: [[Info-ZIP's UnZip REXX Interface]] | ||
==Links== | ==Links== |
Latest revision as of 20:28, 3 July 2022
Info-ZIP UnZip | |
---|---|
![]() | |
Name | Info-ZIP UnZip |
Version | 6.00 (2009) |
Vendor | Info-ZIP |
Author | Greg Roelofs Christian Spieler |
Licence | Info-Zip Licence |
WWW | http://infozip.sourceforge.net/UnZip.html |
Info-ZIP UnZip
History
Info-ZIP's UnZip it was originally based on the Unzip DOS program that Samuel H. Smith had created a year earlier. But due to licensing restrictions it was soon completely rewritten.
Early releases were based on the source code provided with Samuel H. Smith's freeware UNZIP program but since that code contained a no commercial usage clause which clashed with the Info-ZIP's stated aim to make ZIP available to everyone this was soon replaced with a code released under a very permissive ad hoc licence and the Info-ZIP code soon started showing up in other projects.
Features
On OS/2 you can also get Info-ZIP UnZip in the form of a REXX compatible dynamic link library which makes coding using it even simpler as long as your language has REXX DLL compatibility as in the case of Perl or if you write a simple DLL wrapper in your code.
Articles
- Rick Goran: Info-ZIP's UnZip REXX Interface