ftp.nice.ch/NiCE/Opener/zip.tar.gz#/zip/revision.h

This is revision.h in view mode; [Download] [Up]

/*

 Copyright (C) 1990-1993 Mark Adler, Richard B. Wales, Jean-loup Gailly,
 Kai Uwe Rommel and Igor Mandrichenko.
 Permission is granted to any individual or institution to use, copy, or
 redistribute this software so long as all of the original files are included,
 that it is not sold for profit, and that this copyright notice is retained.

*/

/*
 *  revision.h by Mark Adler.
 */

#define REVISION 20
#define PATCHLEVEL 1
#define VERSION "2.0.1"
#define REVDATE "Sept 18th 1993"

/* Copyright notice for binary executables--this notice only applies to
 * those (zip, zipcloak, zipsplit, and zipnote), not to this file
 * (revision.h).
 */

#ifndef NOCPYRT
char *copyright[] = {
#ifdef VMS
"Copyright (C) 1990-1993 Mark Adler, Richard B. Wales, Jean-loup Gailly",
"and Igor Mandrichenko. Type '%s \"-L\"' for software license.",
#else
# ifdef AMIGA
"Copyright (C) 1990-1993 Mark Adler, Richard B. Wales, Jean-loup Gailly,",
"John Bush and Paul Kienitz. Type '%s -L' for the software License.",
# else
"Copyright (C) 1990-1993 Mark Adler, Richard B. Wales, Jean-loup Gailly",
"and Kai Uwe Rommel. Type '%s -L' for the software License.",
# endif /* ?AMIGA */
#endif /* ?VMS */
};
char *disclaimer[] = {
"",
"Permission is granted to any individual or institution to use, copy, or",
"redistribute this executable so long as it is not modified and that it is",
"not sold for profit.",
"",
"LIKE ANYTHING ELSE THAT'S FREE, ZIP AND ITS ASSOCIATED UTILITIES ARE",
"PROVIDED AS IS AND COME WITH NO WARRANTY OF ANY KIND, EITHER EXPRESSED OR",
"IMPLIED. IN NO EVENT WILL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DAMAGES",
"RESULTING FROM THE USE OF THIS SOFTWARE."
};
#endif /* !NOCPYRT */

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.