Add stub license

This commit is contained in:
bladeoner 2018-12-27 20:24:49 +01:00
parent 7d69e75c36
commit 531f0df37e
5 changed files with 15 additions and 5 deletions

View File

@ -4,7 +4,6 @@
For further information, consult the LICENSE file in the root directory. For further information, consult the LICENSE file in the root directory.
\*****************************************************************************/ \*****************************************************************************/
#include <math.h> #include <math.h>
#include "../snes9x.h" #include "../snes9x.h"
#include "apu.h" #include "apu.h"

View File

@ -4,7 +4,6 @@
For further information, consult the LICENSE file in the root directory. For further information, consult the LICENSE file in the root directory.
\*****************************************************************************/ \*****************************************************************************/
#ifndef _APU_H_ #ifndef _APU_H_
#define _APU_H_ #define _APU_H_

View File

@ -1,4 +1,8 @@
/* Simple resampler based on bsnes's ruby audio library */ /*****************************************************************************\
Snes9x - Portable Super Nintendo Entertainment System (TM) emulator.
This file is licensed under the Snes9x License.
For further information, consult the LICENSE file in the root directory.
\*****************************************************************************/
#ifndef __HERMITE_RESAMPLER_H #ifndef __HERMITE_RESAMPLER_H
#define __HERMITE_RESAMPLER_H #define __HERMITE_RESAMPLER_H

View File

@ -1,4 +1,8 @@
/* Simple resampler based on bsnes's ruby audio library */ /*****************************************************************************\
Snes9x - Portable Super Nintendo Entertainment System (TM) emulator.
This file is licensed under the Snes9x License.
For further information, consult the LICENSE file in the root directory.
\*****************************************************************************/
#ifndef __RESAMPLER_H #ifndef __RESAMPLER_H
#define __RESAMPLER_H #define __RESAMPLER_H

View File

@ -1,4 +1,8 @@
/* Simple byte-based ring buffer. Licensed under public domain (C) BearOso. */ /*****************************************************************************\
Snes9x - Portable Super Nintendo Entertainment System (TM) emulator.
This file is licensed under the Snes9x License.
For further information, consult the LICENSE file in the root directory.
\*****************************************************************************/
#ifndef __RING_BUFFER_H #ifndef __RING_BUFFER_H
#define __RING_BUFFER_H #define __RING_BUFFER_H