diff options
Diffstat (limited to 'pysnmp/hlapi/v1arch/asyncore')
-rw-r--r-- | pysnmp/hlapi/v1arch/asyncore/__init__.py | 2 | ||||
-rw-r--r-- | pysnmp/hlapi/v1arch/asyncore/cmdgen.py | 2 | ||||
-rw-r--r-- | pysnmp/hlapi/v1arch/asyncore/dispatch.py | 2 | ||||
-rw-r--r-- | pysnmp/hlapi/v1arch/asyncore/ntforg.py | 2 | ||||
-rw-r--r-- | pysnmp/hlapi/v1arch/asyncore/sync/__init__.py | 2 | ||||
-rw-r--r-- | pysnmp/hlapi/v1arch/asyncore/sync/cmdgen.py | 2 | ||||
-rw-r--r-- | pysnmp/hlapi/v1arch/asyncore/sync/ntforg.py | 2 | ||||
-rw-r--r-- | pysnmp/hlapi/v1arch/asyncore/transport.py | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/pysnmp/hlapi/v1arch/asyncore/__init__.py b/pysnmp/hlapi/v1arch/asyncore/__init__.py index d58bee7b..bd03fae5 100644 --- a/pysnmp/hlapi/v1arch/asyncore/__init__.py +++ b/pysnmp/hlapi/v1arch/asyncore/__init__.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2018, Ilya Etingof <etingof@gmail.com> +# Copyright (c) 2005-2019, Ilya Etingof <etingof@gmail.com> # License: http://snmplabs.com/pysnmp/license.html # from pysnmp.proto.rfc1902 import * diff --git a/pysnmp/hlapi/v1arch/asyncore/cmdgen.py b/pysnmp/hlapi/v1arch/asyncore/cmdgen.py index e178efe3..3d52bc43 100644 --- a/pysnmp/hlapi/v1arch/asyncore/cmdgen.py +++ b/pysnmp/hlapi/v1arch/asyncore/cmdgen.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2018, Ilya Etingof <etingof@gmail.com> +# Copyright (c) 2005-2019, Ilya Etingof <etingof@gmail.com> # License: http://snmplabs.com/pysnmp/license.html # diff --git a/pysnmp/hlapi/v1arch/asyncore/dispatch.py b/pysnmp/hlapi/v1arch/asyncore/dispatch.py index d77b8551..16a187dd 100644 --- a/pysnmp/hlapi/v1arch/asyncore/dispatch.py +++ b/pysnmp/hlapi/v1arch/asyncore/dispatch.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2018, Ilya Etingof <etingof@gmail.com> +# Copyright (c) 2005-2019, Ilya Etingof <etingof@gmail.com> # License: http://snmplabs.com/pysnmp/license.html # from pysnmp.carrier.asyncore.dispatch import AsyncoreDispatcher diff --git a/pysnmp/hlapi/v1arch/asyncore/ntforg.py b/pysnmp/hlapi/v1arch/asyncore/ntforg.py index a7767051..d46ade57 100644 --- a/pysnmp/hlapi/v1arch/asyncore/ntforg.py +++ b/pysnmp/hlapi/v1arch/asyncore/ntforg.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2018, Ilya Etingof <etingof@gmail.com> +# Copyright (c) 2005-2019, Ilya Etingof <etingof@gmail.com> # License: http://snmplabs.com/pysnmp/license.html # from pysnmp.hlapi.varbinds import * diff --git a/pysnmp/hlapi/v1arch/asyncore/sync/__init__.py b/pysnmp/hlapi/v1arch/asyncore/sync/__init__.py index 5481cb96..0b16411e 100644 --- a/pysnmp/hlapi/v1arch/asyncore/sync/__init__.py +++ b/pysnmp/hlapi/v1arch/asyncore/sync/__init__.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2018, Ilya Etingof <etingof@gmail.com> +# Copyright (c) 2005-2019, Ilya Etingof <etingof@gmail.com> # License: http://snmplabs.com/pysnmp/license.html # from pysnmp.proto.rfc1902 import * diff --git a/pysnmp/hlapi/v1arch/asyncore/sync/cmdgen.py b/pysnmp/hlapi/v1arch/asyncore/sync/cmdgen.py index 8031cc57..f0c19f59 100644 --- a/pysnmp/hlapi/v1arch/asyncore/sync/cmdgen.py +++ b/pysnmp/hlapi/v1arch/asyncore/sync/cmdgen.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2018, Ilya Etingof <etingof@gmail.com> +# Copyright (c) 2005-2019, Ilya Etingof <etingof@gmail.com> # License: http://snmplabs.com/pysnmp/license.html # from sys import version_info diff --git a/pysnmp/hlapi/v1arch/asyncore/sync/ntforg.py b/pysnmp/hlapi/v1arch/asyncore/sync/ntforg.py index 25912ff4..4732b460 100644 --- a/pysnmp/hlapi/v1arch/asyncore/sync/ntforg.py +++ b/pysnmp/hlapi/v1arch/asyncore/sync/ntforg.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2018, Ilya Etingof <etingof@gmail.com> +# Copyright (c) 2005-2019, Ilya Etingof <etingof@gmail.com> # License: http://snmplabs.com/pysnmp/license.html # from sys import version_info diff --git a/pysnmp/hlapi/v1arch/asyncore/transport.py b/pysnmp/hlapi/v1arch/asyncore/transport.py index be5e336d..f0bd17e8 100644 --- a/pysnmp/hlapi/v1arch/asyncore/transport.py +++ b/pysnmp/hlapi/v1arch/asyncore/transport.py @@ -1,7 +1,7 @@ # # This file is part of pysnmp software. # -# Copyright (c) 2005-2018, Ilya Etingof <etingof@gmail.com> +# Copyright (c) 2005-2019, Ilya Etingof <etingof@gmail.com> # License: http://snmplabs.com/pysnmp/license.html # import socket |