diff options
Diffstat (limited to 'src/mailman/rules')
| -rw-r--r-- | src/mailman/rules/administrivia.py | 2 | ||||
| -rw-r--r-- | src/mailman/rules/any.py | 2 | ||||
| -rw-r--r-- | src/mailman/rules/approved.py | 2 | ||||
| -rw-r--r-- | src/mailman/rules/banned_address.py | 2 | ||||
| -rw-r--r-- | src/mailman/rules/dmarc.py | 2 | ||||
| -rw-r--r-- | src/mailman/rules/emergency.py | 2 | ||||
| -rw-r--r-- | src/mailman/rules/implicit_dest.py | 2 | ||||
| -rw-r--r-- | src/mailman/rules/loop.py | 2 | ||||
| -rw-r--r-- | src/mailman/rules/max_recipients.py | 2 | ||||
| -rw-r--r-- | src/mailman/rules/max_size.py | 2 | ||||
| -rw-r--r-- | src/mailman/rules/moderation.py | 2 | ||||
| -rw-r--r-- | src/mailman/rules/news_moderation.py | 2 | ||||
| -rw-r--r-- | src/mailman/rules/no_subject.py | 2 | ||||
| -rw-r--r-- | src/mailman/rules/suspicious.py | 2 | ||||
| -rw-r--r-- | src/mailman/rules/tests/test_approved.py | 2 | ||||
| -rw-r--r-- | src/mailman/rules/tests/test_banned_address.py | 2 | ||||
| -rw-r--r-- | src/mailman/rules/tests/test_dmarc.py | 2 | ||||
| -rw-r--r-- | src/mailman/rules/tests/test_moderation.py | 2 | ||||
| -rw-r--r-- | src/mailman/rules/tests/test_no_subject.py | 2 | ||||
| -rw-r--r-- | src/mailman/rules/tests/test_suspicious.py | 2 | ||||
| -rw-r--r-- | src/mailman/rules/truth.py | 2 |
21 files changed, 21 insertions, 21 deletions
diff --git a/src/mailman/rules/administrivia.py b/src/mailman/rules/administrivia.py index 6dc6c38b4..d3d18d693 100644 --- a/src/mailman/rules/administrivia.py +++ b/src/mailman/rules/administrivia.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2016 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2017 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/rules/any.py b/src/mailman/rules/any.py index 6d3bbe21f..97676b2fb 100644 --- a/src/mailman/rules/any.py +++ b/src/mailman/rules/any.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2016 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2017 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/rules/approved.py b/src/mailman/rules/approved.py index 66f21c8eb..bdd1791da 100644 --- a/src/mailman/rules/approved.py +++ b/src/mailman/rules/approved.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2016 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2017 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/rules/banned_address.py b/src/mailman/rules/banned_address.py index 850f101db..77fb739a6 100644 --- a/src/mailman/rules/banned_address.py +++ b/src/mailman/rules/banned_address.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/rules/dmarc.py b/src/mailman/rules/dmarc.py index 928914a29..90fff0855 100644 --- a/src/mailman/rules/dmarc.py +++ b/src/mailman/rules/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/rules/emergency.py b/src/mailman/rules/emergency.py index 59c0c6a84..ac512f391 100644 --- a/src/mailman/rules/emergency.py +++ b/src/mailman/rules/emergency.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2016 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2017 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/rules/implicit_dest.py b/src/mailman/rules/implicit_dest.py index 88429a6ac..7e6658d49 100644 --- a/src/mailman/rules/implicit_dest.py +++ b/src/mailman/rules/implicit_dest.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2016 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2017 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/rules/loop.py b/src/mailman/rules/loop.py index d9b7c299d..ac4d00461 100644 --- a/src/mailman/rules/loop.py +++ b/src/mailman/rules/loop.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2016 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2017 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/rules/max_recipients.py b/src/mailman/rules/max_recipients.py index 1d38e28c1..1f95f71cc 100644 --- a/src/mailman/rules/max_recipients.py +++ b/src/mailman/rules/max_recipients.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2016 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2017 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/rules/max_size.py b/src/mailman/rules/max_size.py index c5c492347..46c8fc5ac 100644 --- a/src/mailman/rules/max_size.py +++ b/src/mailman/rules/max_size.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2016 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2017 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/rules/moderation.py b/src/mailman/rules/moderation.py index b52ecff3e..322216fb8 100644 --- a/src/mailman/rules/moderation.py +++ b/src/mailman/rules/moderation.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2016 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2017 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/rules/news_moderation.py b/src/mailman/rules/news_moderation.py index 8d0fe3402..a606197f0 100644 --- a/src/mailman/rules/news_moderation.py +++ b/src/mailman/rules/news_moderation.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2016 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2017 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/rules/no_subject.py b/src/mailman/rules/no_subject.py index f3eba625a..f4d2f6a5d 100644 --- a/src/mailman/rules/no_subject.py +++ b/src/mailman/rules/no_subject.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2016 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2017 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/rules/suspicious.py b/src/mailman/rules/suspicious.py index 049df0a61..9f0f0e922 100644 --- a/src/mailman/rules/suspicious.py +++ b/src/mailman/rules/suspicious.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2016 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2017 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/rules/tests/test_approved.py b/src/mailman/rules/tests/test_approved.py index 62d67c848..e848890fa 100644 --- a/src/mailman/rules/tests/test_approved.py +++ b/src/mailman/rules/tests/test_approved.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/rules/tests/test_banned_address.py b/src/mailman/rules/tests/test_banned_address.py index 5a0f50b65..1ecab5b18 100644 --- a/src/mailman/rules/tests/test_banned_address.py +++ b/src/mailman/rules/tests/test_banned_address.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/rules/tests/test_dmarc.py b/src/mailman/rules/tests/test_dmarc.py index f15a39b13..b2a35dfe4 100644 --- a/src/mailman/rules/tests/test_dmarc.py +++ b/src/mailman/rules/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/rules/tests/test_moderation.py b/src/mailman/rules/tests/test_moderation.py index 197bb6c7d..e08bba480 100644 --- a/src/mailman/rules/tests/test_moderation.py +++ b/src/mailman/rules/tests/test_moderation.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/rules/tests/test_no_subject.py b/src/mailman/rules/tests/test_no_subject.py index 0155e25ee..0379ea689 100644 --- a/src/mailman/rules/tests/test_no_subject.py +++ b/src/mailman/rules/tests/test_no_subject.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/rules/tests/test_suspicious.py b/src/mailman/rules/tests/test_suspicious.py index 441fb0b48..b40292283 100644 --- a/src/mailman/rules/tests/test_suspicious.py +++ b/src/mailman/rules/tests/test_suspicious.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/rules/truth.py b/src/mailman/rules/truth.py index 224ceeaad..7bc2896c6 100644 --- a/src/mailman/rules/truth.py +++ b/src/mailman/rules/truth.py @@ -1,4 +1,4 @@ -# Copyright (C) 2008-2016 by the Free Software Foundation, Inc. +# Copyright (C) 2008-2017 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # |
