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/mta | |
| parent | ea48a9360f0c0e0d1974fdcdce6b31821818ee76 (diff) | |
| download | mailman-0ff2f2e1aee0945b50e9c76f462cd376b6985818.tar.gz mailman-0ff2f2e1aee0945b50e9c76f462cd376b6985818.tar.zst mailman-0ff2f2e1aee0945b50e9c76f462cd376b6985818.zip | |
Diffstat (limited to 'src/mailman/mta')
| -rw-r--r-- | src/mailman/mta/aliases.py | 2 | ||||
| -rw-r--r-- | src/mailman/mta/base.py | 2 | ||||
| -rw-r--r-- | src/mailman/mta/bulk.py | 2 | ||||
| -rw-r--r-- | src/mailman/mta/connection.py | 2 | ||||
| -rw-r--r-- | src/mailman/mta/decorating.py | 2 | ||||
| -rw-r--r-- | src/mailman/mta/deliver.py | 2 | ||||
| -rw-r--r-- | src/mailman/mta/null.py | 2 | ||||
| -rw-r--r-- | src/mailman/mta/personalized.py | 2 | ||||
| -rw-r--r-- | src/mailman/mta/postfix.py | 2 | ||||
| -rw-r--r-- | src/mailman/mta/tests/test_aliases.py | 2 | ||||
| -rw-r--r-- | src/mailman/mta/verp.py | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/src/mailman/mta/aliases.py b/src/mailman/mta/aliases.py index aad8e8c1f..573160d3c 100644 --- a/src/mailman/mta/aliases.py +++ b/src/mailman/mta/aliases.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. # diff --git a/src/mailman/mta/base.py b/src/mailman/mta/base.py index e90fbcf8f..375d79fb8 100644 --- a/src/mailman/mta/base.py +++ b/src/mailman/mta/base.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2011 by the Free Software Foundation, Inc. +# Copyright (C) 2009-2012 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/mta/bulk.py b/src/mailman/mta/bulk.py index 9c8380277..8e9f896fd 100644 --- a/src/mailman/mta/bulk.py +++ b/src/mailman/mta/bulk.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2011 by the Free Software Foundation, Inc. +# Copyright (C) 2009-2012 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/mta/connection.py b/src/mailman/mta/connection.py index 369e43570..5c3c51f8a 100644 --- a/src/mailman/mta/connection.py +++ b/src/mailman/mta/connection.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2011 by the Free Software Foundation, Inc. +# Copyright (C) 2009-2012 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/mta/decorating.py b/src/mailman/mta/decorating.py index d8fa6be86..eca7c0b34 100644 --- a/src/mailman/mta/decorating.py +++ b/src/mailman/mta/decorating.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2011 by the Free Software Foundation, Inc. +# Copyright (C) 2009-2012 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/mta/deliver.py b/src/mailman/mta/deliver.py index 1d7f727ae..a3e085486 100644 --- a/src/mailman/mta/deliver.py +++ b/src/mailman/mta/deliver.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2011 by the Free Software Foundation, Inc. +# Copyright (C) 2009-2012 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/mta/null.py b/src/mailman/mta/null.py index c69fb3207..6b2f76a1c 100644 --- a/src/mailman/mta/null.py +++ b/src/mailman/mta/null.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2011 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2012 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/mta/personalized.py b/src/mailman/mta/personalized.py index bb45760e6..a0b0d4b76 100644 --- a/src/mailman/mta/personalized.py +++ b/src/mailman/mta/personalized.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2011 by the Free Software Foundation, Inc. +# Copyright (C) 2009-2012 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/mta/postfix.py b/src/mailman/mta/postfix.py index 004e4c214..2501dc0de 100644 --- a/src/mailman/mta/postfix.py +++ b/src/mailman/mta/postfix.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2011 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2012 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/mta/tests/test_aliases.py b/src/mailman/mta/tests/test_aliases.py index c2f8a2087..4c58cbba5 100644 --- a/src/mailman/mta/tests/test_aliases.py +++ b/src/mailman/mta/tests/test_aliases.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. # diff --git a/src/mailman/mta/verp.py b/src/mailman/mta/verp.py index 4252f74d2..ee641cb42 100644 --- a/src/mailman/mta/verp.py +++ b/src/mailman/mta/verp.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2011 by the Free Software Foundation, Inc. +# Copyright (C) 2009-2012 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # |
