mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 13:20:43 +00:00
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
|
* 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"
|
#include "szlib.h"
|
||||||
|
|
||||||
const char inflate_copyright[] =
|
const char inflate_copyright[] =
|
||||||
|
@ -3,6 +3,9 @@
|
|||||||
* For conditions of distribution and use, see copyright notice in zlib.h
|
* 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
|
#ifndef _SZLIB_H
|
||||||
#define _SZLIB_H
|
#define _SZLIB_H
|
||||||
|
|
||||||
|
@ -3,6 +3,10 @@
|
|||||||
* For conditions of distribution and use, see copyright notice in zlib.h
|
* 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
|
#ifndef _ZCONF_H
|
||||||
#define _ZCONF_H
|
#define _ZCONF_H
|
||||||
|
|
||||||
|
@ -28,6 +28,9 @@
|
|||||||
(zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format).
|
(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
|
#ifndef _ZLIB_H
|
||||||
#define _ZLIB_H
|
#define _ZLIB_H
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user