~barry/mailman/events-and-web

« back to all changes in this revision

Viewing changes to src/mail-wrapper.c

  • Committer: bwarsaw
  • Date: 2007-01-19 04:38:06 UTC
  • Revision ID: vcs-imports@canonical.com-20070119043806-w8o6gtj1zys4demf
Update copyright years.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* mail-wrapper.c --- Generic wrapper that will take info from a environment
2
2
 * variable, and pass it to two commands.
3
3
 *
4
 
 * Copyright (C) 1998,1999,2000,2001,2002 by the Free Software Foundation, Inc.
 
4
 * Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
5
5
 *
6
6
 * This program is free software; you can redistribute it and/or
7
7
 * modify it under the terms of the GNU General Public License
15
15
 *
16
16
 * You should have received a copy of the GNU General Public License
17
17
 * along with this program; if not, write to the Free Software
18
 
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
18
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
 
19
 * USA.
19
20
 */
20
21
 
21
22
#include "common.h"