summaryrefslogtreecommitdiff
path: root/alot/errors.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/errors.py')
-rw-r--r--alot/errors.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/alot/errors.py b/alot/errors.py
index 29283a45..00336fc8 100644
--- a/alot/errors.py
+++ b/alot/errors.py
@@ -1,3 +1,6 @@
+# Copyright (C) 2011-2012 Patrick Totzke <patricktotzke@gmail.com>
+# This file is released under the GNU GPL, version 3 or a later revision.
+# For further details see the COPYING file
class GPGProblem(Exception):
"""GPG Error"""
pass