diff options
| author | Barry Warsaw | 2017-01-04 10:30:17 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2017-01-04 10:30:17 -0500 |
| commit | 8180990a2ed053f6e4880f93a75acd9845631793 (patch) | |
| tree | ee79755d82c4f1531799d9a96c1619ee7841245a /src/mailman/handlers/tests | |
| parent | 9ecb0d462b79bec42e82b6aecea8853262e15753 (diff) | |
| download | mailman-8180990a2ed053f6e4880f93a75acd9845631793.tar.gz mailman-8180990a2ed053f6e4880f93a75acd9845631793.tar.zst mailman-8180990a2ed053f6e4880f93a75acd9845631793.zip | |
Bump copyright years.
Diffstat (limited to 'src/mailman/handlers/tests')
| -rw-r--r-- | src/mailman/handlers/tests/test_cook_headers.py | 2 | ||||
| -rw-r--r-- | src/mailman/handlers/tests/test_decorate.py | 2 | ||||
| -rw-r--r-- | src/mailman/handlers/tests/test_dmarc.py | 2 | ||||
| -rw-r--r-- | src/mailman/handlers/tests/test_file_recips.py | 2 | ||||
| -rw-r--r-- | src/mailman/handlers/tests/test_filter.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/tests/test_rfc_2369.py | 2 | ||||
| -rw-r--r-- | src/mailman/handlers/tests/test_subject_prefix.py | 2 | ||||
| -rw-r--r-- | src/mailman/handlers/tests/test_to_digest.py | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/src/mailman/handlers/tests/test_cook_headers.py b/src/mailman/handlers/tests/test_cook_headers.py index 8ab301f96..67a8243b2 100644 --- a/src/mailman/handlers/tests/test_cook_headers.py +++ b/src/mailman/handlers/tests/test_cook_headers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 by the Free Software Foundation, Inc. +# Copyright (C) 2014-2017 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/handlers/tests/test_decorate.py b/src/mailman/handlers/tests/test_decorate.py index 2187a908b..fda651fea 100644 --- a/src/mailman/handlers/tests/test_decorate.py +++ b/src/mailman/handlers/tests/test_decorate.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 by the Free Software Foundation, Inc. +# Copyright (C) 2014-2017 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/handlers/tests/test_dmarc.py b/src/mailman/handlers/tests/test_dmarc.py index bd1e2a1d6..5ad20a82e 100644 --- a/src/mailman/handlers/tests/test_dmarc.py +++ b/src/mailman/handlers/tests/test_dmarc.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016 by the Free Software Foundation, Inc. +# Copyright (C) 2016-2017 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/handlers/tests/test_file_recips.py b/src/mailman/handlers/tests/test_file_recips.py index ee3084288..a7bfa11b0 100644 --- a/src/mailman/handlers/tests/test_file_recips.py +++ b/src/mailman/handlers/tests/test_file_recips.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 by the Free Software Foundation, Inc. +# Copyright (C) 2014-2017 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/handlers/tests/test_filter.py b/src/mailman/handlers/tests/test_filter.py index 7ee6249f0..da58f51e2 100644 --- a/src/mailman/handlers/tests/test_filter.py +++ b/src/mailman/handlers/tests/test_filter.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 by the Free Software Foundation, Inc. +# Copyright (C) 2014-2017 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 e685e24f3..5e536134f 100644 --- a/src/mailman/handlers/tests/test_mimedel.py +++ b/src/mailman/handlers/tests/test_mimedel.py @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2016 by the Free Software Foundation, Inc. +# Copyright (C) 2012-2017 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 5a6ecf226..1f1f37948 100644 --- a/src/mailman/handlers/tests/test_recipients.py +++ b/src/mailman/handlers/tests/test_recipients.py @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2016 by the Free Software Foundation, Inc. +# Copyright (C) 2012-2017 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/handlers/tests/test_rfc_2369.py b/src/mailman/handlers/tests/test_rfc_2369.py index 41b94ae0f..099f372e8 100644 --- a/src/mailman/handlers/tests/test_rfc_2369.py +++ b/src/mailman/handlers/tests/test_rfc_2369.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2016 by the Free Software Foundation, Inc. +# Copyright (C) 2015-2017 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/handlers/tests/test_subject_prefix.py b/src/mailman/handlers/tests/test_subject_prefix.py index 1680f4d2d..41d0bf233 100644 --- a/src/mailman/handlers/tests/test_subject_prefix.py +++ b/src/mailman/handlers/tests/test_subject_prefix.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 by the Free Software Foundation, Inc. +# Copyright (C) 2014-2017 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/handlers/tests/test_to_digest.py b/src/mailman/handlers/tests/test_to_digest.py index 3ce12921e..852c3f82c 100644 --- a/src/mailman/handlers/tests/test_to_digest.py +++ b/src/mailman/handlers/tests/test_to_digest.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 by the Free Software Foundation, Inc. +# Copyright (C) 2014-2017 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # |
