diff options
| author | bwarsaw | 2003-03-19 22:50:49 +0000 |
|---|---|---|
| committer | bwarsaw | 2003-03-19 22:50:49 +0000 |
| commit | 645081f1dd757c689b2e49f175f8cf2cf27988e5 (patch) | |
| tree | 75e6290767b11d6b465b7b29600a47f0bae88d92 /Mailman/Pending.py | |
| parent | 7d8afd3b950825aaf13bc850a75edcbc827c7934 (diff) | |
| download | mailman-645081f1dd757c689b2e49f175f8cf2cf27988e5.tar.gz mailman-645081f1dd757c689b2e49f175f8cf2cf27988e5.tar.zst mailman-645081f1dd757c689b2e49f175f8cf2cf27988e5.zip | |
Diffstat (limited to 'Mailman/Pending.py')
| -rw-r--r-- | Mailman/Pending.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Mailman/Pending.py b/Mailman/Pending.py index c7a0bca04..624cea3e9 100644 --- a/Mailman/Pending.py +++ b/Mailman/Pending.py @@ -1,17 +1,17 @@ -# Copyright (C) 1998,1999,2000,2001,2002 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2003 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 # as published by the Free Software Foundation; either version 2 # of the License, or (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software +# along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """ Track pending confirmation of subscriptions. |
