diff options
author | elie <elie> | 2015-12-29 20:34:33 +0000 |
---|---|---|
committer | elie <elie> | 2015-12-29 20:34:33 +0000 |
commit | c50fe2a4669f8aff47bd1292f191b5f3cf8e8301 (patch) | |
tree | 2ac6bf53a8560e443142f976277f12cb67c39653 /pysnmp/proto/api | |
parent | 0ef468a5908160dc925bb906c511397652f44b18 (diff) | |
download | pysnmp-git-c50fe2a4669f8aff47bd1292f191b5f3cf8e8301.tar.gz |
copyright updated
Diffstat (limited to 'pysnmp/proto/api')
-rw-r--r-- | pysnmp/proto/api/v1.py | 2 | ||||
-rw-r--r-- | pysnmp/proto/api/v2c.py | 2 | ||||
-rw-r--r-- | pysnmp/proto/api/verdec.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/pysnmp/proto/api/v1.py b/pysnmp/proto/api/v1.py index f8a237de..b6a8dabf 100644 --- a/pysnmp/proto/api/v1.py +++ b/pysnmp/proto/api/v1.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2015, Ilya Etingof <ilya@glas.net> +# Copyright (c) 2005-2016, Ilya Etingof <ilya@glas.net> # License: http://pysnmp.sf.net/license.html # from pyasn1.type import univ diff --git a/pysnmp/proto/api/v2c.py b/pysnmp/proto/api/v2c.py index 4c9495c2..96dcfc67 100644 --- a/pysnmp/proto/api/v2c.py +++ b/pysnmp/proto/api/v2c.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2015, Ilya Etingof <ilya@glas.net> +# Copyright (c) 2005-2016, Ilya Etingof <ilya@glas.net> # License: http://pysnmp.sf.net/license.html # from pysnmp.proto import rfc1901, rfc1902, rfc1905 diff --git a/pysnmp/proto/api/verdec.py b/pysnmp/proto/api/verdec.py index 39c70f86..627d857f 100644 --- a/pysnmp/proto/api/verdec.py +++ b/pysnmp/proto/api/verdec.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2015, Ilya Etingof <ilya@glas.net> +# Copyright (c) 2005-2016, Ilya Etingof <ilya@glas.net> # License: http://pysnmp.sf.net/license.html # from pyasn1.type import univ |