From 600164d524f55bc650c88b976418bdbe0ba8b036 Mon Sep 17 00:00:00 2001 From: Kristian Sims Date: Sat, 22 Oct 2022 15:01:28 -0400 Subject: [PATCH] Removed license of unused SDL2 cython libs, and fixed some typos --- LICENSE.SDL2.txt | 15 --------------- README.md | 10 +++++----- pyboy/core/ram.pxd | 3 ++- pyboy/core/ram.py | 16 ++++++++-------- pyboy/plugins/game_wrapper_super_mario_land.py | 4 ++-- 5 files changed, 17 insertions(+), 31 deletions(-) delete mode 100644 LICENSE.SDL2.txt diff --git a/LICENSE.SDL2.txt b/LICENSE.SDL2.txt deleted file mode 100644 index 480c61edc..000000000 --- a/LICENSE.SDL2.txt +++ /dev/null @@ -1,15 +0,0 @@ -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - -1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. -2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. -3. This notice may not be removed or altered from any source distribution. diff --git a/README.md b/README.md index 17fca2c26..3825b43c6 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ It is highly recommended to read the [report](https://github.com/Baekalfen/PyBoy If you've read the report and want more explicit details, have a look at the [Pan Docs](http://bgb.bircd.org/pandocs.htm). -__If you are looking to make a bot or AI__, you can find all the external components in the [PyBoy Documentation](https://baekalfen.github.io/PyBoy/index.html). There is also a short example on our Wiki page [Scripts, AI and Bots](https://github.com/Baekalfen/PyBoy/wiki/Scripts,-AI-and-Bots) as well as in the [examples directory](https://github.com/Baekalfen/PyBoy/tree/master/examples). If more features are needed, or if you find a bug, don't hesitate to make an issue here on GitHub, or write on our [Discord channel](https://discord.gg/Zrf2nyH). +__If you are looking to make a bot or AI__, you can find all the external components in the [PyBoy Documentation](https://baekalfen.github.io/PyBoy/index.html). There is also a short example on our Wiki page [Scripts, AI and Bots](https://github.com/Baekalfen/PyBoy/wiki/Scripts,-AI-and-Bots) as well as in the [examples directory](https://github.com/Baekalfen/PyBoy/tree/master/examples). If more features are needed, or if you find a bug, don't hesitate to make an issue here on GitHub, or post on our [Discord channel](https://discord.gg/Zrf2nyH).