summaryrefslogtreecommitdiff
path: root/pysnmp/carrier/twisted/dispatch.py
diff options
context:
space:
mode:
Diffstat (limited to 'pysnmp/carrier/twisted/dispatch.py')
-rw-r--r--pysnmp/carrier/twisted/dispatch.py15
1 files changed, 10 insertions, 5 deletions
diff --git a/pysnmp/carrier/twisted/dispatch.py b/pysnmp/carrier/twisted/dispatch.py
index 858bbd0f..1ec0f114 100644
--- a/pysnmp/carrier/twisted/dispatch.py
+++ b/pysnmp/carrier/twisted/dispatch.py
@@ -1,11 +1,16 @@
#
-# Copyright (C) 2008 Truelite Srl <info@truelite.it>
-# Author: Filippo Giunchedi <filippo@truelite.it>
+# This file is part of pysnmp software.
#
-# 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.
+# Copyright (c) 2005-2015, Ilya Etingof <ilya@glas.net>
+# License: http://pysnmp.sf.net/license.html
#
-# Description: Transport dispatcher based on twisted.internet.reactor
+# Copyright (C) 2008 Truelite Srl <info@truelite.it>
+# Author: Filippo Giunchedi <filippo@truelite.it>
+#
+# 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.
+#
+# Description: Transport dispatcher based on twisted.internet.reactor
#
import sys, time, traceback
from twisted.internet import reactor, task