2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-20 19:36:02 +00:00

added email for GPL license

git-svn-id: https://svn.fhem.de/fhem/trunk@2103 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
markusbloch 2012-11-09 18:24:24 +00:00
parent 2757b69a52
commit fa167397ea
2 changed files with 3 additions and 2 deletions

View File

@ -16,7 +16,7 @@
# But in my oppinion these are the most relevant usecases within fhem. # But in my oppinion these are the most relevant usecases within fhem.
# #
# Copyright by Markus Bloch # Copyright by Markus Bloch
# e-mail: # e-mail: Notausstieg0309@googlemail.com
# #
# This file is part of fhem. # This file is part of fhem.
# #
@ -41,6 +41,7 @@ use strict;
use warnings; use warnings;
use Time::HiRes qw(gettimeofday sleep); use Time::HiRes qw(gettimeofday sleep);
require "$attr{global}{modpath}/FHEM/HttpUtils.pm";
sub YAMAHA_AVR_Get($@); sub YAMAHA_AVR_Get($@);
sub YAMAHA_AVR_Define($$); sub YAMAHA_AVR_Define($$);

View File

@ -7,7 +7,7 @@
# This module has no sets or gets as it is only used for event triggering. # This module has no sets or gets as it is only used for event triggering.
# #
# Copyright by Markus Bloch # Copyright by Markus Bloch
# e-mail: # e-mail: Notausstieg0309@googlemail.com
# #
# This file is part of fhem. # This file is part of fhem.
# #