diff code_part1/OSTC_code_asm_part1/MAIN.ASM @ 807:c50296c3059e

BUGFIX: Divetime had unwanted "." behind the minutes Change Copyright info 3.02 release
author heinrichsweikamp
date Sat, 07 Feb 2015 12:37:04 +0100
parents e16e636def61
children 2a0e5d884fc3
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/MAIN.ASM	Thu Feb 05 13:33:38 2015 +0100
+++ b/code_part1/OSTC_code_asm_part1/MAIN.ASM	Sat Feb 07 12:37:04 2015 +0100
@@ -1,6 +1,6 @@
 
 ; OSTC - diving computer code
-; Copyright (C) 2008-2011 HeinrichsWeikamp GbR
+; Copyright (C) 2008-2015 HeinrichsWeikamp GbR
 
 ;    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
@@ -114,7 +114,7 @@
 #include	aa_fonts.asm
 
 ;=============================================================================
-    MESSG "OSTC - diving computer code,  Copyright (C) 2013 HeinrichsWeikamp"
+    MESSG "OSTC - 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"