SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit a795514bc4b598e2da614be9d101258eefcb889c parent e59bc436bdcc955eabb5f6fd2dfb7cd8a1c14d6c Author: Lior Halphon <LIJI32@gmail.com> Date: Sat, 25 Nov 2023 21:21:34 +0200 Refer to SameBoy's license as the X11 License Diffstat:
| M | CONTRIBUTING.md | 2 | +- |
| M | Cocoa/License.html | 2 | +- |
| M | LICENSE | 2 | +- |
| M | README.md | 2 | +- |
| M | SDL/gui.c | 4 | ++-- |
| M | iOS/License.html | 2 | +- |
6 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md @@ -24,7 +24,7 @@ SameBoy's main target compiler is Clang, but GCC is also supported when targetin ### Third Party Libraries and Tools -Avoid adding new required dependencies; run-time and compile-time dependencies alike. Most importantly, avoid linking against GPL licensed libraries (LGPL libraries are fine), so SameBoy can retain its MIT license. +Avoid adding new required dependencies; run-time and compile-time dependencies alike. Most importantly, avoid linking against GPL licensed libraries (LGPL libraries are fine), so SameBoy can retain its X11 license. ### Spacing, Indentation and Formatting diff --git a/Cocoa/License.html b/Cocoa/License.html @@ -29,7 +29,7 @@ <body> <h1>SameBoy</h1> -<h2>MIT License</h2> +<h2>X11 License</h2> <h3>Copyright © 2015-@COPYRIGHT_YEAR Lior Halphon</h3> <p>Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/LICENSE b/LICENSE @@ -1,4 +1,4 @@ -MIT License +X11 License Copyright (c) 2015-2023 Lior Halphon diff --git a/README.md b/README.md @@ -34,7 +34,7 @@ Features currently supported only with the Cocoa version: SameBoy passes all of [blargg's test ROMs](http://gbdev.gg8.se/wiki/articles/Test_ROMs#Blargg.27s_tests), all of [mooneye-gb's](https://github.com/Gekkio/mooneye-gb) tests (Some tests require the original boot ROMs), and all of [Wilbert Pol's tests](https://github.com/wilbertpol/mooneye-gb/tree/master/tests/acceptance). SameBoy should work with most games and demos, please [report](https://github.com/LIJI32/SameBoy/issues/new) any broken ROM. The latest results for SameBoy's automatic tester are available [here](https://sameboy.github.io/automation/). ## Contributing -SameBoy is an open-source project licensed under the MIT license, and you're welcome to contribute by creating issues, implementing new features, improving emulation accuracy and fixing existing open issues. You can read the [contribution guidelines](CONTRIBUTING.md) to make sure your contributions are as effective as possible. +SameBoy is an open-source project licensed under the X11 license, and you're welcome to contribute by creating issues, implementing new features, improving emulation accuracy and fixing existing open issues. You can read the [contribution guidelines](CONTRIBUTING.md) to make sure your contributions are as effective as possible. ## Compilation SameBoy requires the following tools and libraries to build: diff --git a/SDL/gui.c b/SDL/gui.c @@ -96,8 +96,8 @@ static const char *help[] = { "Version " GB_VERSION "\n\n" "Copyright " COPYRIGHT_STRING " 2015-" GB_COPYRIGHT_YEAR "\n" "Lior Halphon\n\n" -"Licensed under the MIT\n" -"license, see LICENSE for\n" +"Licensed under the X11\n" +"License, see LICENSE for\n" "more details." }; diff --git a/iOS/License.html b/iOS/License.html @@ -29,7 +29,7 @@ <body> <h1>SameBoy</h1> -<h2>MIT License</h2> +<h2>X11 License</h2> <h3>Copyright © 2015-@COPYRIGHT_YEAR Lior Halphon</h3> <p>Permission is hereby granted, free of charge, to any person obtaining a copy
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.