mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 04:36:36 +00:00
GPUtils: add modul header
git-svn-id: https://svn.fhem.de/fhem/trunk@19666 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
650e2a956a
commit
a53bceff98
@ -1,5 +1,6 @@
|
||||
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
||||
# Do not insert empty lines here, update check depends on it.
|
||||
- change: GPUtils: add modul header
|
||||
- feature: GPUtils: change Maintainer, add Export Fn
|
||||
- feature: 73_AMADCommBridge: change version code
|
||||
- feature: 31_HUEDevice: added configList attribute
|
||||
|
@ -1,6 +1,33 @@
|
||||
##############################################
|
||||
###############################################################################
|
||||
#
|
||||
# Developed with Kate
|
||||
#
|
||||
# Copyright: Norbert Truchsess
|
||||
# All rights reserved
|
||||
#
|
||||
# Contributors:
|
||||
# - Marko Oldenburg (CoolTux)
|
||||
#
|
||||
# This script 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
|
||||
# any later version.
|
||||
#
|
||||
# The GNU General Public License can be found at
|
||||
# http://www.gnu.org/copyleft/gpl.html.
|
||||
# A copy is found in the textfile GPL.txt and important notices to the license
|
||||
# from the author is found in LICENSE.txt distributed with these scripts.
|
||||
#
|
||||
# This script 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.
|
||||
#
|
||||
#
|
||||
# $Id$
|
||||
##############################################
|
||||
#
|
||||
###############################################################################
|
||||
|
||||
package GPUtils;
|
||||
use Exporter qw( import );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user