diff options
| author | Barry Warsaw | 2012-01-07 13:47:51 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2012-01-07 13:47:51 -0500 |
| commit | 7a1c7652519841522246278daa3cbc121ded133c (patch) | |
| tree | 6882f9182116c33c4bb09a18a72ac77ba519f316 /src/mailman/database | |
| parent | 7d8f1cab00e4bceeb567bc9825b01caf72164b5d (diff) | |
| parent | 0ff2f2e1aee0945b50e9c76f462cd376b6985818 (diff) | |
| download | mailman-7a1c7652519841522246278daa3cbc121ded133c.tar.gz mailman-7a1c7652519841522246278daa3cbc121ded133c.tar.zst mailman-7a1c7652519841522246278daa3cbc121ded133c.zip | |
- Bump copyright years.
- Refactor to use the flufl.password package.
- Adapt to the API for flufl.bounce 2.0.
- Add a `bin/mailman shell` alias for `bin/mailman withlist`.
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. # |
