summaryrefslogtreecommitdiff
path: root/Mailman/database
diff options
context:
space:
mode:
Diffstat (limited to 'Mailman/database')
-rw-r--r--Mailman/database/__init__.py2
-rw-r--r--Mailman/database/address.py2
-rw-r--r--Mailman/database/language.py2
-rw-r--r--Mailman/database/listmanager.py2
-rw-r--r--Mailman/database/mailinglist.py2
-rw-r--r--Mailman/database/member.py2
-rw-r--r--Mailman/database/message.py2
-rw-r--r--Mailman/database/messagestore.py2
-rw-r--r--Mailman/database/model.py2
-rw-r--r--Mailman/database/pending.py2
-rw-r--r--Mailman/database/preferences.py2
-rw-r--r--Mailman/database/requests.py2
-rw-r--r--Mailman/database/roster.py2
-rw-r--r--Mailman/database/txnsupport.py2
-rw-r--r--Mailman/database/types.py2
-rw-r--r--Mailman/database/user.py2
-rw-r--r--Mailman/database/usermanager.py2
-rw-r--r--Mailman/database/version.py2
18 files changed, 18 insertions, 18 deletions
diff --git a/Mailman/database/__init__.py b/Mailman/database/__init__.py
index d332254c6..f6fda8494 100644
--- a/Mailman/database/__init__.py
+++ b/Mailman/database/__init__.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2006-2008 by the Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/Mailman/database/address.py b/Mailman/database/address.py
index a67fe41dc..81aaff3a7 100644
--- a/Mailman/database/address.py
+++ b/Mailman/database/address.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2006-2008 by the Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/Mailman/database/language.py b/Mailman/database/language.py
index a5229ab6a..b23393fe6 100644
--- a/Mailman/database/language.py
+++ b/Mailman/database/language.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2006-2008 by the Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/Mailman/database/listmanager.py b/Mailman/database/listmanager.py
index 01720b37c..a79cbf565 100644
--- a/Mailman/database/listmanager.py
+++ b/Mailman/database/listmanager.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2007-2008 by the Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/Mailman/database/mailinglist.py b/Mailman/database/mailinglist.py
index b3eb56003..329f9cf63 100644
--- a/Mailman/database/mailinglist.py
+++ b/Mailman/database/mailinglist.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2006-2008 by the Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/Mailman/database/member.py b/Mailman/database/member.py
index b24688423..aaeec2a51 100644
--- a/Mailman/database/member.py
+++ b/Mailman/database/member.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2007-2008 by the Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/Mailman/database/message.py b/Mailman/database/message.py
index 01e71b0c0..de8b9c794 100644
--- a/Mailman/database/message.py
+++ b/Mailman/database/message.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2007-2008 by the Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/Mailman/database/messagestore.py b/Mailman/database/messagestore.py
index 57c0042e8..6e0bf57c5 100644
--- a/Mailman/database/messagestore.py
+++ b/Mailman/database/messagestore.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2007-2008 by the Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/Mailman/database/model.py b/Mailman/database/model.py
index d0cc8b6e8..88faf2344 100644
--- a/Mailman/database/model.py
+++ b/Mailman/database/model.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2006-2008 by the Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/Mailman/database/pending.py b/Mailman/database/pending.py
index c3f54c814..667230cf1 100644
--- a/Mailman/database/pending.py
+++ b/Mailman/database/pending.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2007-2008 by the Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/Mailman/database/preferences.py b/Mailman/database/preferences.py
index 726856f74..90e7e39c3 100644
--- a/Mailman/database/preferences.py
+++ b/Mailman/database/preferences.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2006-2008 by the Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/Mailman/database/requests.py b/Mailman/database/requests.py
index d86960f1d..75036283d 100644
--- a/Mailman/database/requests.py
+++ b/Mailman/database/requests.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2007-2008 by the Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/Mailman/database/roster.py b/Mailman/database/roster.py
index 9bd97316f..1eb500c7a 100644
--- a/Mailman/database/roster.py
+++ b/Mailman/database/roster.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2007-2008 by the Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/Mailman/database/txnsupport.py b/Mailman/database/txnsupport.py
index af905005b..ac9d8f2a2 100644
--- a/Mailman/database/txnsupport.py
+++ b/Mailman/database/txnsupport.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2006-2008 by the Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/Mailman/database/types.py b/Mailman/database/types.py
index ec886699d..acb586849 100644
--- a/Mailman/database/types.py
+++ b/Mailman/database/types.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2007-2008 by the Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/Mailman/database/user.py b/Mailman/database/user.py
index 3ca320f36..d9c87ada0 100644
--- a/Mailman/database/user.py
+++ b/Mailman/database/user.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2007-2008 by the Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/Mailman/database/usermanager.py b/Mailman/database/usermanager.py
index 19024d06c..d5b7003dc 100644
--- a/Mailman/database/usermanager.py
+++ b/Mailman/database/usermanager.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2007-2008 by the Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/Mailman/database/version.py b/Mailman/database/version.py
index a9aaeb45d..826490bba 100644
--- a/Mailman/database/version.py
+++ b/Mailman/database/version.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2007-2008 by the Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License