summaryrefslogtreecommitdiff
path: root/pysnmp/carrier/error.py
diff options
context:
space:
mode:
Diffstat (limited to 'pysnmp/carrier/error.py')
-rw-r--r--pysnmp/carrier/error.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/pysnmp/carrier/error.py b/pysnmp/carrier/error.py
index c3c28d51..721040e9 100644
--- a/pysnmp/carrier/error.py
+++ b/pysnmp/carrier/error.py
@@ -1,3 +1,9 @@
+#
+# This file is part of pysnmp software.
+#
+# Copyright (c) 2005-2015, Ilya Etingof <ilya@glas.net>
+# License: http://pysnmp.sf.net/license.html
+#
from pysnmp import error
class CarrierError(error.PySnmpError):