diff options
| author | viega | 1998-05-26 03:07:18 +0000 |
|---|---|---|
| committer | viega | 1998-05-26 03:07:18 +0000 |
| commit | 27c288f8d48449799fe232bbf56ea2c25ca40eb4 (patch) | |
| tree | 720f368fb784783b9042943c55983d219972c24e /bin/digest_arch | |
| parent | a0da2180a78a7954705ddd5eaf92fa09bf829c81 (diff) | |
| download | mailman-27c288f8d48449799fe232bbf56ea2c25ca40eb4.tar.gz mailman-27c288f8d48449799fe232bbf56ea2c25ca40eb4.tar.zst mailman-27c288f8d48449799fe232bbf56ea2c25ca40eb4.zip | |
Whoops, forgot to add the copyright info to code in the bin subdir...
Diffstat (limited to 'bin/digest_arch')
| -rwxr-xr-x | bin/digest_arch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/bin/digest_arch b/bin/digest_arch index e56532c00..07991a4a6 100755 --- a/bin/digest_arch +++ b/bin/digest_arch @@ -1,4 +1,19 @@ #!/usr/local/bin/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. # # NOTE: This is being deprecated since mailman has been shifted over to an # external archiver (ie, andrew kuchling's latest version of pipermail.) |
