From 7839baa92b69874eddc5b296b1be3a181d910160 Mon Sep 17 00:00:00 2001 From: pabs Date: Sat, 30 May 2009 04:58:07 -0400 Subject: fix license --- zipstream.php | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'zipstream.php') diff --git a/zipstream.php b/zipstream.php index a004277..efa6c50 100644 --- a/zipstream.php +++ b/zipstream.php @@ -15,10 +15,7 @@ # the following conditions: # # # # The above copyright notice and this permission notice shall be # -# included in all copies of the Software, its documentation and # -# marketing & publicity materials, and acknowledgment shall be given in # -# the documentation, materials and software packages that this Software # -# was used. # +# included in all copies or substantial portions of the of the Software. # # # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, # # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF # @@ -79,7 +76,7 @@ # $zip->finish(); # class ZipStream { - const VERSION = '0.2.1'; + const VERSION = '0.2.2'; var $opt = array(), $files = array(), -- cgit v1.2.3