summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2011-12-19 17:23:39 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2011-12-19 17:23:59 +0000
commite9ecd0616a86ec8bae818b934215ebe6293a56bf (patch)
treeadb73428c081edb70ae43af677ebab509150ad3f /bin
parent724719391f4587ab3f1c0e6cbec0d2b5f20f9ab1 (diff)
remoce copyright from bin
this doesn't play nicely with help2man and twisted.python.usage.Options
Diffstat (limited to 'bin')
-rwxr-xr-xbin/alot17
1 files changed, 0 insertions, 17 deletions
diff --git a/bin/alot b/bin/alot
index c5db0e5a..6c7a179e 100755
--- a/bin/alot
+++ b/bin/alot
@@ -1,20 +1,3 @@
#!/usr/bin/env python
-"""
-This file is part of alot, a terminal UI to notmuch mail (notmuchmail.org).
-Copyright (C) 2011 Patrick Totzke <patricktotzke@gmail.com>
-
-This program 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.
-
-This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
-"""
from alot.init import main
main()