52_I2C_EMC1001.pm: source code header corrected

git-svn-id: https://svn.fhem.de/fhem/trunk@20550 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
eisler 2019-11-20 14:56:19 +00:00
parent 837ba65c0f
commit 77ff9184b8

View File

@ -1,9 +1,13 @@
############################################## # $Id$
#####################################################################################################
#
# 52_I2C_EMC1001.pm
# #
# Modul for reading a EMC1001 digital temperature sensor via I2C # Modul for reading a EMC1001 digital temperature sensor via I2C
# (see http://ww1.microchip.com/downloads/en/DeviceDoc/20005411A.pdf) # (see http://ww1.microchip.com/downloads/en/DeviceDoc/20005411A.pdf)
# #
# Copyright (C) 2018 Stephan Eisler # Copyright: Stephan Eisler
# Email: stephan@eisler.de
# #
# This file is part of fhem. # This file is part of fhem.
# #
@ -20,9 +24,7 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with fhem. If not, see <http://www.gnu.org/licenses/>. # along with fhem. If not, see <http://www.gnu.org/licenses/>.
# #
# $Id$ ####################################################################################################
#
##############################################
package main; package main;