diff options
| author | Barry Warsaw | 2012-01-01 14:14:46 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2012-01-01 14:14:46 -0500 |
| commit | 0ff2f2e1aee0945b50e9c76f462cd376b6985818 (patch) | |
| tree | 46988dc3279b16bc625b57dbcdf048815541b397 /src/mailman/chains | |
| parent | ea48a9360f0c0e0d1974fdcdce6b31821818ee76 (diff) | |
| download | mailman-0ff2f2e1aee0945b50e9c76f462cd376b6985818.tar.gz mailman-0ff2f2e1aee0945b50e9c76f462cd376b6985818.tar.zst mailman-0ff2f2e1aee0945b50e9c76f462cd376b6985818.zip | |
copybump
Diffstat (limited to 'src/mailman/chains')
| -rw-r--r-- | src/mailman/chains/accept.py | 2 | ||||
| -rw-r--r-- | src/mailman/chains/base.py | 2 | ||||
| -rw-r--r-- | src/mailman/chains/builtin.py | 2 | ||||
| -rw-r--r-- | src/mailman/chains/discard.py | 2 | ||||
| -rw-r--r-- | src/mailman/chains/headers.py | 2 | ||||
| -rw-r--r-- | src/mailman/chains/hold.py | 2 | ||||
| -rw-r--r-- | src/mailman/chains/moderation.py | 2 | ||||
| -rw-r--r-- | src/mailman/chains/reject.py | 2 | ||||
| -rw-r--r-- | src/mailman/chains/tests/test_hold.py | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/src/mailman/chains/accept.py b/src/mailman/chains/accept.py index 589199fdc..b1e4b1cf0 100644 --- a/src/mailman/chains/accept.py +++ b/src/mailman/chains/accept.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2011 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2012 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/chains/base.py b/src/mailman/chains/base.py index d42eced3e..8a2e87ee2 100644 --- a/src/mailman/chains/base.py +++ b/src/mailman/chains/base.py @@ -1,4 +1,4 @@ -# Copyright (C) 2008-2011 by the Free Software Foundation, Inc. +# Copyright (C) 2008-2012 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/chains/builtin.py b/src/mailman/chains/builtin.py index 8bc2567e1..947d2509b 100644 --- a/src/mailman/chains/builtin.py +++ b/src/mailman/chains/builtin.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2011 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2012 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/chains/discard.py b/src/mailman/chains/discard.py index 2839b9e93..0a4bfe9ac 100644 --- a/src/mailman/chains/discard.py +++ b/src/mailman/chains/discard.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2011 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2012 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/chains/headers.py b/src/mailman/chains/headers.py index fd6edebc0..335c0a156 100644 --- a/src/mailman/chains/headers.py +++ b/src/mailman/chains/headers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2011 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2012 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/chains/hold.py b/src/mailman/chains/hold.py index dd7276aed..f095bc182 100644 --- a/src/mailman/chains/hold.py +++ b/src/mailman/chains/hold.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2011 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2012 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/chains/moderation.py b/src/mailman/chains/moderation.py index fcba31f82..9f9633346 100644 --- a/src/mailman/chains/moderation.py +++ b/src/mailman/chains/moderation.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 by the Free Software Foundation, Inc. +# Copyright (C) 2010-2012 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/chains/reject.py b/src/mailman/chains/reject.py index 7501b7fac..cf1b86fb2 100644 --- a/src/mailman/chains/reject.py +++ b/src/mailman/chains/reject.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2011 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2012 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/chains/tests/test_hold.py b/src/mailman/chains/tests/test_hold.py index 292213da4..3c337a501 100644 --- a/src/mailman/chains/tests/test_hold.py +++ b/src/mailman/chains/tests/test_hold.py @@ -1,4 +1,4 @@ -# Copyright (C) 2011 by the Free Software Foundation, Inc. +# Copyright (C) 2011-2012 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # |
