summaryrefslogtreecommitdiff
path: root/alot/errors.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-06-14 22:11:05 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2012-06-14 22:11:05 +0100
commitd9650dc2718723f43cc86e0a1192114976cc7429 (patch)
tree4d3f444900b6a263c4b5e5311332527220533f61 /alot/errors.py
parent7a1ce51c3022337dd4b1f7ee25ff866f5be64ae1 (diff)
add copyright statements to all source files
cf issue #472
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