Fairyground is distributed under the GNU General Public License 3.0.
Files | Source | Author | License | Notes |
---|---|---|---|---|
public/assets/images/pieces/merida/* | The lila repository, the pychess-variants repository, ffish-test | Armando Hernandez Marroquin | GPLv2+, see lila's COPYING.md | |
public/assets/images/pieces/cburnett/* | wikimedia commons | various authors, main author cburnett | CC BY-SA 3.0 | |
public/assets/sound/thearst3rd/move.mp3 | ffish-test | Terry Hearst | CC0 (Public Domain) | |
public/assets/sound/thearst3rd/capture.mp3 | ffish-test | Terry Hearst | CC0 (Public Domain) | |
public/assets/sound/thearst3rd/check.mp3 | "Notification 1_1" on freesound.org | Joao_Janz | CC BY-NC 3.0 | |
public/assets/sound/thearst3rd/terminal.mp3 | "Chord Alert Notification" on freesound.org | graham_makes | CC BY 3.0 | |
public/assets/images/board/(blue|green|brown|purple)/* & public/assets/chessground.css | chessground-examples and pychess-variants | Lichess contributors and pychess-variants contributors (???) | GPLv3+ | |
public/assets/fonts/FontAwesome.* | Font Awesome | fontawesome.com | See LICENSE | Version 4.7.0 |
public/assets/images/board/(ataxx|cannonshogi|chak|chennis|dobutsu|gorogoro|ic|janggi|makruk|minishogi|minixiangqi|sittuyin|torishogi|xiangqi)/* | pychess-variants | pychess-variants contributors (???) | GPLv3+ | |
public/assets/images/board/shogi/* & public/assets/images/pieces/portella2kanji/* | Lishogi | (Unknown) | (Unknown) | |
public/assets/images/board/cobalt/* & public/assets/images/pieces/meridaletters/* & public/assets/images/pieces/cburnettletters/* | dpldgr | dpldgr | GPLv3+ | |
public/assets/images/pieces/lettertiles/* | dpldgr | dpldgr | CC BY-SA 4.0 | |
public/assets/images/pieces/(2dhanzi|ataxx|cannonshogi|chak|chennis|dobutsu|empire|janggi|khans|kyoto|makruk|mansindam|orda|ordamirror|ordavsempire|seirawan|shinobi|shinobiplus|sittuyin|spartan|synochess|torishogi|wikim)/* | pychess-variants | pychess-variants contributors (???) | GPLv3+ | |
public/assets/images/variants/amazon/pieces/* | dpldgr | dpldgr | GPLv3+ | |
public/assets/images/ui/chess/* | Google Images | (Unknown) | (Unknown) | |
public/assets/images/ui/fsf/* | fairy-stockfish.github.io | Fabian Fichter | CC BY-NC-SA 4.0 | |
public/assets/images/ui/landscape/* | Alpha Coders | (Unknown) | (Unknown) | |
public/assets/images/wallsquare/(brick|duck).svg | pychess-variants | pychess-variants contributors (???) | GPLv3+ | |
release_make/ldid/* | Link Identity Editor Release | ProcursusTeam | AGPLv3+ | Source code is not changed. Only used in the build process of this project. Files are not transferred to end users when accessing the webpage online or downloading the offline application. |
- All files not mentioned above belong to this repository and use the GNU General Public License 3.0. For files that do not apply to GPLv3+, please ask the develop team in the Issues section.
- The syntax of files contains regular expression, which is in the brackets, to match files. For example,
public/(a|b).txt
is"public/" + /a|b/ + ".txt"
which matches both public/a.txt and public/b.txt. An asterisk at the outside of brackets is a wildcard which has the same function as the one in file paths. - For files with unknown license, we assume that they can be used in our project. If we violate your license, please tell us in in the Issues section and we will remove them.