From: W. Trevor King Date: Fri, 10 May 2013 09:16:02 +0000 (-0400) Subject: Run update-copyright.py X-Git-Tag: v3.4~5 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=82f459b8bb88b9da414cb2b2e6906168e93974cf;p=rss2email.git Run update-copyright.py Signed-off-by: W. Trevor King --- diff --git a/AUTHORS b/AUTHORS index 9954c6a..480b0fc 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,10 +1,13 @@ rss2email was written by: Aaron Swartz +Arun Persaud Brian Lalor Dean Jackson +Dmitry Bogatov Eelis van der Weegen Erik Hetzner Etienne Millon +George Saunders Joey Hess Lindsey Smith Marcel Ackermann diff --git a/rss2email/config.py b/rss2email/config.py index 11d5ccd..4e0dbc9 100644 --- a/rss2email/config.py +++ b/rss2email/config.py @@ -1,6 +1,7 @@ # Copyright (C) 2004-2013 Aaron Swartz # Brian Lalor # Dean Jackson +# Dmitry Bogatov # Erik Hetzner # Etienne Millon # Joey Hess diff --git a/rss2email/email.py b/rss2email/email.py index a5818cd..9966fc8 100644 --- a/rss2email/email.py +++ b/rss2email/email.py @@ -1,6 +1,8 @@ # -*- encoding: utf-8 -*- # -# Copyright (C) 2012-2013 W. Trevor King +# Copyright (C) 2012-2013 Dmitry Bogatov +# George Saunders +# W. Trevor King # # This file is part of rss2email. # diff --git a/rss2email/post_process/__init__.py b/rss2email/post_process/__init__.py index 3632dbb..e9dd2b9 100644 --- a/rss2email/post_process/__init__.py +++ b/rss2email/post_process/__init__.py @@ -1,4 +1,19 @@ -# Copyright +# Copyright (C) 2013 Arun Persaud +# W. Trevor King +# +# 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 . """Post-processing functions for manipulating entry messages diff --git a/rss2email/post_process/downcase.py b/rss2email/post_process/downcase.py index fbaa899..f2c3cfe 100644 --- a/rss2email/post_process/downcase.py +++ b/rss2email/post_process/downcase.py @@ -1,4 +1,18 @@ -# Copyright +# Copyright (C) 2013 W. Trevor King +# +# 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 . """A text-manipulation hook for testing the post-processing infrastructure """ diff --git a/rss2email/post_process/prettify.py b/rss2email/post_process/prettify.py index ea0b26c..3f3ea6f 100644 --- a/rss2email/post_process/prettify.py +++ b/rss2email/post_process/prettify.py @@ -1,4 +1,4 @@ -# Copyright (C) 2013 Arun Persaud +# Copyright (C) 2013 Arun Persaud # # This file is part of rss2email. # diff --git a/setup.py b/setup.py index 10388e1..9ab38e6 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,5 @@ -# Copyright (C) 2012-2013 W. Trevor King +# Copyright (C) 2012-2013 Arun Persaud +# W. Trevor King # # This file is part of rss2email. #