diff options
Diffstat (limited to 'pysnmp/proto/rfc1902.py')
-rw-r--r-- | pysnmp/proto/rfc1902.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pysnmp/proto/rfc1902.py b/pysnmp/proto/rfc1902.py index 60e31930..e660577e 100644 --- a/pysnmp/proto/rfc1902.py +++ b/pysnmp/proto/rfc1902.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 sys import version_info from pyasn1.type import univ, tag, constraint, namedtype, namedval |