legal stuff

This commit is contained in:
alpine9000 2016-06-03 20:55:23 +10:00
parent 6f4915dc6d
commit 608c16d7a5
2 changed files with 31 additions and 1 deletions

View File

@ -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:

View File

@ -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