summaryrefslogtreecommitdiff
path: root/src/mailman/queue
diff options
context:
space:
mode:
authorBarry Warsaw2011-01-01 11:32:03 -0500
committerBarry Warsaw2011-01-01 11:32:03 -0500
commit0fd3cd5393d319da4111b3e196c03ec67b0b9c66 (patch)
tree904090e6aefad3a24f6c57d040468119c529c046 /src/mailman/queue
parent3f1f5a2826feb9c5fb202ae266ba7f0ff76ebe21 (diff)
downloadmailman-0fd3cd5393d319da4111b3e196c03ec67b0b9c66.tar.gz
mailman-0fd3cd5393d319da4111b3e196c03ec67b0b9c66.tar.zst
mailman-0fd3cd5393d319da4111b3e196c03ec67b0b9c66.zip
Happy New Year.
Diffstat (limited to 'src/mailman/queue')
-rw-r--r--src/mailman/queue/__init__.py2
-rw-r--r--src/mailman/queue/archive.py2
-rw-r--r--src/mailman/queue/bounce.py2
-rw-r--r--src/mailman/queue/command.py2
-rw-r--r--src/mailman/queue/digest.py2
-rw-r--r--src/mailman/queue/http.py2
-rw-r--r--src/mailman/queue/incoming.py2
-rw-r--r--src/mailman/queue/lmtp.py2
-rw-r--r--src/mailman/queue/maildir.py2
-rw-r--r--src/mailman/queue/news.py2
-rw-r--r--src/mailman/queue/outgoing.py2
-rw-r--r--src/mailman/queue/pipeline.py2
-rw-r--r--src/mailman/queue/rest.py2
-rw-r--r--src/mailman/queue/retry.py2
-rw-r--r--src/mailman/queue/virgin.py2
15 files changed, 15 insertions, 15 deletions
diff --git a/src/mailman/queue/__init__.py b/src/mailman/queue/__init__.py
index 9666925a1..901e99cfc 100644
--- a/src/mailman/queue/__init__.py
+++ b/src/mailman/queue/__init__.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2010 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2011 by the Free Software Foundation, Inc.
#
# This file is part of GNU Mailman.
#
diff --git a/src/mailman/queue/archive.py b/src/mailman/queue/archive.py
index 542b5ad5c..24dab34f5 100644
--- a/src/mailman/queue/archive.py
+++ b/src/mailman/queue/archive.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2000-2010 by the Free Software Foundation, Inc.
+# Copyright (C) 2000-2011 by the Free Software Foundation, Inc.
#
# This file is part of GNU Mailman.
#
diff --git a/src/mailman/queue/bounce.py b/src/mailman/queue/bounce.py
index 6be2bca68..a53b2d072 100644
--- a/src/mailman/queue/bounce.py
+++ b/src/mailman/queue/bounce.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2010 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2011 by the Free Software Foundation, Inc.
#
# This file is part of GNU Mailman.
#
diff --git a/src/mailman/queue/command.py b/src/mailman/queue/command.py
index f93d9fd42..ec3ec0089 100644
--- a/src/mailman/queue/command.py
+++ b/src/mailman/queue/command.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2010 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2011 by the Free Software Foundation, Inc.
#
# This file is part of GNU Mailman.
#
diff --git a/src/mailman/queue/digest.py b/src/mailman/queue/digest.py
index 3b2aff11c..aaade6c4d 100644
--- a/src/mailman/queue/digest.py
+++ b/src/mailman/queue/digest.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2010 by the Free Software Foundation, Inc.
+# Copyright (C) 2009-2011 by the Free Software Foundation, Inc.
#
# This file is part of GNU Mailman.
#
diff --git a/src/mailman/queue/http.py b/src/mailman/queue/http.py
index 42be55d24..dcc6b1255 100644
--- a/src/mailman/queue/http.py
+++ b/src/mailman/queue/http.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006-2010 by the Free Software Foundation, Inc.
+# Copyright (C) 2006-2011 by the Free Software Foundation, Inc.
#
# This file is part of GNU Mailman.
#
diff --git a/src/mailman/queue/incoming.py b/src/mailman/queue/incoming.py
index 418723814..f8d671177 100644
--- a/src/mailman/queue/incoming.py
+++ b/src/mailman/queue/incoming.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2010 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2011 by the Free Software Foundation, Inc.
#
# This file is part of GNU Mailman.
#
diff --git a/src/mailman/queue/lmtp.py b/src/mailman/queue/lmtp.py
index 7fcd0c70c..9163a88e6 100644
--- a/src/mailman/queue/lmtp.py
+++ b/src/mailman/queue/lmtp.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006-2010 by the Free Software Foundation, Inc.
+# Copyright (C) 2006-2011 by the Free Software Foundation, Inc.
#
# This file is part of GNU Mailman.
#
diff --git a/src/mailman/queue/maildir.py b/src/mailman/queue/maildir.py
index 7d95356f4..3d0b9497c 100644
--- a/src/mailman/queue/maildir.py
+++ b/src/mailman/queue/maildir.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2002-2010 by the Free Software Foundation, Inc.
+# Copyright (C) 2002-2011 by the Free Software Foundation, Inc.
#
# This file is part of GNU Mailman.
#
diff --git a/src/mailman/queue/news.py b/src/mailman/queue/news.py
index c66607bd1..dcb0deba6 100644
--- a/src/mailman/queue/news.py
+++ b/src/mailman/queue/news.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2000-2010 by the Free Software Foundation, Inc.
+# Copyright (C) 2000-2011 by the Free Software Foundation, Inc.
#
# This file is part of GNU Mailman.
#
diff --git a/src/mailman/queue/outgoing.py b/src/mailman/queue/outgoing.py
index 35e8b5618..7ff194219 100644
--- a/src/mailman/queue/outgoing.py
+++ b/src/mailman/queue/outgoing.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2000-2010 by the Free Software Foundation, Inc.
+# Copyright (C) 2000-2011 by the Free Software Foundation, Inc.
#
# This file is part of GNU Mailman.
#
diff --git a/src/mailman/queue/pipeline.py b/src/mailman/queue/pipeline.py
index 187dc4089..099ebd032 100644
--- a/src/mailman/queue/pipeline.py
+++ b/src/mailman/queue/pipeline.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2008-2010 by the Free Software Foundation, Inc.
+# Copyright (C) 2008-2011 by the Free Software Foundation, Inc.
#
# This file is part of GNU Mailman.
#
diff --git a/src/mailman/queue/rest.py b/src/mailman/queue/rest.py
index a7c9727e2..31e840a51 100644
--- a/src/mailman/queue/rest.py
+++ b/src/mailman/queue/rest.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2010 by the Free Software Foundation, Inc.
+# Copyright (C) 2009-2011 by the Free Software Foundation, Inc.
#
# This file is part of GNU Mailman.
#
diff --git a/src/mailman/queue/retry.py b/src/mailman/queue/retry.py
index 7ccd4bad6..24aa7f82b 100644
--- a/src/mailman/queue/retry.py
+++ b/src/mailman/queue/retry.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2010 by the Free Software Foundation, Inc.
+# Copyright (C) 2003-2011 by the Free Software Foundation, Inc.
#
# This file is part of GNU Mailman.
#
diff --git a/src/mailman/queue/virgin.py b/src/mailman/queue/virgin.py
index 3573bb096..2dcdca910 100644
--- a/src/mailman/queue/virgin.py
+++ b/src/mailman/queue/virgin.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2010 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2011 by the Free Software Foundation, Inc.
#
# This file is part of GNU Mailman.
#