Legal stuff.
This commit is contained in:
parent
5ebd0b4ed1
commit
10ac66e734
|
@ -3,6 +3,9 @@
|
|||
* For conditions of distribution and use, see copyright notice in zlib.h
|
||||
*/
|
||||
|
||||
/* This source as presented is a modified version of original zlib for use with SSNES,
|
||||
* and must not be confused with the original software. */
|
||||
|
||||
#include "szlib.h"
|
||||
|
||||
const char inflate_copyright[] =
|
||||
|
|
|
@ -3,6 +3,9 @@
|
|||
* For conditions of distribution and use, see copyright notice in zlib.h
|
||||
*/
|
||||
|
||||
/* This source as presented is a modified version of original zlib for use with SSNES,
|
||||
* and must not be confused with the original software. */
|
||||
|
||||
#ifndef _SZLIB_H
|
||||
#define _SZLIB_H
|
||||
|
||||
|
|
|
@ -3,6 +3,10 @@
|
|||
* For conditions of distribution and use, see copyright notice in zlib.h
|
||||
*/
|
||||
|
||||
/* This source as presented is a modified version of original zlib for use with SSNES,
|
||||
* and must not be confused with the original software. */
|
||||
|
||||
|
||||
#ifndef _ZCONF_H
|
||||
#define _ZCONF_H
|
||||
|
||||
|
|
|
@ -28,6 +28,9 @@
|
|||
(zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format).
|
||||
*/
|
||||
|
||||
/* This source as presented is a modified version of original zlib for use with SSNES,
|
||||
* and must not be confused with the original software. */
|
||||
|
||||
#ifndef _ZLIB_H
|
||||
#define _ZLIB_H
|
||||
|
||||
|
|
Loading…
Reference in New Issue