MAX: update copyright

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@2566 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
mgehre 2013-01-26 10:19:40 +00:00
parent a0385f5d0f
commit 3ae082cffe
3 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,6 @@
############################################## ##############################################
# $Id$ # $Id$
# Written by Matthias Gehre, M.Gehre@gmx.de, 2012 # Written by Matthias Gehre, M.Gehre@gmx.de, 2012-2013
package main; package main;
use strict; use strict;

View File

@ -1,6 +1,10 @@
############################################## ##############################################
# $Id$ # $Id$
# Written by Matthias Gehre, M.Gehre@gmx.de, 2012 # Written by Matthias Gehre, M.Gehre@gmx.de, 2012-2013
#
# TODO:
# - Bounds checking in "fake", allow temperature above 25.5
# - Defer updating of state until Ack
package main; package main;
use strict; use strict;

View File

@ -1,6 +1,6 @@
############################################## ##############################################
# $Id$ # $Id$
# Written by Matthias Gehre, M.Gehre@gmx.de, 2012 # Written by Matthias Gehre, M.Gehre@gmx.de, 2012-2013
package main; package main;
use strict; use strict;