diff options
| author | Barry Warsaw | 2009-01-01 17:16:51 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2009-01-01 17:16:51 -0500 |
| commit | 3f4f4b12d3e60bec5ac3136be86e4c2abe152c2f (patch) | |
| tree | 762691f4fd72290d5aa03b466c5d68aa543d9fba /mailman/pipeline | |
| parent | 2413e18a366024b9d64bf6eb7d8afee50f7441da (diff) | |
| download | mailman-3f4f4b12d3e60bec5ac3136be86e4c2abe152c2f.tar.gz mailman-3f4f4b12d3e60bec5ac3136be86e4c2abe152c2f.tar.zst mailman-3f4f4b12d3e60bec5ac3136be86e4c2abe152c2f.zip | |
Bump copyright years
Diffstat (limited to 'mailman/pipeline')
| -rw-r--r-- | mailman/pipeline/__init__.py | 2 | ||||
| -rw-r--r-- | mailman/pipeline/acknowledge.py | 2 | ||||
| -rw-r--r-- | mailman/pipeline/after_delivery.py | 2 | ||||
| -rw-r--r-- | mailman/pipeline/avoid_duplicates.py | 2 | ||||
| -rw-r--r-- | mailman/pipeline/calculate_recipients.py | 2 | ||||
| -rw-r--r-- | mailman/pipeline/cleanse.py | 2 | ||||
| -rw-r--r-- | mailman/pipeline/cleanse_dkim.py | 2 | ||||
| -rw-r--r-- | mailman/pipeline/cook_headers.py | 2 | ||||
| -rw-r--r-- | mailman/pipeline/decorate.py | 2 | ||||
| -rw-r--r-- | mailman/pipeline/file_recipients.py | 2 | ||||
| -rw-r--r-- | mailman/pipeline/mime_delete.py | 2 | ||||
| -rw-r--r-- | mailman/pipeline/moderate.py | 2 | ||||
| -rw-r--r-- | mailman/pipeline/owner_recipients.py | 2 | ||||
| -rw-r--r-- | mailman/pipeline/replybot.py | 2 | ||||
| -rw-r--r-- | mailman/pipeline/scrubber.py | 2 | ||||
| -rw-r--r-- | mailman/pipeline/smtp_direct.py | 2 | ||||
| -rw-r--r-- | mailman/pipeline/tagger.py | 2 | ||||
| -rw-r--r-- | mailman/pipeline/to_archive.py | 2 | ||||
| -rw-r--r-- | mailman/pipeline/to_digest.py | 2 | ||||
| -rw-r--r-- | mailman/pipeline/to_outgoing.py | 2 | ||||
| -rw-r--r-- | mailman/pipeline/to_usenet.py | 2 |
21 files changed, 21 insertions, 21 deletions
diff --git a/mailman/pipeline/__init__.py b/mailman/pipeline/__init__.py index b59953f47..a77e00915 100644 --- a/mailman/pipeline/__init__.py +++ b/mailman/pipeline/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2008 by the Free Software Foundation, Inc. +# Copyright (C) 2008-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/pipeline/acknowledge.py b/mailman/pipeline/acknowledge.py index 7421fcdd6..57817b6b0 100644 --- a/mailman/pipeline/acknowledge.py +++ b/mailman/pipeline/acknowledge.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/pipeline/after_delivery.py b/mailman/pipeline/after_delivery.py index 5d062462a..e5bc98fcd 100644 --- a/mailman/pipeline/after_delivery.py +++ b/mailman/pipeline/after_delivery.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/pipeline/avoid_duplicates.py b/mailman/pipeline/avoid_duplicates.py index 604d8b162..ddfbc4578 100644 --- a/mailman/pipeline/avoid_duplicates.py +++ b/mailman/pipeline/avoid_duplicates.py @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2002-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/pipeline/calculate_recipients.py b/mailman/pipeline/calculate_recipients.py index 3207a398e..18d237ec0 100644 --- a/mailman/pipeline/calculate_recipients.py +++ b/mailman/pipeline/calculate_recipients.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/pipeline/cleanse.py b/mailman/pipeline/cleanse.py index f381d78e1..a2b19545e 100644 --- a/mailman/pipeline/cleanse.py +++ b/mailman/pipeline/cleanse.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/pipeline/cleanse_dkim.py b/mailman/pipeline/cleanse_dkim.py index 3f3be98f8..4edd8193d 100644 --- a/mailman/pipeline/cleanse_dkim.py +++ b/mailman/pipeline/cleanse_dkim.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2006-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/pipeline/cook_headers.py b/mailman/pipeline/cook_headers.py index bd3ad8a84..a37a92a69 100644 --- a/mailman/pipeline/cook_headers.py +++ b/mailman/pipeline/cook_headers.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/pipeline/decorate.py b/mailman/pipeline/decorate.py index f150d6d0c..3059bde38 100644 --- a/mailman/pipeline/decorate.py +++ b/mailman/pipeline/decorate.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/pipeline/file_recipients.py b/mailman/pipeline/file_recipients.py index fd7ff0b69..75a00c14e 100644 --- a/mailman/pipeline/file_recipients.py +++ b/mailman/pipeline/file_recipients.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/pipeline/mime_delete.py b/mailman/pipeline/mime_delete.py index 6de3d0a72..57d529112 100644 --- a/mailman/pipeline/mime_delete.py +++ b/mailman/pipeline/mime_delete.py @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2002-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/pipeline/moderate.py b/mailman/pipeline/moderate.py index aa78eaa36..ec0a555d8 100644 --- a/mailman/pipeline/moderate.py +++ b/mailman/pipeline/moderate.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/pipeline/owner_recipients.py b/mailman/pipeline/owner_recipients.py index 592e9e127..046cac50c 100644 --- a/mailman/pipeline/owner_recipients.py +++ b/mailman/pipeline/owner_recipients.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/pipeline/replybot.py b/mailman/pipeline/replybot.py index 39f6cc058..e889e58af 100644 --- a/mailman/pipeline/replybot.py +++ b/mailman/pipeline/replybot.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/pipeline/scrubber.py b/mailman/pipeline/scrubber.py index a0e88b7d8..b8beb22ad 100644 --- a/mailman/pipeline/scrubber.py +++ b/mailman/pipeline/scrubber.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/pipeline/smtp_direct.py b/mailman/pipeline/smtp_direct.py index 75c5da1ba..051ba0096 100644 --- a/mailman/pipeline/smtp_direct.py +++ b/mailman/pipeline/smtp_direct.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/pipeline/tagger.py b/mailman/pipeline/tagger.py index 13ad7ba49..d631342d3 100644 --- a/mailman/pipeline/tagger.py +++ b/mailman/pipeline/tagger.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/pipeline/to_archive.py b/mailman/pipeline/to_archive.py index 6ecb860c2..5c32be53d 100644 --- a/mailman/pipeline/to_archive.py +++ b/mailman/pipeline/to_archive.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/pipeline/to_digest.py b/mailman/pipeline/to_digest.py index 42f92df4e..96bfcdf47 100644 --- a/mailman/pipeline/to_digest.py +++ b/mailman/pipeline/to_digest.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/pipeline/to_outgoing.py b/mailman/pipeline/to_outgoing.py index bbaf43301..fdf201793 100644 --- a/mailman/pipeline/to_outgoing.py +++ b/mailman/pipeline/to_outgoing.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/pipeline/to_usenet.py b/mailman/pipeline/to_usenet.py index 83980e071..08e785d54 100644 --- a/mailman/pipeline/to_usenet.py +++ b/mailman/pipeline/to_usenet.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # |
