From 608c16d7a5d120b30a20128055e28a0bf70e0c82 Mon Sep 17 00:00:00 2001 From: alpine9000 Date: Fri, 3 Jun 2016 20:55:23 +1000 Subject: [PATCH] legal stuff --- 028.bs/credits.s | 8 ++++++++ 028.bs/game1.s | 24 +++++++++++++++++++++++- 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/028.bs/credits.s b/028.bs/credits.s index d37335b..c9b8357 100644 --- a/028.bs/credits.s +++ b/028.bs/credits.s @@ -113,6 +113,11 @@ RenderText: move.w #221,d1 lea moreInfo,a1 lea foregroundBitplanes1,a0 + jsr DrawWSMaskedText8 + move.w #20,d0 + move.w #231,d1 + lea copyright,a1 + lea foregroundBitplanes1,a0 jsr DrawWSMaskedText8 rts @@ -163,6 +168,9 @@ credits: moreInfo: dc.b "http://alpine9000.github.io/blockyskies" dc.b 0 +copyright: + dc.b "Copyright (c) 2016 Enable Software P/L" + dc.b 0 align 4 copperList: diff --git a/028.bs/game1.s b/028.bs/game1.s index d4b3162..e38614f 100644 --- a/028.bs/game1.s +++ b/028.bs/game1.s @@ -1,7 +1,9 @@ include "includes.i" xdef StartGame + if TRACKLOADER=0 xdef QuitGame + endif xdef LevelComplete xdef BigBang xdef InstallTilePalette @@ -1066,7 +1068,27 @@ endTutorialLevelInstaller: panelFade: include "out/panelFade.s" - +copyright: + dc.b "Copyright (c) 2016, Enable Software Pty Ltd. All rights reserved. " + dc.b "Redistribution and use in source and binary forms, with or without " + dc.b "modification, are permitted provided that the following conditions are met: " + dc.b "Redistributions of source code must retain the above copyright notice, this " + dc.b "list of conditions and the following disclaimer. " + dc.b "Redistributions in binary form must reproduce the above copyright notice, " + dc.b "this list of conditions and the following disclaimer in the documentation " + dc.b "and/or other materials provided with the distribution. " + dc.b "THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND " + dc.b "ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED " + dc.b "WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE " + dc.b "DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR " + dc.b "ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES " + dc.b "(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES ;" + dc.b "LOSS OF USE, DATA, OR PROFITS ; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND " + dc.b "ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT " + dc.b "(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS " + dc.b "SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." + dc.b 0 + align 4 section .bss foregroundBitplanes1: ds.b IMAGESIZE*2