diff options
| author | Barry Warsaw | 2014-01-01 09:59:42 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2014-01-01 09:59:42 -0500 |
| commit | 2fa21e92d57f05488bad732a4da3fb5131ee1ca1 (patch) | |
| tree | c916c17ba0ed345a3423b470f4c2261057eff8ed /src/mailman/mta | |
| parent | ac958ab67ee86d86302d27a97ce0cb8d2cc8c832 (diff) | |
| download | mailman-2fa21e92d57f05488bad732a4da3fb5131ee1ca1.tar.gz mailman-2fa21e92d57f05488bad732a4da3fb5131ee1ca1.tar.zst mailman-2fa21e92d57f05488bad732a4da3fb5131ee1ca1.zip | |
Bump copyright years.
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/exim4.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/tests/test_delivery.py | 2 | ||||
| -rw-r--r-- | src/mailman/mta/verp.py | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/src/mailman/mta/aliases.py b/src/mailman/mta/aliases.py index 402b9836b..1b5f37d44 100644 --- a/src/mailman/mta/aliases.py +++ b/src/mailman/mta/aliases.py @@ -1,4 +1,4 @@ -# Copyright (C) 2011-2013 by the Free Software Foundation, Inc. +# Copyright (C) 2011-2014 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 fbfcc1ff7..7b9180ea3 100644 --- a/src/mailman/mta/base.py +++ b/src/mailman/mta/base.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2013 by the Free Software Foundation, Inc. +# Copyright (C) 2009-2014 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 10445e167..da3026083 100644 --- a/src/mailman/mta/bulk.py +++ b/src/mailman/mta/bulk.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2013 by the Free Software Foundation, Inc. +# Copyright (C) 2009-2014 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 afc48cf64..f5c330921 100644 --- a/src/mailman/mta/connection.py +++ b/src/mailman/mta/connection.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2013 by the Free Software Foundation, Inc. +# Copyright (C) 2009-2014 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 de0384132..a23e188a1 100644 --- a/src/mailman/mta/decorating.py +++ b/src/mailman/mta/decorating.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2013 by the Free Software Foundation, Inc. +# Copyright (C) 2009-2014 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 b05289e5c..de6b80a8c 100644 --- a/src/mailman/mta/deliver.py +++ b/src/mailman/mta/deliver.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2013 by the Free Software Foundation, Inc. +# Copyright (C) 2009-2014 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/mta/exim4.py b/src/mailman/mta/exim4.py index c2a364ae5..1180b59eb 100644 --- a/src/mailman/mta/exim4.py +++ b/src/mailman/mta/exim4.py @@ -1,4 +1,4 @@ -# Copyright (C) 2013 by the Free Software Foundation, Inc. +# Copyright (C) 2013-2014 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 3b714b917..7a3624b31 100644 --- a/src/mailman/mta/null.py +++ b/src/mailman/mta/null.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2013 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2014 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 aa838a190..adc3c90a4 100644 --- a/src/mailman/mta/personalized.py +++ b/src/mailman/mta/personalized.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2013 by the Free Software Foundation, Inc. +# Copyright (C) 2009-2014 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 68c777e5b..bb709c6b4 100644 --- a/src/mailman/mta/postfix.py +++ b/src/mailman/mta/postfix.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2013 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2014 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 9bb9c0f62..2c33c7821 100644 --- a/src/mailman/mta/tests/test_aliases.py +++ b/src/mailman/mta/tests/test_aliases.py @@ -1,4 +1,4 @@ -# Copyright (C) 2011-2013 by the Free Software Foundation, Inc. +# Copyright (C) 2011-2014 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/mta/tests/test_delivery.py b/src/mailman/mta/tests/test_delivery.py index 0d424de75..0a910c13d 100644 --- a/src/mailman/mta/tests/test_delivery.py +++ b/src/mailman/mta/tests/test_delivery.py @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2013 by the Free Software Foundation, Inc. +# Copyright (C) 2012-2014 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 499ada129..968ed58c3 100644 --- a/src/mailman/mta/verp.py +++ b/src/mailman/mta/verp.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2013 by the Free Software Foundation, Inc. +# Copyright (C) 2009-2014 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # |
