diff options
| author | Barry Warsaw | 2013-01-01 09:05:42 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2013-01-01 09:05:42 -0500 |
| commit | 8b93558e70f1f8e3a626fbc862dc9e19f7eac8b5 (patch) | |
| tree | d0a97a158d2a6554ece89f6063a814bb515e7606 /src/mailman/handlers | |
| parent | ba777829004d26d26999c09040c2f35281a76d47 (diff) | |
| download | mailman-8b93558e70f1f8e3a626fbc862dc9e19f7eac8b5.tar.gz mailman-8b93558e70f1f8e3a626fbc862dc9e19f7eac8b5.tar.zst mailman-8b93558e70f1f8e3a626fbc862dc9e19f7eac8b5.zip | |
Bump copyright years.
Diffstat (limited to 'src/mailman/handlers')
| -rw-r--r-- | src/mailman/handlers/acknowledge.py | 2 | ||||
| -rw-r--r-- | src/mailman/handlers/after_delivery.py | 2 | ||||
| -rw-r--r-- | src/mailman/handlers/avoid_duplicates.py | 2 | ||||
| -rw-r--r-- | src/mailman/handlers/cleanse.py | 2 | ||||
| -rw-r--r-- | src/mailman/handlers/cleanse_dkim.py | 2 | ||||
| -rw-r--r-- | src/mailman/handlers/cook_headers.py | 2 | ||||
| -rw-r--r-- | src/mailman/handlers/decorate.py | 2 | ||||
| -rw-r--r-- | src/mailman/handlers/file_recipients.py | 2 | ||||
| -rw-r--r-- | src/mailman/handlers/member_recipients.py | 2 | ||||
| -rw-r--r-- | src/mailman/handlers/mime_delete.py | 2 | ||||
| -rw-r--r-- | src/mailman/handlers/owner_recipients.py | 2 | ||||
| -rw-r--r-- | src/mailman/handlers/replybot.py | 2 | ||||
| -rw-r--r-- | src/mailman/handlers/rfc_2369.py | 2 | ||||
| -rw-r--r-- | src/mailman/handlers/tagger.py | 2 | ||||
| -rw-r--r-- | src/mailman/handlers/tests/test_mimedel.py | 2 | ||||
| -rw-r--r-- | src/mailman/handlers/tests/test_recipients.py | 2 | ||||
| -rw-r--r-- | src/mailman/handlers/to_archive.py | 2 | ||||
| -rw-r--r-- | src/mailman/handlers/to_digest.py | 2 | ||||
| -rw-r--r-- | src/mailman/handlers/to_outgoing.py | 2 | ||||
| -rw-r--r-- | src/mailman/handlers/to_usenet.py | 2 |
20 files changed, 20 insertions, 20 deletions
diff --git a/src/mailman/handlers/acknowledge.py b/src/mailman/handlers/acknowledge.py index 0366f8ce6..789d1f654 100644 --- a/src/mailman/handlers/acknowledge.py +++ b/src/mailman/handlers/acknowledge.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2012 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2013 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/handlers/after_delivery.py b/src/mailman/handlers/after_delivery.py index 0a3ba2c75..67627c51c 100644 --- a/src/mailman/handlers/after_delivery.py +++ b/src/mailman/handlers/after_delivery.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2012 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2013 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/handlers/avoid_duplicates.py b/src/mailman/handlers/avoid_duplicates.py index de1939822..d1685240c 100644 --- a/src/mailman/handlers/avoid_duplicates.py +++ b/src/mailman/handlers/avoid_duplicates.py @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2012 by the Free Software Foundation, Inc. +# Copyright (C) 2002-2013 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/handlers/cleanse.py b/src/mailman/handlers/cleanse.py index 32d3455ca..3e02d977c 100644 --- a/src/mailman/handlers/cleanse.py +++ b/src/mailman/handlers/cleanse.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2012 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2013 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/handlers/cleanse_dkim.py b/src/mailman/handlers/cleanse_dkim.py index bc23980b7..943a21868 100644 --- a/src/mailman/handlers/cleanse_dkim.py +++ b/src/mailman/handlers/cleanse_dkim.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2012 by the Free Software Foundation, Inc. +# Copyright (C) 2006-2013 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/handlers/cook_headers.py b/src/mailman/handlers/cook_headers.py index 535155ab7..07235d6bd 100644 --- a/src/mailman/handlers/cook_headers.py +++ b/src/mailman/handlers/cook_headers.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2012 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2013 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/handlers/decorate.py b/src/mailman/handlers/decorate.py index c5fad2891..945c50bd5 100644 --- a/src/mailman/handlers/decorate.py +++ b/src/mailman/handlers/decorate.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2012 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2013 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/handlers/file_recipients.py b/src/mailman/handlers/file_recipients.py index 750357a90..2441491c8 100644 --- a/src/mailman/handlers/file_recipients.py +++ b/src/mailman/handlers/file_recipients.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2012 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2013 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/handlers/member_recipients.py b/src/mailman/handlers/member_recipients.py index ec8ed77b1..50d496934 100644 --- a/src/mailman/handlers/member_recipients.py +++ b/src/mailman/handlers/member_recipients.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2012 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2013 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/handlers/mime_delete.py b/src/mailman/handlers/mime_delete.py index 52fcc99fa..abf229f7d 100644 --- a/src/mailman/handlers/mime_delete.py +++ b/src/mailman/handlers/mime_delete.py @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2012 by the Free Software Foundation, Inc. +# Copyright (C) 2002-2013 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/handlers/owner_recipients.py b/src/mailman/handlers/owner_recipients.py index 66c380635..d57769777 100644 --- a/src/mailman/handlers/owner_recipients.py +++ b/src/mailman/handlers/owner_recipients.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2012 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2013 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/handlers/replybot.py b/src/mailman/handlers/replybot.py index a25f4f30b..3855daa40 100644 --- a/src/mailman/handlers/replybot.py +++ b/src/mailman/handlers/replybot.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2012 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2013 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/handlers/rfc_2369.py b/src/mailman/handlers/rfc_2369.py index 47dd9dad2..d203f747a 100644 --- a/src/mailman/handlers/rfc_2369.py +++ b/src/mailman/handlers/rfc_2369.py @@ -1,4 +1,4 @@ -# Copyright (C) 2011-2012 by the Free Software Foundation, Inc. +# Copyright (C) 2011-2013 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/handlers/tagger.py b/src/mailman/handlers/tagger.py index 9d78372e6..c1d30a63d 100644 --- a/src/mailman/handlers/tagger.py +++ b/src/mailman/handlers/tagger.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2012 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2013 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/handlers/tests/test_mimedel.py b/src/mailman/handlers/tests/test_mimedel.py index 1f74db6ef..26023e732 100644 --- a/src/mailman/handlers/tests/test_mimedel.py +++ b/src/mailman/handlers/tests/test_mimedel.py @@ -1,4 +1,4 @@ -# Copyright (C) 2012 by the Free Software Foundation, Inc. +# Copyright (C) 2012-2013 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/handlers/tests/test_recipients.py b/src/mailman/handlers/tests/test_recipients.py index 29cd5b64a..25ac6cc99 100644 --- a/src/mailman/handlers/tests/test_recipients.py +++ b/src/mailman/handlers/tests/test_recipients.py @@ -1,4 +1,4 @@ -# Copyright (C) 2012 by the Free Software Foundation, Inc. +# Copyright (C) 2012-2013 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/handlers/to_archive.py b/src/mailman/handlers/to_archive.py index 6b82aef61..cdb0f0906 100644 --- a/src/mailman/handlers/to_archive.py +++ b/src/mailman/handlers/to_archive.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2012 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2013 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/handlers/to_digest.py b/src/mailman/handlers/to_digest.py index 8067e2c0c..85325799c 100644 --- a/src/mailman/handlers/to_digest.py +++ b/src/mailman/handlers/to_digest.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2012 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2013 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/handlers/to_outgoing.py b/src/mailman/handlers/to_outgoing.py index a212485c7..b65971f4e 100644 --- a/src/mailman/handlers/to_outgoing.py +++ b/src/mailman/handlers/to_outgoing.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2012 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2013 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/handlers/to_usenet.py b/src/mailman/handlers/to_usenet.py index 79f4c9b1b..1c655d15f 100644 --- a/src/mailman/handlers/to_usenet.py +++ b/src/mailman/handlers/to_usenet.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2012 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2013 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # |
