summaryrefslogtreecommitdiff
path: root/game
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-12-21 18:38:37 -0300
committerJesusaves <cpntb1@ymail.com>2020-12-21 18:38:37 -0300
commitfcec902e003bdaf9da900b65a961a2fdecea2824 (patch)
tree1fb67f568f999ae3305c9cdc5e94813b6d4ac034 /game
parent4bb4a357db327c9ca06ee05fe2988fc9769a2460 (diff)
downloadclient-fcec902e003bdaf9da900b65a961a2fdecea2824.tar.gz
client-fcec902e003bdaf9da900b65a961a2fdecea2824.tar.bz2
client-fcec902e003bdaf9da900b65a961a2fdecea2824.tar.xz
client-fcec902e003bdaf9da900b65a961a2fdecea2824.zip
Update the About disclaimer.
Diffstat (limited to 'game')
-rw-r--r--game/options.rpy8
1 files changed, 5 insertions, 3 deletions
diff --git a/game/options.rpy b/game/options.rpy
index 916980f..eb9bd1b 100644
--- a/game/options.rpy
+++ b/game/options.rpy
@@ -31,9 +31,11 @@ define gui.show_name = True
define gui.about = _p("""
{b}{color=#f00}Disclaimer{/color}\n\n
-By running this software, you affirm that you have the right to do so.\n
-No license is provided for using this demo software.\n\n
-No warranties.{/b}\n
+This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ COPYING file for more details.\n\n
+DMCA complaints: {a=mailto:dmca@tmw2org}dmca@tmw2.org{/a}{/b}\n
Card framework: {a=http://www.jewel-s.jp/}http://www.jewel-s.jp/{/a}
""")