summaryrefslogtreecommitdiff
path: root/alot/utils
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/utils
parent7a1ce51c3022337dd4b1f7ee25ff866f5be64ae1 (diff)
add copyright statements to all source files
cf issue #472
Diffstat (limited to 'alot/utils')
-rw-r--r--alot/utils/booleanaction.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/alot/utils/booleanaction.py b/alot/utils/booleanaction.py
index dde56f3a..9a8e8792 100644
--- a/alot/utils/booleanaction.py
+++ b/alot/utils/booleanaction.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
"""
This defines the ConfigureAction for argparse found here:
http://code.google.com/p/argparse/issues/detail?id=2#c6