Add licence information
[rss2maildir.git] / rss2maildir.py
index ff7be81b84c4f0cdb97c1b95d7b1742a1f9d96ee..5d89340ba3da8f89a60d31fcd224764362f92620 100755 (executable)
@@ -1,6 +1,22 @@
 #!/usr/bin/python
 # coding=utf8
 
+# rss2maildir.py - RSS feeds to Maildir 1 email per item
+# Copyright (C) 2007  Brett Parker <iDunno@sommitrealweird.co.uk>
+# 
+# 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 mailbox
 import sys
 import os