diff options
-rw-r--r-- | game/options.rpy | 8 |
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} """) |