Run update-copyright.py
authorW. Trevor King <wking@tremily.us>
Tue, 13 Nov 2012 15:15:47 +0000 (10:15 -0500)
committerW. Trevor King <wking@tremily.us>
Tue, 13 Nov 2012 15:15:47 +0000 (10:15 -0500)
AUTHORS [new file with mode: 0644]
rss2email/__init__.py
rss2email/command.py
rss2email/config.py
rss2email/email.py
rss2email/error.py
rss2email/feed.py
rss2email/feeds.py
rss2email/util.py
setup.py

diff --git a/AUTHORS b/AUTHORS
new file mode 100644 (file)
index 0000000..3d1861c
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1,12 @@
+rss2email was written by:
+Aaron Swartz
+Brian Lalor
+Dean Jackson
+Eelis van der Weegen <eelis@eelis.net>
+Erik Hetzner
+Joey Hess
+Lindsey Smith <lindsey.smith@gmail.com>
+Marcel Ackermann
+Martin 'Joey' Schulze
+Matej Cepl
+W. Trevor King <wking@tremily.us>
index 67e796868850ea1ea7d1760e0854c34b86ed294a..b1eaad32442ac76264011148661999c8c10e1421 100644 (file)
@@ -1,4 +1,18 @@
-# Copyright
+# Copyright (C) 2012 W. Trevor King <wking@tremily.us>
+#
+# This file is part of rss2email.
+#
+# rss2email 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 2 of the License, or (at your option) version 3 of
+# the License.
+#
+# rss2email 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
+# rss2email.  If not, see <http://www.gnu.org/licenses/>.
 
 """rss2email: get RSS feeds emailed to you
 """
index 2acade6ac7c9a1679da7a8d514417b307c81d8f2..42f06c0e6474423487d001b1a429a8e74c9454ac 100644 (file)
@@ -1,4 +1,18 @@
-# Copyright
+# Copyright (C) 2012 W. Trevor King <wking@tremily.us>
+#
+# This file is part of rss2email.
+#
+# rss2email 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 2 of the License, or (at your option) version 3 of
+# the License.
+#
+# rss2email 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
+# rss2email.  If not, see <http://www.gnu.org/licenses/>.
 
 """rss2email commands
 """
index 8b760bafb34badecc8abe1584eddc5eea17ca90d..14df8e5df61a68b85ae3cc980d839600fd0b61ba 100644 (file)
@@ -1,4 +1,27 @@
-# Copyright
+# Copyright (C) 2004-2012 Aaron Swartz
+#                         Brian Lalor
+#                         Dean Jackson
+#                         Erik Hetzner
+#                         Joey Hess
+#                         Lindsey Smith <lindsey.smith@gmail.com>
+#                         Marcel Ackermann
+#                         Martin 'Joey' Schulze
+#                         Matej Cepl
+#                         W. Trevor King <wking@tremily.us>
+#
+# This file is part of rss2email.
+#
+# rss2email 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 2 of the License, or (at your option) version 3 of
+# the License.
+#
+# rss2email 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
+# rss2email.  If not, see <http://www.gnu.org/licenses/>.
 
 """Per-user rss2email configuration
 """
index 762367d08729095d5414f4ff86cbc6bc4d4b25f5..446c72a4690255f52a6fb708da851e9769a59836 100644 (file)
@@ -1,6 +1,20 @@
 # -*- encoding: utf-8 -*-
 #
-# Copyright
+# Copyright (C) 2012 W. Trevor King <wking@tremily.us>
+#
+# This file is part of rss2email.
+#
+# rss2email 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 2 of the License, or (at your option) version 3 of
+# the License.
+#
+# rss2email 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
+# rss2email.  If not, see <http://www.gnu.org/licenses/>.
 
 """Email message generation and dispatching
 """
index f74481f650159d334c243de00bbfaec6c474873a..d4c990ef177849f19968196f3937143ec6f851f0 100644 (file)
@@ -1,4 +1,18 @@
-# Copyright
+# Copyright (C) 2012 W. Trevor King <wking@tremily.us>
+#
+# This file is part of rss2email.
+#
+# rss2email 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 2 of the License, or (at your option) version 3 of
+# the License.
+#
+# rss2email 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
+# rss2email.  If not, see <http://www.gnu.org/licenses/>.
 
 """rss2email-specific errors 
 """
index e231c5d8d95dfafab80b831349498c1a542d5ce9..69c3db53bc4cf82cfde907b07f0e9b89b1581509 100644 (file)
@@ -1,4 +1,27 @@
-# Copyright
+# Copyright (C) 2004-2012 Aaron Swartz
+#                         Brian Lalor
+#                         Dean Jackson
+#                         Erik Hetzner
+#                         Joey Hess
+#                         Lindsey Smith <lindsey.smith@gmail.com>
+#                         Marcel Ackermann
+#                         Martin 'Joey' Schulze
+#                         Matej Cepl
+#                         W. Trevor King <wking@tremily.us>
+#
+# This file is part of rss2email.
+#
+# rss2email 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 2 of the License, or (at your option) version 3 of
+# the License.
+#
+# rss2email 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
+# rss2email.  If not, see <http://www.gnu.org/licenses/>.
 
 """Define the ``Feed`` class for handling a single feed
 """
index a91017365d179e1faf6f7cd8a30b9e512e66a7d4..c4acdaf8961d593510756c5d3ab44341b9e994f6 100644 (file)
@@ -1,4 +1,27 @@
-# Copyright
+# Copyright (C) 2004-2012 Aaron Swartz
+#                         Brian Lalor
+#                         Dean Jackson
+#                         Erik Hetzner
+#                         Joey Hess
+#                         Lindsey Smith <lindsey.smith@gmail.com>
+#                         Marcel Ackermann
+#                         Martin 'Joey' Schulze
+#                         Matej Cepl
+#                         W. Trevor King <wking@tremily.us>
+#
+# This file is part of rss2email.
+#
+# rss2email 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 2 of the License, or (at your option) version 3 of
+# the License.
+#
+# rss2email 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
+# rss2email.  If not, see <http://www.gnu.org/licenses/>.
 
 """Define the ``Feed`` class for handling a list of feeds
 """
index ae64cf7db1a2308ad85abe2aadaccd214992facd..c0aa9adf1f38add874c54552db54e50308ce7110 100644 (file)
@@ -1,4 +1,18 @@
-# Copyright
+# Copyright (C) 2012 W. Trevor King <wking@tremily.us>
+#
+# This file is part of rss2email.
+#
+# rss2email 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 2 of the License, or (at your option) version 3 of
+# the License.
+#
+# rss2email 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
+# rss2email.  If not, see <http://www.gnu.org/licenses/>.
 
 """Odds and ends
 """
index 03d3976dcc65c309b3f44448b49f986319f7e91a..119e9b01dbe4d52b38c647af6bf1b5bb3a98715d 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,3 +1,19 @@
+# Copyright (C) 2012 W. Trevor King <wking@tremily.us>
+#
+# This file is part of rss2email.
+#
+# rss2email 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 2 of the License, or (at your option) version 3 of
+# the License.
+#
+# rss2email 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
+# rss2email.  If not, see <http://www.gnu.org/licenses/>.
+
 "A python script that converts RSS/Atom newsfeeds to email"
 
 import codecs as _codecs