From d5b3c90d29d9f0099c686e838a8731c6f2723088 Mon Sep 17 00:00:00 2001 From: Ilya Etingof Date: Thu, 12 Jan 2017 01:05:56 +0100 Subject: email changed, copyright extended to the year 2017 --- 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 +- 12 files changed, 12 insertions(+), 12 deletions(-) (limited to 'pysnmp/entity') 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. -- cgit v1.2.1