From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,5b18a5a233d3f64b X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!news.glorb.com!news.tele.dk!feed118.news.tele.dk!not-for-mail Date: Fri, 16 Mar 2007 16:54:51 +0100 From: Poul-Erik Andreasen User-Agent: Icedove 1.5.0.9 (X11/20061220) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Ann: UnZip-Ada v.20 References: <45fa9823$1_4@news.bluewin.ch> In-Reply-To: <45fa9823$1_4@news.bluewin.ch> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <45fabc52$0$192$edfadb0f@dread11.news.tele.dk> Organization: TDC Totalloesninger NNTP-Posting-Host: 80.166.145.174 X-Trace: 1174060115 dread11.news.tele.dk 192 80.166.145.174:15377 X-Complaints-To: abuse@post.tele.dk Xref: g2news1.google.com comp.lang.ada:14536 Date: 2007-03-16T16:54:51+01:00 List-Id: Gautier wrote: > After years of "maintenance" or "cosmetic" releases of UnZip-Ada, here > is a more important one... > > UnZip-Ada is a library in "pure" Ada (not a binding, no dependency to > compiler, external library or operating sytem) > for decompressing data from Zip files into files or data streams. > > UnZip-Ada is free software. > > Some features: > > - *new*: task-safe > - *new*: parts not concerning decompression are now in a `Zip' library; > possibility of manipulating, searching or building Zip archives too > - *new*: Zip_info's dictionary tree is now (at last!) balanced: optimally > fast access to entries, much faster loading too > > - decompression to file or to a data stream > - decompresses all Zip methods up to and including Deflate (v. 2.x); > this includes files made by PKZip, Winzip, Info-Zip's Zip, > Java's JARs, OpenDocument files, and many others > - decryption (v. 2.x) > - possibility to read the Zip directory once into a Zip_info variable > and use it to search quickly and decompress selected archived files, or > traverse completely the directory to do some specific task > - options: junk_directories, test_only > > Other informations to be found in UnZipAda.txt (archived in unzada20.zip) > > URL: --> http://homepage.sunrise.ch/mysunrise/gdm/unzipada.htm > hej Fine piece of software. But your licence is absolute useless not to say flawed: "Permission granted to use this library, without any warranty, for any purpose, provided this copyright note remains attached and modified". When you get hold of a pice of software in a legal manner (in this case by downloading from your site). You are allways allowed to use it in any way you see fit, as long as you dont copy it or puplicise it. So this note dosn't grant any new rigths at all to the user. On the conterary you are actualy trying too put limitations on the use (witch you have no legal base to do) by requiring him to keep the the copyrigth notice, a litle bit odd since you are not granting him rigth to copy :-) If you want your libery to be used in any larger scale i recomend you to use one of the well-known licences as BSD or GPL or LGPL . BSD or LGPL will probley give you the most user since a pure GPL will restrict the use to ather GPL-programs. Poul-Erik Andreasen