X-Git-Url: https://git.sommitrealweird.co.uk/rss2maildir.git/blobdiff_plain/90290ad5357a0a76f87373ae9768f8b10cdef507..ab7ab4ce368b7dff9c7db7e5e1089dc96c381f38:/rss2maildir.py?ds=sidebyside diff --git a/rss2maildir.py b/rss2maildir.py index ff7be81..5d89340 100755 --- a/rss2maildir.py +++ b/rss2maildir.py @@ -1,6 +1,22 @@ #!/usr/bin/python # coding=utf8 +# rss2maildir.py - RSS feeds to Maildir 1 email per item +# Copyright (C) 2007 Brett Parker +# +# 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 . + import mailbox import sys import os