aboutsummaryrefslogtreecommitdiff
path: root/libretro.h
diff options
context:
space:
mode:
authorJoão Silva2017-01-14 21:09:57 +0000
committerJoão Silva2017-01-14 21:09:57 +0000
commitd59c856fbf576daa91fa4a8bade38d97b4edbbe4 (patch)
treec72894d2a7ab0a0b8b39ca4375a776d49771085b /libretro.h
parent8b1e490a551b2fe5e184aa9111f837d5b3a69bc7 (diff)
downloadsnesemu-d59c856fbf576daa91fa4a8bade38d97b4edbbe4.tar.gz
snesemu-d59c856fbf576daa91fa4a8bade38d97b4edbbe4.tar.bz2
snesemu-d59c856fbf576daa91fa4a8bade38d97b4edbbe4.zip
Moved copyright information to copyright file.
Diffstat (limited to 'libretro.h')
-rw-r--r--libretro.h22
1 files changed, 1 insertions, 21 deletions
diff --git a/libretro.h b/libretro.h
index e6063b9..dd76b0f 100644
--- a/libretro.h
+++ b/libretro.h
@@ -1,24 +1,4 @@
-/* Copyright (C) 2010-2014 The RetroArch team
- *
- * ---------------------------------------------------------------------------------------
- * The following license statement only applies to this libretro API header (libretro.h).
- * ---------------------------------------------------------------------------------------
- *
- * Permission is hereby granted, free of charge,
- * to any person obtaining a copy of this software and associated documentation files (the "Software"),
- * to deal in the Software without restriction, including without limitation the rights to
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software,
- * and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
- * INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
- * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
- * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- */
+#include "copyright"
#ifndef LIBRETRO_H__
#define LIBRETRO_H__