MAX: update copyright

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

View File

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

View File

@@ -1,6 +1,10 @@
##############################################
# $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;
use strict;

View File

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