diff options
Diffstat (limited to 'pysnmp/proto/proxy/rfc2576.py')
-rw-r--r-- | pysnmp/proto/proxy/rfc2576.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pysnmp/proto/proxy/rfc2576.py b/pysnmp/proto/proxy/rfc2576.py index 771d6912..39deb868 100644 --- a/pysnmp/proto/proxy/rfc2576.py +++ b/pysnmp/proto/proxy/rfc2576.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof <ilya@glas.net> +# Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com> # License: http://pysnmp.sf.net/license.html # from pysnmp.proto import rfc1905, rfc3411, error |