From e7841b94f73e58358c54556d5edac57bf94a4c15 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Sun, 18 Jun 2006 20:12:54 +0000 Subject: [PATCH] better zip comment svn: r3404 original commit: 89e43db94460231aafa518004ad436062b785819 --- collects/mzlib/zip.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/mzlib/zip.ss b/collects/mzlib/zip.ss index 1e70844..1dbfd6a 100644 --- a/collects/mzlib/zip.ss +++ b/collects/mzlib/zip.ss @@ -26,7 +26,7 @@ (define *spec-version* 62) ; version 6.2 (define *required-version* 20) ; version 2.0 (define *compression-level* 8) ; I don't think this is configurable - (define *zip-comment* #"packed by zip.plt - http://planet.plt-scheme.org") + (define *zip-comment* #"packed by PLT Scheme - http://www.plt-scheme.org/") ;; PKZIP specification: ;; http://www.pkware.com/company/standards/appnote/