From 324a79907f81527958dd4db3c1acca366fe41aac Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Thu, 20 Jun 2019 13:12:36 +0200 Subject: [PATCH] add Header --- GPUtils.pm | 33 ++++++++++++++++++++++++++++++--- 1 file changed, 30 insertions(+), 3 deletions(-) diff --git a/GPUtils.pm b/GPUtils.pm index 15a53e5..e10c77e 100644 --- a/GPUtils.pm +++ b/GPUtils.pm @@ -1,6 +1,33 @@ -############################################## -# $Id: $ -############################################## +############################################################################### +# +# 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 );