diff code_part1/OSTC_code_asm_part1/MAIN.ASM @ 815:2a0e5d884fc3

BUGFIX: Fix licence in German BUGFIX: Fix minor layout bug in surface mode
author heinrichsweikamp
date Tue, 12 May 2015 11:30:35 +0200
parents c50296c3059e
children
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/MAIN.ASM	Mon May 04 13:53:36 2015 +0200
+++ b/code_part1/OSTC_code_asm_part1/MAIN.ASM	Tue May 12 11:30:35 2015 +0200
@@ -1,5 +1,5 @@
 
-; OSTC - diving computer code
+; OSTC Mk.2, 2N and 2C - diving computer code
 ; Copyright (C) 2008-2015 HeinrichsWeikamp GbR
 
 ;    This program is free software: you can redistribute it and/or modify
@@ -114,7 +114,7 @@
 #include	aa_fonts.asm
 
 ;=============================================================================
-    MESSG "OSTC - diving computer code,  Copyright (C) 2015 HeinrichsWeikamp"
+    MESSG "OSTC Mk.2, 2N and 2C - diving computer code,  Copyright (C) 2015 HeinrichsWeikamp"
     MESSG "This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the"
     MESSG "Free Software Foundation, either version 3 of the License, or (at your option) any later version."
     MESSG "This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY"