Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/MAIN.ASM @ 454:69f1f3a1c645
minor change in license text
author | heinrichsweikamp |
---|---|
date | Sun, 28 Aug 2011 17:22:14 +0200 |
parents | 51baf8777b73 |
children | 8e1fb9cdd62a |
comparison
equal
deleted
inserted
replaced
453:38b38b105782 | 454:69f1f3a1c645 |
---|---|
123 ;============================================================================= | 123 ;============================================================================= |
124 ; Extracted from p3_wordprocessor includes: | 124 ; Extracted from p3_wordprocessor includes: |
125 #include aa_fonts.asm | 125 #include aa_fonts.asm |
126 | 126 |
127 ;============================================================================= | 127 ;============================================================================= |
128 MESSG "OSTC - diving computer code, Copyright (C) 2010 HeinrichsWeikamp GbR" | 128 MESSG "OSTC - diving computer code, Copyright (C) 2011 HeinrichsWeikamp" |
129 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" | 129 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" |
130 MESSG "Free Software Foundation, either version 3 of the License, or (at your option) any later version." | 130 MESSG "Free Software Foundation, either version 3 of the License, or (at your option) any later version." |
131 MESSG "This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY" | 131 MESSG "This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY" |
132 MESSG "or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details." | 132 MESSG "or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details." |
133 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/." | 133 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/." |