summaryrefslogtreecommitdiff
path: root/if_rrd_fast.py
diff options
context:
space:
mode:
Diffstat (limited to 'if_rrd_fast.py')
-rwxr-xr-xif_rrd_fast.py4
1 files changed, 3 insertions, 1 deletions
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 <ludovic@pouzenc.fr>
#
+# 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 <http://www.gnu.org/licenses/>.
+# along with if_rrd_fast. If not, see <http://www.gnu.org/licenses/>.
#
import sys,os,signal,argparse
from time import time,sleep;