From abd62cd0d2dd0cb1a702fb518cb4c6b84b127bbb Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Tue, 25 Feb 2014 17:49:49 -0500 Subject: resolve more licensing discrepancies, move to rst --- LICENSE | 19 ------------------- LICENSE.rst | 20 ++++++++++++++++++++ www/css/font/gentium.ttf | Bin 362664 -> 0 bytes www/css/font/playtime.ttf | Bin 71220 -> 0 bytes www/css/font/playtime_bold.ttf | Bin 47916 -> 0 bytes 5 files changed, 20 insertions(+), 19 deletions(-) delete mode 100644 LICENSE create mode 100644 LICENSE.rst delete mode 100644 www/css/font/gentium.ttf delete mode 100644 www/css/font/playtime.ttf delete mode 100644 www/css/font/playtime_bold.ttf diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 9d9f1d9..0000000 --- a/LICENSE +++ /dev/null @@ -1,19 +0,0 @@ -© 2013 Alex Xu (Hello71) -All Rights Reserved - -The "Playtime With Hot Toddies" font is not licensed, but was found on Font Squirrel [0], and is also in the KS source. - -> This font was found on the internet and did not come with a license. While we try to make sure that all the fonts on fontsquirrel.com are properly licensed for commercial use, there are many fonts that have either been abandoned by their authors or the authors distribute their fonts without an explicit license. -> -> It is our opinion that if the unlicensed font is freely available for download from either the original source or from multiple free-font sites then we assume it to be safe to use the font commercially. This is no guarantee of such freedom, but there are so many unlicensed free fonts distributed by primary sources that the intentions must be read that the font is free to use how you like. - -Ren'Py (unrpyc/renpy) is distributed under the MIT license, in unrpyc/renpy/LICENSE.txt. - -Git submodules are *not* included as part of the source, and are licensed separately. See their respective subdirectories for more information. - -All other source code (i.e. mine) is licensed under the GPL 3.0 license [1]. - -unrpyc itself used to be under the MIT license, but I have relicensed it as GPL 3.0. Where this is not legal, the contents of that subdirectory are available under the MIT license; however, the rest of the source code remains under GPL 3.0. - -[0] http://www.fontsquirrel.com/license/Playtime-With-Hot-Toddies -[1] https://www.gnu.org/copyleft/gpl.html diff --git a/LICENSE.rst b/LICENSE.rst new file mode 100644 index 0000000..8a9d73c --- /dev/null +++ b/LICENSE.rst @@ -0,0 +1,20 @@ +© 2013 Alex Xu (Hello71) +License GPLv3+: `GNU GPL version 3`_ or later *except as noted below* + +The "Playtime With Hot Toddies" font is not licensed, but was found on `Font Squirrel`_, and is also in the KS source, which is released as CC-BY-ND. We follow the legal opinion of Font Squirrel, as below: + +> This font was found on the internet and did not come with a license. While we try to make sure that all the fonts on fontsquirrel.com are properly licensed for commercial use, there are many fonts that have either been abandoned by their authors or the authors distribute their fonts without an explicit license. +> +> It is our opinion that if the unlicensed font is freely available for download from either the original source or from multiple free-font sites then we assume it to be safe to use the font commercially. This is no guarantee of such freedom, but there are so many unlicensed free fonts distributed by primary sources that the intentions must be read that the font is free to use how you like. + +Ren'Py (unrpyc/renpy) is distributed under the MIT license, in unrpyc/renpy/LICENSE.txt. + +Git submodules are not included as part of the source, and are licensed separately. See their respective subdirectories for more information. + +All other source code (i.e. mine) is licensed under the `GPLv3`_ license. + +unrpyc itself used to be under the MIT license, but I have relicensed it as GPL 3.0. Where this is not legal, the contents of that subdirectory are available under the MIT license; however, the rest of the source code remains under GPL 3.0, unless otherwise noted above. + +.. _Font Squirrel: http://www.fontsquirrel.com/license/Playtime-With-Hot-Toddies +.. _GNU GPL version 3: +.. _GPLv3: https://www.gnu.org/licenses/gpl.html diff --git a/www/css/font/gentium.ttf b/www/css/font/gentium.ttf deleted file mode 100644 index a8c1756..0000000 Binary files a/www/css/font/gentium.ttf and /dev/null differ diff --git a/www/css/font/playtime.ttf b/www/css/font/playtime.ttf deleted file mode 100644 index a36000a..0000000 Binary files a/www/css/font/playtime.ttf and /dev/null differ diff --git a/www/css/font/playtime_bold.ttf b/www/css/font/playtime_bold.ttf deleted file mode 100644 index e730c2b..0000000 Binary files a/www/css/font/playtime_bold.ttf and /dev/null differ -- cgit v1.2.3-54-g00ecf