From d5b3c90d29d9f0099c686e838a8731c6f2723088 Mon Sep 17 00:00:00 2001 From: Ilya Etingof Date: Thu, 12 Jan 2017 01:05:56 +0100 Subject: [PATCH] email changed, copyright extended to the year 2017 --- CHANGES.txt | 1 + LICENSE.txt | 2 +- README.md | 2 +- TODO.txt | 2 +- pysnmp/cache.py | 2 +- pysnmp/carrier/asyncio/base.py | 2 +- pysnmp/carrier/asyncio/dgram/base.py | 2 +- pysnmp/carrier/asyncio/dgram/udp.py | 2 +- pysnmp/carrier/asyncio/dgram/udp6.py | 2 +- pysnmp/carrier/asyncio/dispatch.py | 2 +- pysnmp/carrier/asyncore/base.py | 2 +- pysnmp/carrier/asyncore/dgram/base.py | 2 +- pysnmp/carrier/asyncore/dgram/udp.py | 2 +- pysnmp/carrier/asyncore/dgram/udp6.py | 2 +- pysnmp/carrier/asyncore/dgram/unix.py | 2 +- pysnmp/carrier/asyncore/dispatch.py | 2 +- pysnmp/carrier/asynsock/dgram/udp.py | 2 +- pysnmp/carrier/asynsock/dgram/udp6.py | 2 +- pysnmp/carrier/asynsock/dgram/unix.py | 2 +- pysnmp/carrier/asynsock/dispatch.py | 2 +- pysnmp/carrier/base.py | 2 +- pysnmp/carrier/error.py | 2 +- pysnmp/carrier/sockfix.py | 2 +- pysnmp/carrier/sockmsg.py | 2 +- pysnmp/carrier/twisted/base.py | 2 +- pysnmp/carrier/twisted/dgram/base.py | 2 +- pysnmp/carrier/twisted/dgram/udp.py | 2 +- pysnmp/carrier/twisted/dgram/unix.py | 2 +- pysnmp/carrier/twisted/dispatch.py | 2 +- pysnmp/debug.py | 2 +- pysnmp/entity/config.py | 2 +- pysnmp/entity/engine.py | 2 +- pysnmp/entity/observer.py | 2 +- pysnmp/entity/rfc3413/cmdgen.py | 2 +- pysnmp/entity/rfc3413/cmdrsp.py | 2 +- pysnmp/entity/rfc3413/config.py | 2 +- pysnmp/entity/rfc3413/context.py | 2 +- pysnmp/entity/rfc3413/mibvar.py | 2 +- pysnmp/entity/rfc3413/ntforg.py | 2 +- pysnmp/entity/rfc3413/ntfrcv.py | 2 +- pysnmp/entity/rfc3413/oneliner/cmdgen.py | 2 +- pysnmp/entity/rfc3413/oneliner/ntforg.py | 2 +- pysnmp/error.py | 2 +- pysnmp/hlapi/__init__.py | 2 +- pysnmp/hlapi/asyncio/__init__.py | 2 +- pysnmp/hlapi/asyncio/cmdgen.py | 2 +- pysnmp/hlapi/asyncio/ntforg.py | 2 +- pysnmp/hlapi/asyncio/transport.py | 2 +- pysnmp/hlapi/asyncore/__init__.py | 2 +- pysnmp/hlapi/asyncore/cmdgen.py | 2 +- pysnmp/hlapi/asyncore/ntforg.py | 2 +- pysnmp/hlapi/asyncore/sync/__init__.py | 2 +- pysnmp/hlapi/asyncore/sync/cmdgen.py | 2 +- pysnmp/hlapi/asyncore/sync/compat/cmdgen.py | 2 +- pysnmp/hlapi/asyncore/sync/compat/ntforg.py | 2 +- pysnmp/hlapi/asyncore/sync/ntforg.py | 2 +- pysnmp/hlapi/asyncore/transport.py | 2 +- pysnmp/hlapi/auth.py | 2 +- pysnmp/hlapi/context.py | 2 +- pysnmp/hlapi/lcd.py | 2 +- pysnmp/hlapi/transport.py | 2 +- pysnmp/hlapi/twisted/cmdgen.py | 2 +- pysnmp/hlapi/twisted/ntforg.py | 2 +- pysnmp/hlapi/twisted/transport.py | 2 +- pysnmp/hlapi/varbinds.py | 2 +- pysnmp/nextid.py | 2 +- pysnmp/proto/acmod/rfc3415.py | 2 +- pysnmp/proto/acmod/void.py | 2 +- pysnmp/proto/api/__init__.py | 2 +- pysnmp/proto/api/v1.py | 2 +- pysnmp/proto/api/v2c.py | 2 +- pysnmp/proto/api/verdec.py | 2 +- pysnmp/proto/cache.py | 2 +- pysnmp/proto/errind.py | 2 +- pysnmp/proto/error.py | 2 +- pysnmp/proto/mpmod/base.py | 2 +- pysnmp/proto/mpmod/cache.py | 2 +- pysnmp/proto/mpmod/rfc2576.py | 2 +- pysnmp/proto/mpmod/rfc3412.py | 2 +- pysnmp/proto/proxy/rfc2576.py | 2 +- pysnmp/proto/rfc1155.py | 2 +- pysnmp/proto/rfc1157.py | 2 +- pysnmp/proto/rfc1901.py | 2 +- pysnmp/proto/rfc1902.py | 2 +- pysnmp/proto/rfc1905.py | 2 +- pysnmp/proto/rfc3411.py | 2 +- pysnmp/proto/rfc3412.py | 2 +- pysnmp/proto/secmod/base.py | 2 +- pysnmp/proto/secmod/cache.py | 2 +- pysnmp/proto/secmod/eso/priv/aes192.py | 2 +- pysnmp/proto/secmod/eso/priv/aes256.py | 2 +- pysnmp/proto/secmod/eso/priv/aesbase.py | 2 +- pysnmp/proto/secmod/eso/priv/des3.py | 2 +- pysnmp/proto/secmod/rfc2576.py | 2 +- pysnmp/proto/secmod/rfc3414/__init__.py | 2 +- pysnmp/proto/secmod/rfc3414/auth/base.py | 2 +- pysnmp/proto/secmod/rfc3414/auth/hmacmd5.py | 2 +- pysnmp/proto/secmod/rfc3414/auth/hmacsha.py | 2 +- pysnmp/proto/secmod/rfc3414/auth/noauth.py | 2 +- pysnmp/proto/secmod/rfc3414/localkey.py | 2 +- pysnmp/proto/secmod/rfc3414/priv/base.py | 2 +- pysnmp/proto/secmod/rfc3414/priv/des.py | 2 +- pysnmp/proto/secmod/rfc3414/priv/nopriv.py | 2 +- pysnmp/proto/secmod/rfc3414/service.py | 2 +- pysnmp/proto/secmod/rfc3826/priv/aes.py | 2 +- pysnmp/smi/builder.py | 2 +- pysnmp/smi/compiler.py | 2 +- pysnmp/smi/error.py | 2 +- pysnmp/smi/exval.py | 2 +- pysnmp/smi/indices.py | 2 +- pysnmp/smi/instrum.py | 2 +- pysnmp/smi/mibs/ASN1-ENUMERATION.py | 2 +- pysnmp/smi/mibs/ASN1-REFINEMENT.py | 2 +- pysnmp/smi/mibs/ASN1.py | 2 +- pysnmp/smi/mibs/PYSNMP-MIB.py | 2 +- pysnmp/smi/mibs/PYSNMP-SOURCE-MIB.py | 2 +- pysnmp/smi/mibs/PYSNMP-USM-MIB.py | 2 +- pysnmp/smi/mibs/RFC1158-MIB.py | 2 +- pysnmp/smi/mibs/RFC1213-MIB.py | 2 +- pysnmp/smi/mibs/SNMP-COMMUNITY-MIB.py | 2 +- pysnmp/smi/mibs/SNMP-FRAMEWORK-MIB.py | 2 +- pysnmp/smi/mibs/SNMP-MPD-MIB.py | 2 +- pysnmp/smi/mibs/SNMP-NOTIFICATION-MIB.py | 2 +- pysnmp/smi/mibs/SNMP-PROXY-MIB.py | 2 +- pysnmp/smi/mibs/SNMP-TARGET-MIB.py | 2 +- pysnmp/smi/mibs/SNMP-USER-BASED-SM-3DES-MIB.py | 2 +- pysnmp/smi/mibs/SNMP-USER-BASED-SM-MIB.py | 2 +- pysnmp/smi/mibs/SNMP-USM-AES-MIB.py | 2 +- pysnmp/smi/mibs/SNMP-VIEW-BASED-ACM-MIB.py | 2 +- pysnmp/smi/mibs/SNMPv2-CONF.py | 2 +- pysnmp/smi/mibs/SNMPv2-MIB.py | 2 +- pysnmp/smi/mibs/SNMPv2-SMI.py | 2 +- pysnmp/smi/mibs/SNMPv2-TC.py | 2 +- pysnmp/smi/mibs/SNMPv2-TM.py | 2 +- pysnmp/smi/mibs/TRANSPORT-ADDRESS-MIB.py | 2 +- pysnmp/smi/mibs/instances/__PYSNMP-USM-MIB.py | 2 +- pysnmp/smi/mibs/instances/__SNMP-FRAMEWORK-MIB.py | 2 +- pysnmp/smi/mibs/instances/__SNMP-MPD-MIB.py | 2 +- pysnmp/smi/mibs/instances/__SNMP-TARGET-MIB.py | 2 +- pysnmp/smi/mibs/instances/__SNMP-USER-BASED-SM-MIB.py | 2 +- pysnmp/smi/mibs/instances/__SNMP-VIEW-BASED-ACM-MIB.py | 2 +- pysnmp/smi/mibs/instances/__SNMPv2-MIB.py | 2 +- pysnmp/smi/rfc1902.py | 2 +- pysnmp/smi/view.py | 2 +- setup.py | 1 - 145 files changed, 144 insertions(+), 144 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index f252a965..d539e1c0 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -25,6 +25,7 @@ Github `repo `_ - Updated IP address for demo.snmplabs.com in examples. - Missing index added to bundled RFC1213::atEntry MIB table. - Twisted intergation made Python3 compatible. +- Author's email changed, copyright extended to 2017 Revision 4.3.2, released 2016-02-12 ----------------------------------- diff --git a/LICENSE.txt b/LICENSE.txt index 7ce5e4df..02b45c43 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2005-2016, Ilya Etingof +Copyright (c) 2005-2017, Ilya Etingof All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/README.md b/README.md index da331a24..c4ffd4ee 100644 --- a/README.md +++ b/README.md @@ -163,4 +163,4 @@ Feedback and collaboration I'm interested in bug reports, fixes, suggestions and improvements. Your pull requests are very welcome! -Copyright (c) 2005-2016, [Ilya Etingof](http://ilya@glas.net). All rights reserved. +Copyright (c) 2005-2017, [Ilya Etingof](mailto:etingof@gmail.com). All rights reserved. diff --git a/TODO.txt b/TODO.txt index 30a8699d..2d4cfac5 100644 --- a/TODO.txt +++ b/TODO.txt @@ -68,4 +68,4 @@ Sparse notes on major existing problems/plans * Make mibdump producing OID->MIB indices in form of pysnmp MIB instance and JSON * Write a helper function/module based on pysnmp that reports device details based on SNMP data. - In particular: description, vendor ID/name (sysObjectID), implemented MIBs (sysORTable) \ No newline at end of file + In particular: description, vendor ID/name (sysObjectID), implemented MIBs (sysORTable) diff --git a/pysnmp/cache.py b/pysnmp/cache.py index 57f7da52..e90ffba5 100644 --- a/pysnmp/cache.py +++ b/pysnmp/cache.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # # Limited-size dictionary-like class to use for caches diff --git a/pysnmp/carrier/asyncio/base.py b/pysnmp/carrier/asyncio/base.py index 217092a6..7463f608 100644 --- a/pysnmp/carrier/asyncio/base.py +++ b/pysnmp/carrier/asyncio/base.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # # Copyright (C) 2014, Zebra Technologies diff --git a/pysnmp/carrier/asyncio/dgram/base.py b/pysnmp/carrier/asyncio/dgram/base.py index 3abcc3a3..362d211d 100644 --- a/pysnmp/carrier/asyncio/dgram/base.py +++ b/pysnmp/carrier/asyncio/dgram/base.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # # Copyright (C) 2014, Zebra Technologies diff --git a/pysnmp/carrier/asyncio/dgram/udp.py b/pysnmp/carrier/asyncio/dgram/udp.py index f80de36b..71c97324 100644 --- a/pysnmp/carrier/asyncio/dgram/udp.py +++ b/pysnmp/carrier/asyncio/dgram/udp.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # # Copyright (C) 2014, Zebra Technologies diff --git a/pysnmp/carrier/asyncio/dgram/udp6.py b/pysnmp/carrier/asyncio/dgram/udp6.py index 290c03bd..7b27820d 100644 --- a/pysnmp/carrier/asyncio/dgram/udp6.py +++ b/pysnmp/carrier/asyncio/dgram/udp6.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # import socket diff --git a/pysnmp/carrier/asyncio/dispatch.py b/pysnmp/carrier/asyncio/dispatch.py index cb4c0941..20d4d3ab 100644 --- a/pysnmp/carrier/asyncio/dispatch.py +++ b/pysnmp/carrier/asyncio/dispatch.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # # Copyright (C) 2014, Zebra Technologies diff --git a/pysnmp/carrier/asyncore/base.py b/pysnmp/carrier/asyncore/base.py index 04044775..695300ba 100644 --- a/pysnmp/carrier/asyncore/base.py +++ b/pysnmp/carrier/asyncore/base.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # import socket diff --git a/pysnmp/carrier/asyncore/dgram/base.py b/pysnmp/carrier/asyncore/dgram/base.py index 49b7846e..0c1bfddb 100644 --- a/pysnmp/carrier/asyncore/dgram/base.py +++ b/pysnmp/carrier/asyncore/dgram/base.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # import socket diff --git a/pysnmp/carrier/asyncore/dgram/udp.py b/pysnmp/carrier/asyncore/dgram/udp.py index 09b783dd..547bf269 100644 --- a/pysnmp/carrier/asyncore/dgram/udp.py +++ b/pysnmp/carrier/asyncore/dgram/udp.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # from socket import AF_INET diff --git a/pysnmp/carrier/asyncore/dgram/udp6.py b/pysnmp/carrier/asyncore/dgram/udp6.py index c659dc35..82beb646 100644 --- a/pysnmp/carrier/asyncore/dgram/udp6.py +++ b/pysnmp/carrier/asyncore/dgram/udp6.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # from pysnmp.carrier import sockfix diff --git a/pysnmp/carrier/asyncore/dgram/unix.py b/pysnmp/carrier/asyncore/dgram/unix.py index 7bac79af..dc26c1e0 100644 --- a/pysnmp/carrier/asyncore/dgram/unix.py +++ b/pysnmp/carrier/asyncore/dgram/unix.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # import os diff --git a/pysnmp/carrier/asyncore/dispatch.py b/pysnmp/carrier/asyncore/dispatch.py index 78f6dcf8..002832a6 100644 --- a/pysnmp/carrier/asyncore/dispatch.py +++ b/pysnmp/carrier/asyncore/dispatch.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # from time import time diff --git a/pysnmp/carrier/asynsock/dgram/udp.py b/pysnmp/carrier/asynsock/dgram/udp.py index 915f7ee4..17457020 100644 --- a/pysnmp/carrier/asynsock/dgram/udp.py +++ b/pysnmp/carrier/asynsock/dgram/udp.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # from pysnmp.carrier.asyncore.dgram.udp import * diff --git a/pysnmp/carrier/asynsock/dgram/udp6.py b/pysnmp/carrier/asynsock/dgram/udp6.py index 22fe8324..6aff79a6 100644 --- a/pysnmp/carrier/asynsock/dgram/udp6.py +++ b/pysnmp/carrier/asynsock/dgram/udp6.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # from pysnmp.carrier.asyncore.dgram.udp6 import * diff --git a/pysnmp/carrier/asynsock/dgram/unix.py b/pysnmp/carrier/asynsock/dgram/unix.py index 0194d81c..41fd0362 100644 --- a/pysnmp/carrier/asynsock/dgram/unix.py +++ b/pysnmp/carrier/asynsock/dgram/unix.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # from pysnmp.carrier.asyncore.dgram.unix import * diff --git a/pysnmp/carrier/asynsock/dispatch.py b/pysnmp/carrier/asynsock/dispatch.py index ca524f45..6ef98cd1 100644 --- a/pysnmp/carrier/asynsock/dispatch.py +++ b/pysnmp/carrier/asynsock/dispatch.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # from pysnmp.carrier.asyncore.dispatch import * diff --git a/pysnmp/carrier/base.py b/pysnmp/carrier/base.py index 59cfe48a..2f1ceebe 100644 --- a/pysnmp/carrier/base.py +++ b/pysnmp/carrier/base.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # from pysnmp.carrier import error diff --git a/pysnmp/carrier/error.py b/pysnmp/carrier/error.py index 290eb659..37c229cd 100644 --- a/pysnmp/carrier/error.py +++ b/pysnmp/carrier/error.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # from pysnmp import error diff --git a/pysnmp/carrier/sockfix.py b/pysnmp/carrier/sockfix.py index 4c84321a..f8dcee8d 100644 --- a/pysnmp/carrier/sockfix.py +++ b/pysnmp/carrier/sockfix.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # import socket diff --git a/pysnmp/carrier/sockmsg.py b/pysnmp/carrier/sockmsg.py index c408a755..3d06bd21 100644 --- a/pysnmp/carrier/sockmsg.py +++ b/pysnmp/carrier/sockmsg.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # # The following routines act like sendto()/recvfrom() calls but additionally diff --git a/pysnmp/carrier/twisted/base.py b/pysnmp/carrier/twisted/base.py index ee04262f..edd508b8 100644 --- a/pysnmp/carrier/twisted/base.py +++ b/pysnmp/carrier/twisted/base.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # # Copyright (C) 2008 Truelite Srl diff --git a/pysnmp/carrier/twisted/dgram/base.py b/pysnmp/carrier/twisted/dgram/base.py index 9dd2334b..8c56874b 100644 --- a/pysnmp/carrier/twisted/dgram/base.py +++ b/pysnmp/carrier/twisted/dgram/base.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # import sys diff --git a/pysnmp/carrier/twisted/dgram/udp.py b/pysnmp/carrier/twisted/dgram/udp.py index 3bf06413..4cb5cf37 100644 --- a/pysnmp/carrier/twisted/dgram/udp.py +++ b/pysnmp/carrier/twisted/dgram/udp.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # import sys diff --git a/pysnmp/carrier/twisted/dgram/unix.py b/pysnmp/carrier/twisted/dgram/unix.py index 61ccff93..cd3bd2c0 100644 --- a/pysnmp/carrier/twisted/dgram/unix.py +++ b/pysnmp/carrier/twisted/dgram/unix.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # import sys diff --git a/pysnmp/carrier/twisted/dispatch.py b/pysnmp/carrier/twisted/dispatch.py index 04cf9fae..154e5b0f 100644 --- a/pysnmp/carrier/twisted/dispatch.py +++ b/pysnmp/carrier/twisted/dispatch.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # # Copyright (C) 2008 Truelite Srl diff --git a/pysnmp/debug.py b/pysnmp/debug.py index 2fa8679b..888ad5f3 100644 --- a/pysnmp/debug.py +++ b/pysnmp/debug.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # import logging diff --git a/pysnmp/entity/config.py b/pysnmp/entity/config.py index 80de78ed..e66b7e58 100644 --- a/pysnmp/entity/config.py +++ b/pysnmp/entity/config.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # from pyasn1.compat.octets import null diff --git a/pysnmp/entity/engine.py b/pysnmp/entity/engine.py index 531b235b..5b89882a 100644 --- a/pysnmp/entity/engine.py +++ b/pysnmp/entity/engine.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # import os diff --git a/pysnmp/entity/observer.py b/pysnmp/entity/observer.py index d0f853f1..f3ff3d6e 100644 --- a/pysnmp/entity/observer.py +++ b/pysnmp/entity/observer.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # from pysnmp import error diff --git a/pysnmp/entity/rfc3413/cmdgen.py b/pysnmp/entity/rfc3413/cmdgen.py index 8af6a644..5fe0462a 100644 --- a/pysnmp/entity/rfc3413/cmdgen.py +++ b/pysnmp/entity/rfc3413/cmdgen.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # import sys diff --git a/pysnmp/entity/rfc3413/cmdrsp.py b/pysnmp/entity/rfc3413/cmdrsp.py index 456d81bd..344b7c4f 100644 --- a/pysnmp/entity/rfc3413/cmdrsp.py +++ b/pysnmp/entity/rfc3413/cmdrsp.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # import sys diff --git a/pysnmp/entity/rfc3413/config.py b/pysnmp/entity/rfc3413/config.py index a73f9168..e2bec16f 100644 --- a/pysnmp/entity/rfc3413/config.py +++ b/pysnmp/entity/rfc3413/config.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # from pysnmp.smi.error import SmiError, NoSuchInstanceError diff --git a/pysnmp/entity/rfc3413/context.py b/pysnmp/entity/rfc3413/context.py index 09039b04..a404cabb 100644 --- a/pysnmp/entity/rfc3413/context.py +++ b/pysnmp/entity/rfc3413/context.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # from pyasn1.type import univ diff --git a/pysnmp/entity/rfc3413/mibvar.py b/pysnmp/entity/rfc3413/mibvar.py index fdcef9f5..0f4d2746 100644 --- a/pysnmp/entity/rfc3413/mibvar.py +++ b/pysnmp/entity/rfc3413/mibvar.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # # THESE FUNCTIONS ARE OBSOLETE AND MUST NOT BE USED! diff --git a/pysnmp/entity/rfc3413/ntforg.py b/pysnmp/entity/rfc3413/ntforg.py index 3001d207..ef0a8141 100644 --- a/pysnmp/entity/rfc3413/ntforg.py +++ b/pysnmp/entity/rfc3413/ntforg.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # import sys diff --git a/pysnmp/entity/rfc3413/ntfrcv.py b/pysnmp/entity/rfc3413/ntfrcv.py index 1c9f2d41..c3cc2c1c 100644 --- a/pysnmp/entity/rfc3413/ntfrcv.py +++ b/pysnmp/entity/rfc3413/ntfrcv.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # import sys diff --git a/pysnmp/entity/rfc3413/oneliner/cmdgen.py b/pysnmp/entity/rfc3413/oneliner/cmdgen.py index 791c185d..71a7d79e 100644 --- a/pysnmp/entity/rfc3413/oneliner/cmdgen.py +++ b/pysnmp/entity/rfc3413/oneliner/cmdgen.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # # All code in this file belongs to obsolete, compatibility wrappers. diff --git a/pysnmp/entity/rfc3413/oneliner/ntforg.py b/pysnmp/entity/rfc3413/oneliner/ntforg.py index c6a140bb..868e7708 100644 --- a/pysnmp/entity/rfc3413/oneliner/ntforg.py +++ b/pysnmp/entity/rfc3413/oneliner/ntforg.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # # All code in this file belongs to obsolete, compatibility wrappers. diff --git a/pysnmp/error.py b/pysnmp/error.py index 2cb6b98e..4ad2a0a8 100644 --- a/pysnmp/error.py +++ b/pysnmp/error.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # diff --git a/pysnmp/hlapi/__init__.py b/pysnmp/hlapi/__init__.py index 3670e87e..300881a0 100644 --- a/pysnmp/hlapi/__init__.py +++ b/pysnmp/hlapi/__init__.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # from pysnmp.proto.rfc1902 import * diff --git a/pysnmp/hlapi/asyncio/__init__.py b/pysnmp/hlapi/asyncio/__init__.py index 371931eb..6c743aba 100644 --- a/pysnmp/hlapi/asyncio/__init__.py +++ b/pysnmp/hlapi/asyncio/__init__.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # from pysnmp.proto.rfc1902 import * diff --git a/pysnmp/hlapi/asyncio/cmdgen.py b/pysnmp/hlapi/asyncio/cmdgen.py index d9a8d4d6..89838e5b 100644 --- a/pysnmp/hlapi/asyncio/cmdgen.py +++ b/pysnmp/hlapi/asyncio/cmdgen.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # # Copyright (C) 2014, Zebra Technologies diff --git a/pysnmp/hlapi/asyncio/ntforg.py b/pysnmp/hlapi/asyncio/ntforg.py index 13ec63bd..f7bd7c90 100644 --- a/pysnmp/hlapi/asyncio/ntforg.py +++ b/pysnmp/hlapi/asyncio/ntforg.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # # Copyright (C) 2014, Zebra Technologies diff --git a/pysnmp/hlapi/asyncio/transport.py b/pysnmp/hlapi/asyncio/transport.py index 39a8edc4..73e168e1 100644 --- a/pysnmp/hlapi/asyncio/transport.py +++ b/pysnmp/hlapi/asyncio/transport.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # import socket diff --git a/pysnmp/hlapi/asyncore/__init__.py b/pysnmp/hlapi/asyncore/__init__.py index c1840741..568a2c8a 100644 --- a/pysnmp/hlapi/asyncore/__init__.py +++ b/pysnmp/hlapi/asyncore/__init__.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # from pysnmp.proto.rfc1902 import * diff --git a/pysnmp/hlapi/asyncore/cmdgen.py b/pysnmp/hlapi/asyncore/cmdgen.py index 776824d9..369a8b2b 100644 --- a/pysnmp/hlapi/asyncore/cmdgen.py +++ b/pysnmp/hlapi/asyncore/cmdgen.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # from pysnmp.entity.rfc3413 import cmdgen diff --git a/pysnmp/hlapi/asyncore/ntforg.py b/pysnmp/hlapi/asyncore/ntforg.py index 03636bfa..f482773b 100644 --- a/pysnmp/hlapi/asyncore/ntforg.py +++ b/pysnmp/hlapi/asyncore/ntforg.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # from pysnmp.smi.rfc1902 import * diff --git a/pysnmp/hlapi/asyncore/sync/__init__.py b/pysnmp/hlapi/asyncore/sync/__init__.py index 54db456c..8b1a181f 100644 --- a/pysnmp/hlapi/asyncore/sync/__init__.py +++ b/pysnmp/hlapi/asyncore/sync/__init__.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # from pysnmp.proto.rfc1902 import * diff --git a/pysnmp/hlapi/asyncore/sync/cmdgen.py b/pysnmp/hlapi/asyncore/sync/cmdgen.py index b10ab8ae..acbe2170 100644 --- a/pysnmp/hlapi/asyncore/sync/cmdgen.py +++ b/pysnmp/hlapi/asyncore/sync/cmdgen.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # from sys import version_info diff --git a/pysnmp/hlapi/asyncore/sync/compat/cmdgen.py b/pysnmp/hlapi/asyncore/sync/compat/cmdgen.py index d21ac243..8dfbbda1 100644 --- a/pysnmp/hlapi/asyncore/sync/compat/cmdgen.py +++ b/pysnmp/hlapi/asyncore/sync/compat/cmdgen.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # # This is a Python 2.6- version of the same file at level up diff --git a/pysnmp/hlapi/asyncore/sync/compat/ntforg.py b/pysnmp/hlapi/asyncore/sync/compat/ntforg.py index 01e3914a..8862eb6d 100644 --- a/pysnmp/hlapi/asyncore/sync/compat/ntforg.py +++ b/pysnmp/hlapi/asyncore/sync/compat/ntforg.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # # This is a Python 2.6- version of the same file at level up diff --git a/pysnmp/hlapi/asyncore/sync/ntforg.py b/pysnmp/hlapi/asyncore/sync/ntforg.py index 903ad894..44a2ca67 100644 --- a/pysnmp/hlapi/asyncore/sync/ntforg.py +++ b/pysnmp/hlapi/asyncore/sync/ntforg.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # from sys import version_info diff --git a/pysnmp/hlapi/asyncore/transport.py b/pysnmp/hlapi/asyncore/transport.py index 39450781..293ef8b9 100644 --- a/pysnmp/hlapi/asyncore/transport.py +++ b/pysnmp/hlapi/asyncore/transport.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # import socket diff --git a/pysnmp/hlapi/auth.py b/pysnmp/hlapi/auth.py index 4f5bd77a..a8df8cb1 100644 --- a/pysnmp/hlapi/auth.py +++ b/pysnmp/hlapi/auth.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # from pysnmp.entity import config diff --git a/pysnmp/hlapi/context.py b/pysnmp/hlapi/context.py index 2c377dc5..ed55d633 100644 --- a/pysnmp/hlapi/context.py +++ b/pysnmp/hlapi/context.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # from pyasn1.compat.octets import null diff --git a/pysnmp/hlapi/lcd.py b/pysnmp/hlapi/lcd.py index 91042645..1ad5c714 100644 --- a/pysnmp/hlapi/lcd.py +++ b/pysnmp/hlapi/lcd.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # from pysnmp.entity import config diff --git a/pysnmp/hlapi/transport.py b/pysnmp/hlapi/transport.py index 1af38612..6b6dc3ac 100644 --- a/pysnmp/hlapi/transport.py +++ b/pysnmp/hlapi/transport.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # from pyasn1.compat.octets import null diff --git a/pysnmp/hlapi/twisted/cmdgen.py b/pysnmp/hlapi/twisted/cmdgen.py index 61528118..b910ab63 100644 --- a/pysnmp/hlapi/twisted/cmdgen.py +++ b/pysnmp/hlapi/twisted/cmdgen.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # from pysnmp.smi.rfc1902 import * diff --git a/pysnmp/hlapi/twisted/ntforg.py b/pysnmp/hlapi/twisted/ntforg.py index 5e561f99..2cdde50f 100644 --- a/pysnmp/hlapi/twisted/ntforg.py +++ b/pysnmp/hlapi/twisted/ntforg.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # from pysnmp.smi.rfc1902 import * diff --git a/pysnmp/hlapi/twisted/transport.py b/pysnmp/hlapi/twisted/transport.py index 629ee483..3692e5b4 100644 --- a/pysnmp/hlapi/twisted/transport.py +++ b/pysnmp/hlapi/twisted/transport.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # import socket, sys diff --git a/pysnmp/hlapi/varbinds.py b/pysnmp/hlapi/varbinds.py index c72872b5..ecd14a7f 100644 --- a/pysnmp/hlapi/varbinds.py +++ b/pysnmp/hlapi/varbinds.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # from pysnmp.smi import view diff --git a/pysnmp/nextid.py b/pysnmp/nextid.py index 775106d5..7f15c0a0 100644 --- a/pysnmp/nextid.py +++ b/pysnmp/nextid.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # import random diff --git a/pysnmp/proto/acmod/rfc3415.py b/pysnmp/proto/acmod/rfc3415.py index 5783f237..9ff37097 100644 --- a/pysnmp/proto/acmod/rfc3415.py +++ b/pysnmp/proto/acmod/rfc3415.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # from pysnmp.smi.error import NoSuchInstanceError diff --git a/pysnmp/proto/acmod/void.py b/pysnmp/proto/acmod/void.py index f57a3c40..8ce93141 100644 --- a/pysnmp/proto/acmod/void.py +++ b/pysnmp/proto/acmod/void.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # from pysnmp.proto import errind, error diff --git a/pysnmp/proto/api/__init__.py b/pysnmp/proto/api/__init__.py index c904896b..581cdb17 100644 --- a/pysnmp/proto/api/__init__.py +++ b/pysnmp/proto/api/__init__.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # from pysnmp.proto.api import v1, v2c, verdec diff --git a/pysnmp/proto/api/v1.py b/pysnmp/proto/api/v1.py index 1c39ae34..34db864b 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-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # 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 fa8f6799..960c0c74 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-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # 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 15aa363a..f0e943f1 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-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # from pyasn1.type import univ diff --git a/pysnmp/proto/cache.py b/pysnmp/proto/cache.py index 45eb5da9..5db33e3a 100644 --- a/pysnmp/proto/cache.py +++ b/pysnmp/proto/cache.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # from pysnmp.proto import error diff --git a/pysnmp/proto/errind.py b/pysnmp/proto/errind.py index 3c347543..05569367 100644 --- a/pysnmp/proto/errind.py +++ b/pysnmp/proto/errind.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # diff --git a/pysnmp/proto/error.py b/pysnmp/proto/error.py index 5abcdabd..a1f72846 100644 --- a/pysnmp/proto/error.py +++ b/pysnmp/proto/error.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # from pyasn1.error import PyAsn1Error diff --git a/pysnmp/proto/mpmod/base.py b/pysnmp/proto/mpmod/base.py index b236f68d..58f9d11d 100644 --- a/pysnmp/proto/mpmod/base.py +++ b/pysnmp/proto/mpmod/base.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # from pysnmp.proto.mpmod import cache diff --git a/pysnmp/proto/mpmod/cache.py b/pysnmp/proto/mpmod/cache.py index e8454b2a..b6f34370 100644 --- a/pysnmp/proto/mpmod/cache.py +++ b/pysnmp/proto/mpmod/cache.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # from pysnmp.proto import error diff --git a/pysnmp/proto/mpmod/rfc2576.py b/pysnmp/proto/mpmod/rfc2576.py index fb4341cf..7211e5a5 100644 --- a/pysnmp/proto/mpmod/rfc2576.py +++ b/pysnmp/proto/mpmod/rfc2576.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # import sys diff --git a/pysnmp/proto/mpmod/rfc3412.py b/pysnmp/proto/mpmod/rfc3412.py index 90f3dd9b..94b6d844 100644 --- a/pysnmp/proto/mpmod/rfc3412.py +++ b/pysnmp/proto/mpmod/rfc3412.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # import sys 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 +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # from pysnmp.proto import rfc1905, rfc3411, error diff --git a/pysnmp/proto/rfc1155.py b/pysnmp/proto/rfc1155.py index d87777fe..fb7e76ae 100644 --- a/pysnmp/proto/rfc1155.py +++ b/pysnmp/proto/rfc1155.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # from pyasn1.type import univ, tag, constraint, namedtype diff --git a/pysnmp/proto/rfc1157.py b/pysnmp/proto/rfc1157.py index 0b04747c..e91cfe1e 100644 --- a/pysnmp/proto/rfc1157.py +++ b/pysnmp/proto/rfc1157.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # from pyasn1.type import univ, tag, namedtype, namedval diff --git a/pysnmp/proto/rfc1901.py b/pysnmp/proto/rfc1901.py index 01272a91..8b7dec07 100644 --- a/pysnmp/proto/rfc1901.py +++ b/pysnmp/proto/rfc1901.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # from pyasn1.type import univ, namedtype, namedval diff --git a/pysnmp/proto/rfc1902.py b/pysnmp/proto/rfc1902.py index 5f28f986..8d228126 100644 --- a/pysnmp/proto/rfc1902.py +++ b/pysnmp/proto/rfc1902.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # from sys import version_info diff --git a/pysnmp/proto/rfc1905.py b/pysnmp/proto/rfc1905.py index d346e468..6a816b1f 100644 --- a/pysnmp/proto/rfc1905.py +++ b/pysnmp/proto/rfc1905.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # from pyasn1.type import univ, tag, constraint, namedtype, namedval diff --git a/pysnmp/proto/rfc3411.py b/pysnmp/proto/rfc3411.py index 21e9fdee..1fbefd5b 100644 --- a/pysnmp/proto/rfc3411.py +++ b/pysnmp/proto/rfc3411.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # from pysnmp.proto import rfc1157, rfc1905 diff --git a/pysnmp/proto/rfc3412.py b/pysnmp/proto/rfc3412.py index 43dffdf1..d65019d3 100644 --- a/pysnmp/proto/rfc3412.py +++ b/pysnmp/proto/rfc3412.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # import sys diff --git a/pysnmp/proto/secmod/base.py b/pysnmp/proto/secmod/base.py index edd251d6..31ed56c6 100644 --- a/pysnmp/proto/secmod/base.py +++ b/pysnmp/proto/secmod/base.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # from pysnmp.proto.secmod import cache diff --git a/pysnmp/proto/secmod/cache.py b/pysnmp/proto/secmod/cache.py index 4f9a2db5..5537ff66 100644 --- a/pysnmp/proto/secmod/cache.py +++ b/pysnmp/proto/secmod/cache.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # from pysnmp import nextid diff --git a/pysnmp/proto/secmod/eso/priv/aes192.py b/pysnmp/proto/secmod/eso/priv/aes192.py index 734b8769..1001f548 100644 --- a/pysnmp/proto/secmod/eso/priv/aes192.py +++ b/pysnmp/proto/secmod/eso/priv/aes192.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # from pysnmp.proto.secmod.eso.priv import aesbase diff --git a/pysnmp/proto/secmod/eso/priv/aes256.py b/pysnmp/proto/secmod/eso/priv/aes256.py index 0240441a..fee45855 100644 --- a/pysnmp/proto/secmod/eso/priv/aes256.py +++ b/pysnmp/proto/secmod/eso/priv/aes256.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # from pysnmp.proto.secmod.eso.priv import aesbase diff --git a/pysnmp/proto/secmod/eso/priv/aesbase.py b/pysnmp/proto/secmod/eso/priv/aesbase.py index 265bf4e1..3f8408c2 100644 --- a/pysnmp/proto/secmod/eso/priv/aesbase.py +++ b/pysnmp/proto/secmod/eso/priv/aesbase.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # from pysnmp.proto.secmod.rfc3826.priv import aes diff --git a/pysnmp/proto/secmod/eso/priv/des3.py b/pysnmp/proto/secmod/eso/priv/des3.py index 3339f22a..07e48151 100644 --- a/pysnmp/proto/secmod/eso/priv/des3.py +++ b/pysnmp/proto/secmod/eso/priv/des3.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # import random diff --git a/pysnmp/proto/secmod/rfc2576.py b/pysnmp/proto/secmod/rfc2576.py index da5a68a8..3ef0778e 100644 --- a/pysnmp/proto/secmod/rfc2576.py +++ b/pysnmp/proto/secmod/rfc2576.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # import sys diff --git a/pysnmp/proto/secmod/rfc3414/__init__.py b/pysnmp/proto/secmod/rfc3414/__init__.py index 75d3de1c..295c4f15 100644 --- a/pysnmp/proto/secmod/rfc3414/__init__.py +++ b/pysnmp/proto/secmod/rfc3414/__init__.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # from pysnmp.proto.secmod.rfc3414 import service diff --git a/pysnmp/proto/secmod/rfc3414/auth/base.py b/pysnmp/proto/secmod/rfc3414/auth/base.py index ba2d0c23..e412adea 100644 --- a/pysnmp/proto/secmod/rfc3414/auth/base.py +++ b/pysnmp/proto/secmod/rfc3414/auth/base.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # from pysnmp.proto import errind, error diff --git a/pysnmp/proto/secmod/rfc3414/auth/hmacmd5.py b/pysnmp/proto/secmod/rfc3414/auth/hmacmd5.py index 38f34483..329e4e71 100644 --- a/pysnmp/proto/secmod/rfc3414/auth/hmacmd5.py +++ b/pysnmp/proto/secmod/rfc3414/auth/hmacmd5.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # try: diff --git a/pysnmp/proto/secmod/rfc3414/auth/hmacsha.py b/pysnmp/proto/secmod/rfc3414/auth/hmacsha.py index ef365f1f..5463b04f 100644 --- a/pysnmp/proto/secmod/rfc3414/auth/hmacsha.py +++ b/pysnmp/proto/secmod/rfc3414/auth/hmacsha.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # try: diff --git a/pysnmp/proto/secmod/rfc3414/auth/noauth.py b/pysnmp/proto/secmod/rfc3414/auth/noauth.py index 0a89391b..f52c65b2 100644 --- a/pysnmp/proto/secmod/rfc3414/auth/noauth.py +++ b/pysnmp/proto/secmod/rfc3414/auth/noauth.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # from pysnmp.proto.secmod.rfc3414.auth import base diff --git a/pysnmp/proto/secmod/rfc3414/localkey.py b/pysnmp/proto/secmod/rfc3414/localkey.py index e9b642c3..beb807a0 100644 --- a/pysnmp/proto/secmod/rfc3414/localkey.py +++ b/pysnmp/proto/secmod/rfc3414/localkey.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # try: diff --git a/pysnmp/proto/secmod/rfc3414/priv/base.py b/pysnmp/proto/secmod/rfc3414/priv/base.py index bfd64b6f..f5df6850 100644 --- a/pysnmp/proto/secmod/rfc3414/priv/base.py +++ b/pysnmp/proto/secmod/rfc3414/priv/base.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # from pysnmp.proto import error diff --git a/pysnmp/proto/secmod/rfc3414/priv/des.py b/pysnmp/proto/secmod/rfc3414/priv/des.py index 4c9ea0b5..268b5e8d 100644 --- a/pysnmp/proto/secmod/rfc3414/priv/des.py +++ b/pysnmp/proto/secmod/rfc3414/priv/des.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # import random diff --git a/pysnmp/proto/secmod/rfc3414/priv/nopriv.py b/pysnmp/proto/secmod/rfc3414/priv/nopriv.py index 1d4499b3..52f611d4 100644 --- a/pysnmp/proto/secmod/rfc3414/priv/nopriv.py +++ b/pysnmp/proto/secmod/rfc3414/priv/nopriv.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # from pysnmp.proto.secmod.rfc3414.priv import base diff --git a/pysnmp/proto/secmod/rfc3414/service.py b/pysnmp/proto/secmod/rfc3414/service.py index 9dab7dac..03e480af 100644 --- a/pysnmp/proto/secmod/rfc3414/service.py +++ b/pysnmp/proto/secmod/rfc3414/service.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # import time diff --git a/pysnmp/proto/secmod/rfc3826/priv/aes.py b/pysnmp/proto/secmod/rfc3826/priv/aes.py index 1ec0ca63..06c8eb3f 100644 --- a/pysnmp/proto/secmod/rfc3826/priv/aes.py +++ b/pysnmp/proto/secmod/rfc3826/priv/aes.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # import random diff --git a/pysnmp/smi/builder.py b/pysnmp/smi/builder.py index abee7ccf..b597787c 100644 --- a/pysnmp/smi/builder.py +++ b/pysnmp/smi/builder.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # import os diff --git a/pysnmp/smi/compiler.py b/pysnmp/smi/compiler.py index c76463b7..055201d0 100644 --- a/pysnmp/smi/compiler.py +++ b/pysnmp/smi/compiler.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # import os diff --git a/pysnmp/smi/error.py b/pysnmp/smi/error.py index 34d74a95..c08cf73b 100644 --- a/pysnmp/smi/error.py +++ b/pysnmp/smi/error.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # from pyasn1.error import PyAsn1Error diff --git a/pysnmp/smi/exval.py b/pysnmp/smi/exval.py index 86dadb56..4ebd1af7 100644 --- a/pysnmp/smi/exval.py +++ b/pysnmp/smi/exval.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # from pysnmp.proto import rfc1905 diff --git a/pysnmp/smi/indices.py b/pysnmp/smi/indices.py index 733bcebd..c789b484 100644 --- a/pysnmp/smi/indices.py +++ b/pysnmp/smi/indices.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # from bisect import bisect diff --git a/pysnmp/smi/instrum.py b/pysnmp/smi/instrum.py index c2d5cd87..8a577067 100644 --- a/pysnmp/smi/instrum.py +++ b/pysnmp/smi/instrum.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # import sys diff --git a/pysnmp/smi/mibs/ASN1-ENUMERATION.py b/pysnmp/smi/mibs/ASN1-ENUMERATION.py index d9de3912..6852b3e6 100644 --- a/pysnmp/smi/mibs/ASN1-ENUMERATION.py +++ b/pysnmp/smi/mibs/ASN1-ENUMERATION.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # from pyasn1.type import namedval diff --git a/pysnmp/smi/mibs/ASN1-REFINEMENT.py b/pysnmp/smi/mibs/ASN1-REFINEMENT.py index 4672a88a..63d7ec3b 100644 --- a/pysnmp/smi/mibs/ASN1-REFINEMENT.py +++ b/pysnmp/smi/mibs/ASN1-REFINEMENT.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # from pyasn1.type import constraint diff --git a/pysnmp/smi/mibs/ASN1.py b/pysnmp/smi/mibs/ASN1.py index 2b6ef0ce..a1798f46 100644 --- a/pysnmp/smi/mibs/ASN1.py +++ b/pysnmp/smi/mibs/ASN1.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # from pyasn1.type import univ diff --git a/pysnmp/smi/mibs/PYSNMP-MIB.py b/pysnmp/smi/mibs/PYSNMP-MIB.py index 374f40eb..5ddd7993 100644 --- a/pysnmp/smi/mibs/PYSNMP-MIB.py +++ b/pysnmp/smi/mibs/PYSNMP-MIB.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # # PySNMP MIB module PYSNMP-MIB (http://pysnmp.sf.net) diff --git a/pysnmp/smi/mibs/PYSNMP-SOURCE-MIB.py b/pysnmp/smi/mibs/PYSNMP-SOURCE-MIB.py index 715ff181..e6bd708d 100644 --- a/pysnmp/smi/mibs/PYSNMP-SOURCE-MIB.py +++ b/pysnmp/smi/mibs/PYSNMP-SOURCE-MIB.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # # PySNMP MIB module PYSNMP-SOURCE-MIB (http://pysnmp.sf.net) diff --git a/pysnmp/smi/mibs/PYSNMP-USM-MIB.py b/pysnmp/smi/mibs/PYSNMP-USM-MIB.py index bca52a90..7a3b9212 100644 --- a/pysnmp/smi/mibs/PYSNMP-USM-MIB.py +++ b/pysnmp/smi/mibs/PYSNMP-USM-MIB.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # # PySNMP MIB module PYSNMP-USM-MIB (http://pysnmp.sf.net) diff --git a/pysnmp/smi/mibs/RFC1158-MIB.py b/pysnmp/smi/mibs/RFC1158-MIB.py index b813e780..575c207c 100644 --- a/pysnmp/smi/mibs/RFC1158-MIB.py +++ b/pysnmp/smi/mibs/RFC1158-MIB.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # # PySNMP MIB module RFC1158-MIB (http://pysnmp.sf.net) diff --git a/pysnmp/smi/mibs/RFC1213-MIB.py b/pysnmp/smi/mibs/RFC1213-MIB.py index ce6473ad..ddc8a17a 100644 --- a/pysnmp/smi/mibs/RFC1213-MIB.py +++ b/pysnmp/smi/mibs/RFC1213-MIB.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # # PySNMP MIB module RFC1158-MIB (http://pysnmp.sf.net) diff --git a/pysnmp/smi/mibs/SNMP-COMMUNITY-MIB.py b/pysnmp/smi/mibs/SNMP-COMMUNITY-MIB.py index b424475d..e8a92fd1 100644 --- a/pysnmp/smi/mibs/SNMP-COMMUNITY-MIB.py +++ b/pysnmp/smi/mibs/SNMP-COMMUNITY-MIB.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # # PySNMP MIB module SNMP-COMMUNITY-MIB (http://pysnmp.sf.net) diff --git a/pysnmp/smi/mibs/SNMP-FRAMEWORK-MIB.py b/pysnmp/smi/mibs/SNMP-FRAMEWORK-MIB.py index 83536a9c..4e80a1a2 100644 --- a/pysnmp/smi/mibs/SNMP-FRAMEWORK-MIB.py +++ b/pysnmp/smi/mibs/SNMP-FRAMEWORK-MIB.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # # PySNMP MIB module SNMP-FRAMEWORK-MIB (http://pysnmp.sf.net) diff --git a/pysnmp/smi/mibs/SNMP-MPD-MIB.py b/pysnmp/smi/mibs/SNMP-MPD-MIB.py index ea73eacd..dd08c1b8 100644 --- a/pysnmp/smi/mibs/SNMP-MPD-MIB.py +++ b/pysnmp/smi/mibs/SNMP-MPD-MIB.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # # PySNMP MIB module SNMP-MPD-MIB (http://pysnmp.sf.net) diff --git a/pysnmp/smi/mibs/SNMP-NOTIFICATION-MIB.py b/pysnmp/smi/mibs/SNMP-NOTIFICATION-MIB.py index a7098b2f..57125a92 100644 --- a/pysnmp/smi/mibs/SNMP-NOTIFICATION-MIB.py +++ b/pysnmp/smi/mibs/SNMP-NOTIFICATION-MIB.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # # PySNMP MIB module SNMP-NOTIFICATION-MIB (http://pysnmp.sf.net) diff --git a/pysnmp/smi/mibs/SNMP-PROXY-MIB.py b/pysnmp/smi/mibs/SNMP-PROXY-MIB.py index f4992e83..c889ea7e 100644 --- a/pysnmp/smi/mibs/SNMP-PROXY-MIB.py +++ b/pysnmp/smi/mibs/SNMP-PROXY-MIB.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # # PySNMP MIB module SNMP-PROXY-MIB (http://pysnmp.sf.net) diff --git a/pysnmp/smi/mibs/SNMP-TARGET-MIB.py b/pysnmp/smi/mibs/SNMP-TARGET-MIB.py index 8bb80ebd..904d2086 100644 --- a/pysnmp/smi/mibs/SNMP-TARGET-MIB.py +++ b/pysnmp/smi/mibs/SNMP-TARGET-MIB.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # # PySNMP MIB module SNMP-TARGET-MIB (http://pysnmp.sf.net) diff --git a/pysnmp/smi/mibs/SNMP-USER-BASED-SM-3DES-MIB.py b/pysnmp/smi/mibs/SNMP-USER-BASED-SM-3DES-MIB.py index f62b3e45..95f1f77c 100644 --- a/pysnmp/smi/mibs/SNMP-USER-BASED-SM-3DES-MIB.py +++ b/pysnmp/smi/mibs/SNMP-USER-BASED-SM-3DES-MIB.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # # PySNMP MIB module SNMP-USER-BASED-SM-3DES-MIB (http://pysnmp.sf.net) diff --git a/pysnmp/smi/mibs/SNMP-USER-BASED-SM-MIB.py b/pysnmp/smi/mibs/SNMP-USER-BASED-SM-MIB.py index c295b4d1..789ec036 100644 --- a/pysnmp/smi/mibs/SNMP-USER-BASED-SM-MIB.py +++ b/pysnmp/smi/mibs/SNMP-USER-BASED-SM-MIB.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # # PySNMP MIB module SNMP-USER-BASED-SM-MIB (http://pysnmp.sf.net) diff --git a/pysnmp/smi/mibs/SNMP-USM-AES-MIB.py b/pysnmp/smi/mibs/SNMP-USM-AES-MIB.py index 8f37a9e8..8b4d5e32 100644 --- a/pysnmp/smi/mibs/SNMP-USM-AES-MIB.py +++ b/pysnmp/smi/mibs/SNMP-USM-AES-MIB.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # # PySNMP MIB module SNMP-USM-AES-MIB (http://pysnmp.sf.net) diff --git a/pysnmp/smi/mibs/SNMP-VIEW-BASED-ACM-MIB.py b/pysnmp/smi/mibs/SNMP-VIEW-BASED-ACM-MIB.py index 5ebc7376..67417261 100644 --- a/pysnmp/smi/mibs/SNMP-VIEW-BASED-ACM-MIB.py +++ b/pysnmp/smi/mibs/SNMP-VIEW-BASED-ACM-MIB.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # # PySNMP MIB module SNMP-VIEW-BASED-ACM-MIB (http://pysnmp.sf.net) diff --git a/pysnmp/smi/mibs/SNMPv2-CONF.py b/pysnmp/smi/mibs/SNMPv2-CONF.py index 6a2ab8ed..0874a4cc 100644 --- a/pysnmp/smi/mibs/SNMPv2-CONF.py +++ b/pysnmp/smi/mibs/SNMPv2-CONF.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # MibNode, = mibBuilder.importSymbols('SNMPv2-SMI', 'MibNode') diff --git a/pysnmp/smi/mibs/SNMPv2-MIB.py b/pysnmp/smi/mibs/SNMPv2-MIB.py index c2e250d7..54ee5026 100644 --- a/pysnmp/smi/mibs/SNMPv2-MIB.py +++ b/pysnmp/smi/mibs/SNMPv2-MIB.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # # PySNMP MIB module SNMPv2-MIB (http://pysnmp.sf.net) diff --git a/pysnmp/smi/mibs/SNMPv2-SMI.py b/pysnmp/smi/mibs/SNMPv2-SMI.py index e9486222..753071e1 100644 --- a/pysnmp/smi/mibs/SNMPv2-SMI.py +++ b/pysnmp/smi/mibs/SNMPv2-SMI.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # import sys diff --git a/pysnmp/smi/mibs/SNMPv2-TC.py b/pysnmp/smi/mibs/SNMPv2-TC.py index 80a0d582..36c50a3f 100644 --- a/pysnmp/smi/mibs/SNMPv2-TC.py +++ b/pysnmp/smi/mibs/SNMPv2-TC.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # import sys diff --git a/pysnmp/smi/mibs/SNMPv2-TM.py b/pysnmp/smi/mibs/SNMPv2-TM.py index fd00d6c4..d7137951 100644 --- a/pysnmp/smi/mibs/SNMPv2-TM.py +++ b/pysnmp/smi/mibs/SNMPv2-TM.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # try: diff --git a/pysnmp/smi/mibs/TRANSPORT-ADDRESS-MIB.py b/pysnmp/smi/mibs/TRANSPORT-ADDRESS-MIB.py index f9aafc4e..9240727b 100644 --- a/pysnmp/smi/mibs/TRANSPORT-ADDRESS-MIB.py +++ b/pysnmp/smi/mibs/TRANSPORT-ADDRESS-MIB.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # # PySNMP MIB module TRANSPORT-ADDRESS-MIB (http://pysnmp.sf.net) diff --git a/pysnmp/smi/mibs/instances/__PYSNMP-USM-MIB.py b/pysnmp/smi/mibs/instances/__PYSNMP-USM-MIB.py index 94c02e6b..f6c0654a 100644 --- a/pysnmp/smi/mibs/instances/__PYSNMP-USM-MIB.py +++ b/pysnmp/smi/mibs/instances/__PYSNMP-USM-MIB.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # MibScalarInstance, = mibBuilder.importSymbols('SNMPv2-SMI', 'MibScalarInstance') diff --git a/pysnmp/smi/mibs/instances/__SNMP-FRAMEWORK-MIB.py b/pysnmp/smi/mibs/instances/__SNMP-FRAMEWORK-MIB.py index 2f878359..72a90846 100644 --- a/pysnmp/smi/mibs/instances/__SNMP-FRAMEWORK-MIB.py +++ b/pysnmp/smi/mibs/instances/__SNMP-FRAMEWORK-MIB.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # import time diff --git a/pysnmp/smi/mibs/instances/__SNMP-MPD-MIB.py b/pysnmp/smi/mibs/instances/__SNMP-MPD-MIB.py index 98a3009b..42f8c7bd 100644 --- a/pysnmp/smi/mibs/instances/__SNMP-MPD-MIB.py +++ b/pysnmp/smi/mibs/instances/__SNMP-MPD-MIB.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # MibScalarInstance, = mibBuilder.importSymbols('SNMPv2-SMI', 'MibScalarInstance') diff --git a/pysnmp/smi/mibs/instances/__SNMP-TARGET-MIB.py b/pysnmp/smi/mibs/instances/__SNMP-TARGET-MIB.py index 38bb9d7f..4972b019 100644 --- a/pysnmp/smi/mibs/instances/__SNMP-TARGET-MIB.py +++ b/pysnmp/smi/mibs/instances/__SNMP-TARGET-MIB.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # MibScalarInstance, = mibBuilder.importSymbols( diff --git a/pysnmp/smi/mibs/instances/__SNMP-USER-BASED-SM-MIB.py b/pysnmp/smi/mibs/instances/__SNMP-USER-BASED-SM-MIB.py index 21f550fa..b4a026d4 100644 --- a/pysnmp/smi/mibs/instances/__SNMP-USER-BASED-SM-MIB.py +++ b/pysnmp/smi/mibs/instances/__SNMP-USER-BASED-SM-MIB.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # MibScalarInstance, = mibBuilder.importSymbols('SNMPv2-SMI', 'MibScalarInstance') diff --git a/pysnmp/smi/mibs/instances/__SNMP-VIEW-BASED-ACM-MIB.py b/pysnmp/smi/mibs/instances/__SNMP-VIEW-BASED-ACM-MIB.py index b2465e01..57134dcd 100644 --- a/pysnmp/smi/mibs/instances/__SNMP-VIEW-BASED-ACM-MIB.py +++ b/pysnmp/smi/mibs/instances/__SNMP-VIEW-BASED-ACM-MIB.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # MibScalarInstance, = mibBuilder.importSymbols('SNMPv2-SMI', 'MibScalarInstance') diff --git a/pysnmp/smi/mibs/instances/__SNMPv2-MIB.py b/pysnmp/smi/mibs/instances/__SNMPv2-MIB.py index 758f1c77..bb4d86fa 100644 --- a/pysnmp/smi/mibs/instances/__SNMPv2-MIB.py +++ b/pysnmp/smi/mibs/instances/__SNMPv2-MIB.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # from sys import version diff --git a/pysnmp/smi/rfc1902.py b/pysnmp/smi/rfc1902.py index bcc78f7a..657269b2 100644 --- a/pysnmp/smi/rfc1902.py +++ b/pysnmp/smi/rfc1902.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # import sys diff --git a/pysnmp/smi/view.py b/pysnmp/smi/view.py index f8a38f88..75ef7a8f 100644 --- a/pysnmp/smi/view.py +++ b/pysnmp/smi/view.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2016, Ilya Etingof +# Copyright (c) 2005-2017, Ilya Etingof # License: http://pysnmp.sf.net/license.html # import sys diff --git a/setup.py b/setup.py index 42e3674b..a8c200ed 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,6 @@ Programming Language :: Python :: 3.4 Programming Language :: Python :: 3.5 Programming Language :: Python :: 3.6 Topic :: Communications -Topic :: Software Development :: Libraries :: Python Modules Topic :: System :: Monitoring Topic :: System :: Networking :: Monitoring Topic :: Software Development :: Libraries :: Python Modules