From 20756b3157f7241eee578fdb4c775a2e6f93c97d Mon Sep 17 00:00:00 2001 From: Adrian Perez Date: Fri, 7 Sep 2012 16:59:32 +0300 Subject: [PATCH] =?utf8?q?Set=20license=20info=20line=20to=20=E2=80=9DGPLv?= =?utf8?q?2=20or=20newer=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Recently I had a request to change the licensing of this file to use it in a GPLv3 application. This change would make it easier, while retaining GPLv2 to make the license still match the one in collectd. Signed-off-by: Florian Forster --- contrib/collectd_network.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/collectd_network.py b/contrib/collectd_network.py index 0a5d57e6..9af0fb00 100644 --- a/contrib/collectd_network.py +++ b/contrib/collectd_network.py @@ -4,7 +4,7 @@ # # Copyright © 2009 Adrian Perez # -# Distributed under terms of the GPLv2 license. +# Distributed under terms of the GPLv2 license or newer. # # Frank Marien (frank@apsu.be) 6 Sep 2012 # - quick fixes for 5.1 binary protocol -- 2.11.0