diff options
author | elie <elie> | 2015-11-20 20:57:28 +0000 |
---|---|---|
committer | elie <elie> | 2015-11-20 20:57:28 +0000 |
commit | 87a7a35d1e9f762210c7520315158ceb5f5487d9 (patch) | |
tree | 6237737a13112a151e5c04917e8f64cb5158cc8b /pysnmp/carrier/twisted/dispatch.py | |
parent | 0d55f58dcef1d8b3b9a044ec805575fb3b06d343 (diff) | |
download | pysnmp-git-87a7a35d1e9f762210c7520315158ceb5f5487d9.tar.gz |
copyright notice added to source code
Diffstat (limited to 'pysnmp/carrier/twisted/dispatch.py')
-rw-r--r-- | pysnmp/carrier/twisted/dispatch.py | 15 |
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 |