summaryrefslogtreecommitdiff
path: root/pysnmp/entity/rfc3413/mibvar.py
diff options
context:
space:
mode:
Diffstat (limited to 'pysnmp/entity/rfc3413/mibvar.py')
-rw-r--r--pysnmp/entity/rfc3413/mibvar.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/pysnmp/entity/rfc3413/mibvar.py b/pysnmp/entity/rfc3413/mibvar.py
index 65b4653c..69f547ca 100644
--- a/pysnmp/entity/rfc3413/mibvar.py
+++ b/pysnmp/entity/rfc3413/mibvar.py
@@ -1,8 +1,12 @@
#
+# This file is part of pysnmp software.
+#
+# Copyright (c) 2005-2015, Ilya Etingof <ilya@glas.net>
+# License: http://pysnmp.sf.net/license.html
+#
# THESE FUNCTIONS ARE OBSOLETE AND MUST NOT BE USED!
# USE pysnmp.entity.rfc3413.oneliner.mibvar INSTEAD
#
-# MIB variable pretty printers/parsers
from pyasn1.type import univ
from pysnmp.smi.error import NoSuchObjectError