comparison 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
comparison
equal deleted inserted replaced
814:e50e76f99636 815:2a0e5d884fc3
1 1
2 ; OSTC - diving computer code 2 ; OSTC Mk.2, 2N and 2C - diving computer code
3 ; Copyright (C) 2008-2015 HeinrichsWeikamp GbR 3 ; Copyright (C) 2008-2015 HeinrichsWeikamp GbR
4 4
5 ; This program is free software: you can redistribute it and/or modify 5 ; This program is free software: you can redistribute it and/or modify
6 ; it under the terms of the GNU General Public License as published by 6 ; it under the terms of the GNU General Public License as published by
7 ; the Free Software Foundation, either version 3 of the License, or 7 ; the Free Software Foundation, either version 3 of the License, or
112 ;============================================================================= 112 ;=============================================================================
113 ; Extracted from p3_wordprocessor includes: 113 ; Extracted from p3_wordprocessor includes:
114 #include aa_fonts.asm 114 #include aa_fonts.asm
115 115
116 ;============================================================================= 116 ;=============================================================================
117 MESSG "OSTC - diving computer code, Copyright (C) 2015 HeinrichsWeikamp" 117 MESSG "OSTC Mk.2, 2N and 2C - diving computer code, Copyright (C) 2015 HeinrichsWeikamp"
118 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" 118 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"
119 MESSG "Free Software Foundation, either version 3 of the License, or (at your option) any later version." 119 MESSG "Free Software Foundation, either version 3 of the License, or (at your option) any later version."
120 MESSG "This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY" 120 MESSG "This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY"
121 MESSG "or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details." 121 MESSG "or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details."
122 MESSG "You should have received a copy of the GNU General Public License along with this program.If not, see http://www.gnu.org/licenses/." 122 MESSG "You should have received a copy of the GNU General Public License along with this program.If not, see http://www.gnu.org/licenses/."