summaryrefslogtreecommitdiff
path: root/lib/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/exceptions.py')
-rw-r--r--lib/exceptions.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/exceptions.py b/lib/exceptions.py
index c1ff36f0..a9820ac3 100644
--- a/lib/exceptions.py
+++ b/lib/exceptions.py
@@ -1,2 +1,7 @@
+# Authors: see git history
+#
+# Copyright (c) 2010 Authors
+# Licensed under the GNU GPL version 3.0 or later. See the file LICENSE for details.
+
class InkstitchException(Exception):
pass