From: Brett Parker Date: Thu, 20 Dec 2007 21:16:31 +0000 (+0000) Subject: Add licence information X-Git-Url: https://git.sommitrealweird.co.uk/rss2maildir.git/commitdiff_plain/ab7ab4ce368b7dff9c7db7e5e1089dc96c381f38 Add licence information --- diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..cf249a2 --- /dev/null +++ b/COPYING @@ -0,0 +1,16 @@ +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 . + 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