file |
line |
copyright |
adler32.c |
2 |
Copyright (C) 1995-2004 Mark Adler
For conditions of distribution and use, see copyright notice in zlib.h
|
compress.c |
2 |
Copyright (C) 1995-2003 Jean-loup Gailly.
For conditions of distribution and use, see copyright notice in zlib.h
|
contrib/blast/blast.c |
2 |
Copyright (C) 2003 Mark Adler
For conditions of distribution and use, see copyright notice in blast.h
version 1.1, 16 Feb 2003
|
contrib/blast/blast.h |
2 |
Copyright (C) 2003 Mark Adler
version 1.1, 16 Feb 2003
|
contrib/infback9/infback9.c |
2 |
Copyright (C) 1995-2003 Mark Adler
For conditions of distribution and use, see copyright notice in zlib.h
|
contrib/infback9/infback9.h |
2 |
Copyright (C) 2003 Mark Adler
For conditions of distribution and use, see copyright notice in zlib.h
|
contrib/infback9/inflate9.h |
2 |
Copyright (C) 1995-2003 Mark Adler
For conditions of distribution and use, see copyright notice in zlib.h
|
contrib/infback9/inftree9.c |
2 |
Copyright (C) 1995-2005 Mark Adler
For conditions of distribution and use, see copyright notice in zlib.h
|
contrib/infback9/inftree9.h |
2 |
Copyright (C) 1995-2003 Mark Adler
For conditions of distribution and use, see copyright notice in zlib.h
|
contrib/inflate86/inffas86.c |
4 |
Copyright (C) 1995-2003 Mark Adler
For conditions of distribution and use, see copyright notice in zlib.h
|
contrib/inflate86/inffas86.c |
7 |
Copyright (C) 2003 Chris Anderson <christop@charm.net>
Please use the copyright conditions above.
|
contrib/iostream2/zstream.h |
3 |
Copyright (c) 1997
Christian Michelsen Research AS
Advanced Computing
Fantoftvegen 38, 5036 BERGEN, Norway
http://www.cmr.no
|
contrib/masmx64/inffas8664.c |
4 |
Copyright (C) 1995-2003 Mark Adler
For conditions of distribution and use, see copyright notice in zlib.h
|
contrib/masmx64/inffas8664.c |
7 |
Copyright (C) 2003 Chris Anderson <christop@charm.net>
Please use the copyright conditions above.
|
contrib/masmx86/gvmat32c.c |
2 |
Copyright (C) 1995-1996 Jean-loup Gailly and Gilles Vollant.
File written by Gilles Vollant, by modifiying the longest_match
from Jean-loup Gailly in deflate.c
it prepare all parameters and call the assembly longest_match_gvasm
longest_match execute standard C code is wmask != 0x7fff
(assembly code is faster with a fixed wmask)
|
contrib/minizip/crypt.h |
6 |
Copyright (C) 1998-2005 Gilles Vollant
|
contrib/minizip/ioapi.c |
6 |
Copyright (C) 1998-2005 Gilles Vollant
|
contrib/minizip/ioapi.h |
6 |
Copyright (C) 1998-2005 Gilles Vollant
|
contrib/minizip/iowin32.c |
7 |
Copyright (C) 1998-2005 Gilles Vollant
|
contrib/minizip/iowin32.h |
7 |
Copyright (C) 1998-2005 Gilles Vollant
|
contrib/minizip/miniunz.c |
5 |
Copyright (C) 1998-2005 Gilles Vollant
|
contrib/minizip/minizip.c |
5 |
Copyright (C) 1998-2005 Gilles Vollant
|
contrib/minizip/unzip.c |
4 |
Copyright (C) 1998-2005 Gilles Vollant
|
contrib/minizip/unzip.c |
14 |
Copyright (c) 1990-2000 Info-ZIP. All rights reserved.
|
contrib/minizip/unzip.h |
4 |
Copyright (C) 1998-2005 Gilles Vollant
|
contrib/minizip/zip.c |
7 |
Copyright (C) 1998-2005 Gilles Vollant
|
contrib/minizip/zip.h |
4 |
Copyright (C) 1998-2005 Gilles Vollant
|
contrib/puff/puff.c |
3 |
Copyright (C) 2002-2004 Mark Adler
For conditions of distribution and use, see copyright notice in puff.h
version 1.8, 9 Jan 2004
|
contrib/puff/puff.h |
2 |
Copyright (C) 2002, 2003 Mark Adler, all rights reserved
version 1.7, 3 Mar 2002
|
crc32.c |
2 |
Copyright (C) 1995-2005 Mark Adler
For conditions of distribution and use, see copyright notice in zlib.h
|
deflate.c |
2 |
Copyright (C) 1995-2005 Jean-loup Gailly.
For conditions of distribution and use, see copyright notice in zlib.h
|
deflate.h |
2 |
Copyright (C) 1995-2004 Jean-loup Gailly
For conditions of distribution and use, see copyright notice in zlib.h
|
example.c |
2 |
Copyright (C) 1995-2004 Jean-loup Gailly.
For conditions of distribution and use, see copyright notice in zlib.h
|
examples/gun.c |
2 |
Copyright (C) 2003, 2005 Mark Adler
For conditions of distribution and use, see copyright notice in zlib.h
Version 1.3 12 June 2005 Mark Adler
|
examples/gun.c |
646 |
fprintf(stderr, "Copyright (c) 2005 Mark Adler\n");
fprintf(stderr, "usage: gun [-t] [file1.gz [file2.Z ...]]\n");
return 0;
}
if (argc && strcmp(*argv, "-t") == 0) {
test = 1;
argc--;
argv++;
}
if (argc)
|
examples/gzappend.c |
3 |
Copyright (C) 2003 Mark Adler, all rights reserved
version 1.1, 4 Nov 2003
|
examples/gzappend.c |
474 |
printf("gzappend 1.1 (4 Nov 2003) Copyright (C) 2003 Mark Adler\n");
printf(
"usage: gzappend [-level] file.gz [ addthis [ andthis ... ]]\n");
return 0;
}
|
examples/gzjoin.c |
3 |
Copyright (C) 2004 Mark Adler, all rights reserved
version 1.0, 11 Dec 2004
|
examples/gzlog.c |
3 |
Copyright (C) 2004 Mark Adler
For conditions of distribution and use, see copyright notice in gzlog.h
version 1.0, 26 Nov 2004
|
examples/gzlog.h |
2 |
Copyright (C) 2004 Mark Adler, all rights reserved
version 1.0, 26 Nov 2004
|
examples/zran.c |
2 |
Copyright (C) 2005 Mark Adler
For conditions of distribution and use, see copyright notice in zlib.h
Version 1.0 29 May 2005 Mark Adler
|
gzio.c |
2 |
Copyright (C) 1995-2005 Jean-loup Gailly.
For conditions of distribution and use, see copyright notice in zlib.h
|
infback.c |
2 |
Copyright (C) 1995-2005 Mark Adler
For conditions of distribution and use, see copyright notice in zlib.h
|
inffast.c |
2 |
Copyright (C) 1995-2004 Mark Adler
For conditions of distribution and use, see copyright notice in zlib.h
|
inffast.h |
2 |
Copyright (C) 1995-2003 Mark Adler
For conditions of distribution and use, see copyright notice in zlib.h
|
inflate.c |
2 |
Copyright (C) 1995-2005 Mark Adler
For conditions of distribution and use, see copyright notice in zlib.h
|
inflate.h |
2 |
Copyright (C) 1995-2004 Mark Adler
For conditions of distribution and use, see copyright notice in zlib.h
|
inftrees.c |
2 |
Copyright (C) 1995-2005 Mark Adler
For conditions of distribution and use, see copyright notice in zlib.h
|
inftrees.h |
2 |
Copyright (C) 1995-2005 Mark Adler
For conditions of distribution and use, see copyright notice in zlib.h
|
minigzip.c |
2 |
Copyright (C) 1995-2005 Jean-loup Gailly.
For conditions of distribution and use, see copyright notice in zlib.h
|
trees.c |
2 |
Copyright (C) 1995-2005 Jean-loup Gailly
For conditions of distribution and use, see copyright notice in zlib.h
|
uncompr.c |
2 |
Copyright (C) 1995-2003 Jean-loup Gailly.
For conditions of distribution and use, see copyright notice in zlib.h
|
zconf.h |
2 |
Copyright (C) 1995-2005 Jean-loup Gailly.
For conditions of distribution and use, see copyright notice in zlib.h
|
zconf.in.h |
2 |
Copyright (C) 1995-2005 Jean-loup Gailly.
For conditions of distribution and use, see copyright notice in zlib.h
|
zlib.h |
4 |
Copyright (C) 1995-2005 Jean-loup Gailly and Mark Adler
|
zutil.c |
2 |
Copyright (C) 1995-2005 Jean-loup Gailly.
For conditions of distribution and use, see copyright notice in zlib.h
|
zutil.h |
2 |
Copyright (C) 1995-2005 Jean-loup Gailly.
For conditions of distribution and use, see copyright notice in zlib.h
|