summaryrefslogtreecommitdiff
path: root/pysnmp/carrier
diff options
context:
space:
mode:
authorelie <elie>2014-03-24 20:11:19 +0000
committerelie <elie>2014-03-24 20:11:19 +0000
commit8161740099d4d8e6035b81ea330291b215bdb9e7 (patch)
treef006b314281c6515a212f439da9d848ec218bce0 /pysnmp/carrier
parent57bf7e0735dc278058ff88422e791dd09a14b430 (diff)
downloadpysnmp-8161740099d4d8e6035b81ea330291b215bdb9e7.tar.gz
This program is free software; you can redistribute it and/or modify
it under the terms of the BSD 2-Clause License as shipped with pysnmp.
Diffstat (limited to 'pysnmp/carrier')
-rw-r--r--pysnmp/carrier/twisted/base.py3
-rw-r--r--pysnmp/carrier/twisted/dispatch.py5
2 files changed, 3 insertions, 5 deletions
diff --git a/pysnmp/carrier/twisted/base.py b/pysnmp/carrier/twisted/base.py
index 12bd9ee..c0afeaa 100644
--- a/pysnmp/carrier/twisted/base.py
+++ b/pysnmp/carrier/twisted/base.py
@@ -3,8 +3,7 @@
# Author: Filippo Giunchedi <filippo@truelite.it>
#
# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License Version 2
-# as published by the Free Software Foundation
+# it under the terms of the BSD 2-Clause License as shipped with pysnmp.
#
# Description: twisted DatagramProtocol UDP transport
#
diff --git a/pysnmp/carrier/twisted/dispatch.py b/pysnmp/carrier/twisted/dispatch.py
index ed1affb..9028484 100644
--- a/pysnmp/carrier/twisted/dispatch.py
+++ b/pysnmp/carrier/twisted/dispatch.py
@@ -3,10 +3,9 @@
# Author: Filippo Giunchedi <filippo@truelite.it>
#
# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License Version 2
-# as published by the Free Software Foundation
+# it under the terms of the BSD 2-Clause License as shipped with pysnmp.
#
-# Description: Transport dispatcher based on twisted.internet.reactor
+# Description: Transport dispatcher based on twisted.internet.reactor
#
import sys, time, traceback
from twisted.internet import reactor, task