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/database | |
| parent | ea48a9360f0c0e0d1974fdcdce6b31821818ee76 (diff) | |
| download | mailman-0ff2f2e1aee0945b50e9c76f462cd376b6985818.tar.gz mailman-0ff2f2e1aee0945b50e9c76f462cd376b6985818.tar.zst mailman-0ff2f2e1aee0945b50e9c76f462cd376b6985818.zip | |
copybump
Diffstat (limited to 'src/mailman/database')
| -rw-r--r-- | src/mailman/database/base.py | 2 | ||||
| -rw-r--r-- | src/mailman/database/model.py | 2 | ||||
| -rw-r--r-- | src/mailman/database/postgresql.py | 2 | ||||
| -rw-r--r-- | src/mailman/database/sqlite.py | 2 | ||||
| -rw-r--r-- | src/mailman/database/transaction.py | 2 | ||||
| -rw-r--r-- | src/mailman/database/types.py | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/src/mailman/database/base.py b/src/mailman/database/base.py index bf5afd5d4..e28ca1893 100644 --- a/src/mailman/database/base.py +++ b/src/mailman/database/base.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2011 by the Free Software Foundation, Inc. +# Copyright (C) 2006-2012 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/database/model.py b/src/mailman/database/model.py index eec88936f..9f6bf9845 100644 --- a/src/mailman/database/model.py +++ b/src/mailman/database/model.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2011 by the Free Software Foundation, Inc. +# Copyright (C) 2006-2012 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/database/postgresql.py b/src/mailman/database/postgresql.py index 4e40558a4..9ad8f74b5 100644 --- a/src/mailman/database/postgresql.py +++ b/src/mailman/database/postgresql.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/database/sqlite.py b/src/mailman/database/sqlite.py index a68dc1eea..f48ea19c7 100644 --- a/src/mailman/database/sqlite.py +++ b/src/mailman/database/sqlite.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/database/transaction.py b/src/mailman/database/transaction.py index f0e9e5f9f..47e58d3e2 100644 --- a/src/mailman/database/transaction.py +++ b/src/mailman/database/transaction.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2011 by the Free Software Foundation, Inc. +# Copyright (C) 2006-2012 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/database/types.py b/src/mailman/database/types.py index 21333214a..99e9870e8 100644 --- a/src/mailman/database/types.py +++ b/src/mailman/database/types.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2011 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2012 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # |
