From 04b5a1d8c30358505d85dad771aa5cc7cc73e615 Mon Sep 17 00:00:00 2001 From: Matty Date: Wed, 5 Oct 2016 17:28:08 -0400 Subject: [PATCH] Updated license. --- dns_latency/dnslatency.py | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/dns_latency/dnslatency.py b/dns_latency/dnslatency.py index 9fb511bc..1896b2b9 100644 --- a/dns_latency/dnslatency.py +++ b/dns_latency/dnslatency.py @@ -1,5 +1,6 @@ # Script: dnslatency.py # Author: Matty +# Date: 10-05-2016 # Purpose: # DNS latency checking module written for Ganglia. # Usage: @@ -12,8 +13,16 @@ # argument is the record to request and the third argument # is the resource record type to request. The polling interval # is controlled by the .pyconf collect_every option. -# Copyright: GPL -# Date: 10-05-2016 +# License: +# 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 +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program 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. import sys import socket