Jump to content

Info-ZIP UnZip: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Created page with "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 r..."
 
Ak120 (talk | contribs)
mNo edit summary
 
(8 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'''


==History==
==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.
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==
==Features==
Line 10: Line 21:
* Rick Goran: [[Info-ZIP's UnZip REXX Interface]]
* Rick Goran: [[Info-ZIP's UnZip REXX Interface]]


==Licence==
==Links==
Open source software, current versions were published under the [[Info-Zip Licence]], prior to the release of version 2.3 the project used an ad hoc licence buried inside different parts the readme file.
*http://infozip.sourceforge.net/UnZip.html
 
==Authors==
<div style="column-count:3;-moz-column-count:3;-webkit-column-count:3">
* Mark Adler (original Zip author)
* John Bush
* Karl Davis
* Harald Denker
* Jean-Michel Dubois
* Jean-loup Gailly
* Hunter Goatley
* Ed Gordon
* Ian Gorman
* Chris Herborth
* Dirk Haase
* Greg Hartwig
* Robert Heath
* Jonathan Hudson
* Paul Kienitz
* David Kirschbaum
* Johnny Lee
* Onno van der Linden
* Igor Mandrichenko
* Steve P. Miller
* Sergio Monesi
* Keith Owens
* George Petrov
* Greg Roelofs
* [[Kai-Uwe Rommel]] (OS/2 specific code)
* Steve Salisbury
* Dave Smith
* Steven M. Schweda
* Christian Spieler
* Cosmin Truta
* Antoine Verheijen
* Paul von Behren
* Rich Wales
* Mike White
</div>


[[Category:Tools]]
[[Category:Tools]]

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

Links