From 10ac66e734b845385c7290d917184fab3c213d2a Mon Sep 17 00:00:00 2001 From: Themaister Date: Sun, 4 Mar 2012 21:54:07 +0100 Subject: [PATCH] Legal stuff. --- console/szlib/szlib.c | 3 +++ console/szlib/szlib.h | 3 +++ console/szlib/zconf.h | 4 ++++ console/szlib/zlib.h | 3 +++ 4 files changed, 13 insertions(+) diff --git a/console/szlib/szlib.c b/console/szlib/szlib.c index 90318b4884..cfcf1ce785 100644 --- a/console/szlib/szlib.c +++ b/console/szlib/szlib.c @@ -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[] = diff --git a/console/szlib/szlib.h b/console/szlib/szlib.h index a3872f7620..360a928241 100644 --- a/console/szlib/szlib.h +++ b/console/szlib/szlib.h @@ -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 diff --git a/console/szlib/zconf.h b/console/szlib/zconf.h index 4f0dad9d22..c1872032d7 100644 --- a/console/szlib/zconf.h +++ b/console/szlib/zconf.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 diff --git a/console/szlib/zlib.h b/console/szlib/zlib.h index d94293c744..f95fb56a5c 100644 --- a/console/szlib/zlib.h +++ b/console/szlib/zlib.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