summaryrefslogtreecommitdiff
path: root/alot
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
parent36700cc9044d6ac857c86c5a0edb3f7442dcf553 (diff)
removed GPL headers from individual source files
Diffstat (limited to 'alot')
-rw-r--r--alot/__init__.py18
-rw-r--r--alot/account.py19
-rw-r--r--alot/buffers.py18
-rw-r--r--alot/completion.py19
-rw-r--r--alot/db.py18
-rw-r--r--alot/helper.py18
-rwxr-xr-xalot/init.py17
-rw-r--r--alot/message.py18
-rw-r--r--alot/settings.py18
-rw-r--r--alot/ui.py18
-rw-r--r--alot/walker.py18
-rw-r--r--alot/widgets.py18
12 files changed, 0 insertions, 217 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"
diff --git a/alot/account.py b/alot/account.py
index 0558794e..8f20e19e 100644
--- a/alot/account.py
+++ b/alot/account.py
@@ -1,22 +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.
-
-Alot 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>
-"""
-
import mailbox
import logging
import time
diff --git a/alot/buffers.py b/alot/buffers.py
index 7459c98f..64a069a8 100644
--- a/alot/buffers.py
+++ b/alot/buffers.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>
-"""
import urwid
from notmuch.globals import NotmuchError
diff --git a/alot/completion.py b/alot/completion.py
index 2f2d3d52..7dc27fb7 100644
--- a/alot/completion.py
+++ b/alot/completion.py
@@ -1,22 +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>
-"""
-
import re
import os
import glob
diff --git a/alot/db.py b/alot/db.py
index 92fb0cc2..9d941864 100644
--- a/alot/db.py
+++ b/alot/db.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.
-
-Alot 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>
-"""
from notmuch import Database, NotmuchError, XapianError
import notmuch
import multiprocessing
diff --git a/alot/helper.py b/alot/helper.py
index c79201ef..46b180e6 100644
--- a/alot/helper.py
+++ b/alot/helper.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>
-"""
from datetime import date
from datetime import timedelta
from collections import deque
diff --git a/alot/init.py b/alot/init.py
index 0184a6aa..16d4d870 100755
--- a/alot/init.py
+++ b/alot/init.py
@@ -1,21 +1,4 @@
#!/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/>.
-"""
import sys
import argparse
import logging
diff --git a/alot/message.py b/alot/message.py
index 0a136fdb..01cdc3dc 100644
--- a/alot/message.py
+++ b/alot/message.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.
-
-Alot 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>
-"""
import os
import email
import tempfile
diff --git a/alot/settings.py b/alot/settings.py
index 25dbe73e..5c7014ad 100644
--- a/alot/settings.py
+++ b/alot/settings.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>
-"""
import imp
import os
import ast
diff --git a/alot/ui.py b/alot/ui.py
index 47e48a6d..564983ab 100644
--- a/alot/ui.py
+++ b/alot/ui.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>
-"""
import urwid
from twisted.internet import reactor, defer
diff --git a/alot/walker.py b/alot/walker.py
index ba2b2fe4..8839b0ba 100644
--- a/alot/walker.py
+++ b/alot/walker.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>
-"""
import urwid
import logging
diff --git a/alot/widgets.py b/alot/widgets.py
index 319b2865..c68c12ac 100644
--- a/alot/widgets.py
+++ b/alot/widgets.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>
-"""
import urwid
import logging