summaryrefslogtreecommitdiff
path: root/alot/__init__.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2011-11-16 15:41:22 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2011-11-16 15:41:22 +0000
commite9b9152118283378ba7d70a1d9d190003dbb439f (patch)
tree90bf8aa88d0486db62db250fdf3dd70e92d0ee07 /alot/__init__.py
parent36700cc9044d6ac857c86c5a0edb3f7442dcf553 (diff)
removed GPL headers from individual source files
Diffstat (limited to 'alot/__init__.py')
-rw-r--r--alot/__init__.py18
1 files changed, 0 insertions, 18 deletions
diff --git a/alot/__init__.py b/alot/__init__.py
index 729637f8..85cd97e4 100644
--- a/alot/__init__.py
+++ b/alot/__init__.py
@@ -1,21 +1,3 @@
-"""
-This file is part of alot.
-
-Alot is free software: you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation, either version 3 of the License, or (at your
-option) any later version.
-
-Notmuch is distributed in the hope that it will be useful, but WITHOUT
-ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
-for more details.
-
-You should have received a copy of the GNU General Public License
-along with notmuch. If not, see <http://www.gnu.org/licenses/>.
-
-Copyright (C) 2011 Patrick Totzke <patricktotzke@gmail.com>
-"""
__productname__ = 'alot'
__version__ = '0.11-dev'
__copyright__ = "Copyright (C) 2011 Patrick Totzke"