diff options
| author | bwarsaw | 1999-03-21 20:31:45 +0000 |
|---|---|---|
| committer | bwarsaw | 1999-03-21 20:31:45 +0000 |
| commit | 6d225d8ba30913f2ce399064ff453d1268715d07 (patch) | |
| tree | d628c9b34b8318b6cd399592f8a39c59156c2e30 | |
| parent | 5b5e6e4c7d12d8da3c44319d59a0e9882d448f63 (diff) | |
| download | mailman-6d225d8ba30913f2ce399064ff453d1268715d07.tar.gz mailman-6d225d8ba30913f2ce399064ff453d1268715d07.tar.zst mailman-6d225d8ba30913f2ce399064ff453d1268715d07.zip | |
Add GNU copyright
| -rwxr-xr-x | bin/check_db | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/bin/check_db b/bin/check_db index ca157325b..795365326 100755 --- a/bin/check_db +++ b/bin/check_db @@ -1,4 +1,20 @@ #! /usr/bin/env python +# +# Copyright (C) 1998 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 +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """Check the raw config.db for a mailing list. Also check the config.db.last if the live file is corrupted. |
