diff --git a/fhem/FHEM/lib/UPnP/Common.pm b/fhem/FHEM/lib/UPnP/Common.pm index f7397deb6..de3a5db45 100644 --- a/fhem/FHEM/lib/UPnP/Common.pm +++ b/fhem/FHEM/lib/UPnP/Common.pm @@ -1,3 +1,26 @@ +######################################################################################## +# +# Common.pm +# +# $Id$ +# +# Now (in this version) part of Fhem. +# +# Fhem is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 2 of the License, or +# (at your option) any later version. +# +# Fhem is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with fhem. If not, see . +# +######################################################################################## + package UPnP::Common; use 5.006; diff --git a/fhem/FHEM/lib/UPnP/ControlPoint.pm b/fhem/FHEM/lib/UPnP/ControlPoint.pm index 1eee45f5c..37c7abd71 100644 --- a/fhem/FHEM/lib/UPnP/ControlPoint.pm +++ b/fhem/FHEM/lib/UPnP/ControlPoint.pm @@ -1,3 +1,26 @@ +######################################################################################## +# +# ControlPoint.pm +# +# $Id$ +# +# Now (in this version) part of Fhem. +# +# Fhem is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 2 of the License, or +# (at your option) any later version. +# +# Fhem is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with fhem. If not, see . +# +######################################################################################## + package UPnP::ControlPoint; use 5.006;