From 0264e42fe2d28da57b4e2bad51fe760cd4ddbc6d Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Sun, 1 May 2016 16:07:10 +0200 Subject: Licence fix + rddtool graph wrapper to output graphs --- if_rrd_fast.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'if_rrd_fast.py') diff --git a/if_rrd_fast.py b/if_rrd_fast.py index 8d7fb24..8e16124 100755 --- a/if_rrd_fast.py +++ b/if_rrd_fast.py @@ -4,6 +4,8 @@ # # Copyright 2016 Ludovic Pouzenc # +# This file is part of if_rrd_fast. +# # if_rrd_fast 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 3 of the License, or @@ -15,7 +17,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with CHD OpenWRT. If not, see . +# along with if_rrd_fast. If not, see . # import sys,os,signal,argparse from time import time,sleep; -- cgit v1.1