Add licence information
authorBrett Parker <iDunno@sommitrealweird.co.uk>
Thu, 20 Dec 2007 21:16:31 +0000 (21:16 +0000)
committerBrett Parker <iDunno@sommitrealweird.co.uk>
Thu, 20 Dec 2007 21:16:31 +0000 (21:16 +0000)
COPYING [new file with mode: 0644]
rss2maildir.py

diff --git a/COPYING b/COPYING
new file mode 100644 (file)
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 <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/>.
+
index ff7be81b84c4f0cdb97c1b95d7b1742a1f9d96ee..5d89340ba3da8f89a60d31fcd224764362f92620 100755 (executable)
@@ -1,6 +1,22 @@
 #!/usr/bin/python
 # coding=utf8
 
 #!/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
 import mailbox
 import sys
 import os