Legal stuff.

This commit is contained in:
Themaister 2012-03-04 21:54:07 +01:00
parent 5ebd0b4ed1
commit 10ac66e734
4 changed files with 13 additions and 0 deletions

View File

@ -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[] =

View File

@ -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

View File

@ -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

View File

@ -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