diff options
Diffstat (limited to 'pysnmp/proto/api')
-rw-r--r-- | pysnmp/proto/api/__init__.py | 2 | ||||
-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 |
4 files changed, 4 insertions, 4 deletions
diff --git a/pysnmp/proto/api/__init__.py b/pysnmp/proto/api/__init__.py index 581cdb17..33156bfd 100644 --- a/pysnmp/proto/api/__init__.py +++ b/pysnmp/proto/api/__init__.py @@ -2,7 +2,7 @@ # This file is part of pysnmp software. # # Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com> -# License: http://pysnmp.sf.net/license.html +# License: http://snmplabs.com/pysnmp/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 6b812bd9..04bf6247 100644 --- a/pysnmp/proto/api/v1.py +++ b/pysnmp/proto/api/v1.py @@ -2,7 +2,7 @@ # This file is part of pysnmp software. # # Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com> -# License: http://pysnmp.sf.net/license.html +# License: http://snmplabs.com/pysnmp/license.html # from pyasn1.type import univ from pysnmp.proto import rfc1155, rfc1157, error diff --git a/pysnmp/proto/api/v2c.py b/pysnmp/proto/api/v2c.py index 29e0ee3d..ebdff853 100644 --- a/pysnmp/proto/api/v2c.py +++ b/pysnmp/proto/api/v2c.py @@ -2,7 +2,7 @@ # This file is part of pysnmp software. # # Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com> -# License: http://pysnmp.sf.net/license.html +# License: http://snmplabs.com/pysnmp/license.html # from pysnmp.proto import rfc1901, rfc1902, rfc1905 from pysnmp.proto.api import v1 diff --git a/pysnmp/proto/api/verdec.py b/pysnmp/proto/api/verdec.py index a70ac7b9..0485b3f3 100644 --- a/pysnmp/proto/api/verdec.py +++ b/pysnmp/proto/api/verdec.py @@ -2,7 +2,7 @@ # This file is part of pysnmp software. # # Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com> -# License: http://pysnmp.sf.net/license.html +# License: http://snmplabs.com/pysnmp/license.html # from pyasn1.type import univ from pyasn1.codec.ber import decoder, eoo |