From 761fd35a2856e541fd3484356512c3490ee1e513 Mon Sep 17 00:00:00 2001 From: Morgan Aldridge Date: Thu, 10 Dec 2015 14:04:43 -0500 Subject: [PATCH] Updated copyright & version info. --- mrtg-rrd.cgi | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/mrtg-rrd.cgi b/mrtg-rrd.cgi index 69b1458..d067ec2 100755 --- a/mrtg-rrd.cgi +++ b/mrtg-rrd.cgi @@ -8,6 +8,7 @@ # 14all.cgi # # Copyright (C) 2001 Jan "Yenya" Kasprzak +# Copyright (C) 2009 Morgan Aldridge # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -42,7 +43,7 @@ use vars qw(@config_files @all_config_files %targets $config_time # EDIT THIS to reflect all your MRTG config files BEGIN { @config_files = qw(/home/fadmin/mrtg/cfg/mrtg.cfg); } -$version = '0.7'; +$version = '0.7.1'; # This depends on what image format your libgd (and rrdtool) uses $imagetype = 'png'; # or make this 'gif'; @@ -996,6 +997,11 @@ and Dave Rand Jan "Yenya" Kasprzak <kas\@fi.muni.cz> + + + +and Morgan Aldridge <morgant\@makkintosshu.com> + EOF