summaryrefslogtreecommitdiff
path: root/mailman/queue
diff options
context:
space:
mode:
Diffstat (limited to 'mailman/queue')
-rw-r--r--mailman/queue/__init__.py2
-rw-r--r--mailman/queue/archive.py2
-rw-r--r--mailman/queue/bounce.py2
-rw-r--r--mailman/queue/command.py2
-rw-r--r--mailman/queue/http.py2
-rw-r--r--mailman/queue/incoming.py2
-rw-r--r--mailman/queue/lmtp.py2
-rw-r--r--mailman/queue/maildir.py2
-rw-r--r--mailman/queue/news.py2
-rw-r--r--mailman/queue/outgoing.py2
-rw-r--r--mailman/queue/pipeline.py2
-rw-r--r--mailman/queue/retry.py2
-rw-r--r--mailman/queue/virgin.py2
13 files changed, 13 insertions, 13 deletions
diff --git a/mailman/queue/__init__.py b/mailman/queue/__init__.py
index 239c61326..52686b3ab 100644
--- a/mailman/queue/__init__.py
+++ b/mailman/queue/__init__.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2008 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2009 by the Free Software Foundation, Inc.
#
# This file is part of GNU Mailman.
#
diff --git a/mailman/queue/archive.py b/mailman/queue/archive.py
index 7725f6f97..69ec46f4b 100644
--- a/mailman/queue/archive.py
+++ b/mailman/queue/archive.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2000-2008 by the Free Software Foundation, Inc.
+# Copyright (C) 2000-2009 by the Free Software Foundation, Inc.
#
# This file is part of GNU Mailman.
#
diff --git a/mailman/queue/bounce.py b/mailman/queue/bounce.py
index 9f390130d..e098ba866 100644
--- a/mailman/queue/bounce.py
+++ b/mailman/queue/bounce.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2008 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2009 by the Free Software Foundation, Inc.
#
# This file is part of GNU Mailman.
#
diff --git a/mailman/queue/command.py b/mailman/queue/command.py
index 407864310..db6feba57 100644
--- a/mailman/queue/command.py
+++ b/mailman/queue/command.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2008 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2009 by the Free Software Foundation, Inc.
#
# This file is part of GNU Mailman.
#
diff --git a/mailman/queue/http.py b/mailman/queue/http.py
index c626e766e..941b6d131 100644
--- a/mailman/queue/http.py
+++ b/mailman/queue/http.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006-2008 by the Free Software Foundation, Inc.
+# Copyright (C) 2006-2009 by the Free Software Foundation, Inc.
#
# This file is part of GNU Mailman.
#
diff --git a/mailman/queue/incoming.py b/mailman/queue/incoming.py
index 6e80024e7..ae78e1a81 100644
--- a/mailman/queue/incoming.py
+++ b/mailman/queue/incoming.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2008 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2009 by the Free Software Foundation, Inc.
#
# This file is part of GNU Mailman.
#
diff --git a/mailman/queue/lmtp.py b/mailman/queue/lmtp.py
index e64d777ac..f0895ee1f 100644
--- a/mailman/queue/lmtp.py
+++ b/mailman/queue/lmtp.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006-2008 by the Free Software Foundation, Inc.
+# Copyright (C) 2006-2009 by the Free Software Foundation, Inc.
#
# This file is part of GNU Mailman.
#
diff --git a/mailman/queue/maildir.py b/mailman/queue/maildir.py
index 3f7dd5556..e12550cb5 100644
--- a/mailman/queue/maildir.py
+++ b/mailman/queue/maildir.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2002-2008 by the Free Software Foundation, Inc.
+# Copyright (C) 2002-2009 by the Free Software Foundation, Inc.
#
# This file is part of GNU Mailman.
#
diff --git a/mailman/queue/news.py b/mailman/queue/news.py
index a64afae18..98735d498 100644
--- a/mailman/queue/news.py
+++ b/mailman/queue/news.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2000-2008 by the Free Software Foundation, Inc.
+# Copyright (C) 2000-2009 by the Free Software Foundation, Inc.
#
# This file is part of GNU Mailman.
#
diff --git a/mailman/queue/outgoing.py b/mailman/queue/outgoing.py
index 2043d8bc8..14ba869dc 100644
--- a/mailman/queue/outgoing.py
+++ b/mailman/queue/outgoing.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2000-2008 by the Free Software Foundation, Inc.
+# Copyright (C) 2000-2009 by the Free Software Foundation, Inc.
#
# This file is part of GNU Mailman.
#
diff --git a/mailman/queue/pipeline.py b/mailman/queue/pipeline.py
index 532e256d1..f0a42f729 100644
--- a/mailman/queue/pipeline.py
+++ b/mailman/queue/pipeline.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2008 by the Free Software Foundation, Inc.
+# Copyright (C) 2008-2009 by the Free Software Foundation, Inc.
#
# This file is part of GNU Mailman.
#
diff --git a/mailman/queue/retry.py b/mailman/queue/retry.py
index d502e3bb9..2b5a6afad 100644
--- a/mailman/queue/retry.py
+++ b/mailman/queue/retry.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2008 by the Free Software Foundation, Inc.
+# Copyright (C) 2003-2009 by the Free Software Foundation, Inc.
#
# This file is part of GNU Mailman.
#
diff --git a/mailman/queue/virgin.py b/mailman/queue/virgin.py
index 6d913d1a0..ca61074bf 100644
--- a/mailman/queue/virgin.py
+++ b/mailman/queue/virgin.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2008 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2009 by the Free Software Foundation, Inc.
#
# This file is part of GNU Mailman.
#