summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog60
-rw-r--r--Makefile.am21
-rw-r--r--auth/Makefile.am21
-rw-r--r--comsat/Makefile.am21
-rw-r--r--configure.ac4
-rw-r--r--doc/Makefile.am21
-rw-r--r--doc/man/Makefile.am21
-rw-r--r--doc/rfc/Makefile.am21
-rw-r--r--doc/texinfo/Makefile.am21
-rw-r--r--dotlock/Makefile.am21
-rw-r--r--examples/Makefile.am21
-rw-r--r--frm/Makefile.am21
-rw-r--r--frm/testsuite/Makefile.am21
-rw-r--r--from/Makefile.am21
-rw-r--r--from/testsuite/Makefile.am21
-rw-r--r--guimb/Makefile.am21
-rw-r--r--guimb/scm/Makefile.am21
-rw-r--r--imap4d/Makefile.am21
-rw-r--r--imap4d/testsuite/Makefile.am21
-rw-r--r--include/Makefile.am21
-rw-r--r--include/mailutils/Makefile.am21
-rw-r--r--include/mailutils/gnu/Makefile.am21
-rw-r--r--lib/Makefile.am21
-rw-r--r--lib/posix/Makefile.am21
-rw-r--r--libmu_scm/Makefile.am21
-rw-r--r--libsieve/Makefile.am21
-rw-r--r--m4/Makefile.am21
-rw-r--r--mail.local/Makefile.am21
-rw-r--r--mail.local/testsuite/Makefile.am21
-rw-r--r--mail.remote/Makefile.am21
-rw-r--r--mail.remote/testsuite/Makefile.am21
-rw-r--r--mail/Makefile.am21
-rw-r--r--mail/testsuite/Makefile.am21
-rw-r--r--mailbox/Makefile.am21
-rw-r--r--mailbox/include/Makefile.am21
-rw-r--r--mailbox/testsuite/Makefile.am21
-rw-r--r--mailbox2/Makefile.am19
-rw-r--r--mailbox2/include/Makefile.am20
-rw-r--r--mailbox2/include/mailutils/Makefile.am18
-rw-r--r--mailbox2/include/mailutils/sys/Makefile.am19
-rw-r--r--mailbox2/mbox/Makefile.am19
-rw-r--r--mailbox2/pop3/Makefile.am20
-rw-r--r--mapi/Makefile.am21
-rw-r--r--messages/Makefile.am21
-rw-r--r--messages/testsuite/Makefile.am21
-rw-r--r--mh/Makefile.am21
-rw-r--r--pop3d/Makefile.am21
-rw-r--r--pop3d/testsuite/Makefile.am21
-rw-r--r--readmsg/Makefile.am21
-rw-r--r--readmsg/testsuite/Makefile.am21
-rw-r--r--scripts/Makefile.am21
-rw-r--r--scripts/guile-1.4/Makefile.am19
-rw-r--r--scripts/guile-1.6/Makefile.am19
-rw-r--r--sieve/Makefile.am21
-rw-r--r--sieve/testsuite/Makefile.am21
-rw-r--r--testsuite/Makefile.am21
56 files changed, 1037 insertions, 146 deletions
diff --git a/ChangeLog b/ChangeLog
index e436da139..6e060325f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,63 @@
+2002-12-31 Jeff Bailey <jbailey@gnu.org>
+
+ * auth/Makefile.am: Correct copyright year, add license
+ information.
+ * sieve/testsuite/Makefile.am: Likewise.
+ * testsuite/Makefile.am: Likewise.
+ * sieve/Makefile.am: Likewise.
+ * scripts/guile-1.6/Makefile.am: Likewise.
+ * scripts/guile-1.4/Makefile.am: Likewise.
+ * scripts/Makefile.am: Likewise.
+ * readmsg/testsuite/Makefile.am: Likewise.
+ * readmsg/Makefile.am: Likewise.
+ * mh/Makefile.am: Likewise.
+ * messages/testsuite/Makefile.am: Likewise.
+ * messages/Makefile.am: Likewise.
+ * pop3d/testsuite/Makefile.am: Likewise.
+ * pop3d/Makefile.am: Likewise.
+ * mapi/Makefile.am: Likewise.
+ * mail.remote/testsuite/Makefile.am: Likewise.
+ * mail.remote/Makefile.am: Likewise.
+ * mail.local/testsuite/Makefile.am: Likewise.
+ * mail.local/Makefile.am: Likewise.
+ * mailbox2/pop3/Makefile.am: Likewise.
+ * mailbox2/mbox/Makefile.am: Likewise.
+ * mailbox2/include/mailutils/sys/Makefile.am: Likewise.
+ * mailbox2/include/mailutils/Makefile.am: Likewise.
+ * mailbox2/include/Makefile.am: Likewise.
+ * mailbox2/Makefile.am: Likewise.
+ * mailbox/testsuite/Makefile.am: Likewise.
+ * mailbox/include/Makefile.am: Likewise.
+ * mailbox/Makefile.am: Likewise.
+ * mail/testsuite/Makefile.am: Likewise.
+ * mail/Makefile.am: Likewise.
+ * m4/Makefile.am: Likewise.
+ * libsieve/Makefile.am: Likewise.
+ * libmu_scm/Makefile.am: Likewise.
+ * lib/posix/Makefile.am: Likewise.
+ * lib/Makefile.am: Likewise.
+ * include/mailutils/gnu/Makefile.am: Likewise.
+ * include/mailutils/Makefile.am: Likewise.
+ * include/Makefile.am: Likewise.
+ * imap4d/Makefile.am: Likewise.
+ * imap4d/testsuite/Makefile.am: Likewise.
+ * guimb/scm/Makefile.am: Likewise.
+ * guimb/Makefile.am: Likewise.
+ * from/testsuite/Makefile.am: Likewise.
+ * from/Makefile.am: Likewise.
+ * frm/testsuite/Makefile.am: Likewise.
+ * examples/Makefile.am: Likewise.
+ * frm/Makefile.am: Likewise.
+ * dotlock/Makefile.am: Likewise.
+ * doc/texinfo/Makefile.am: Likewise.
+ * doc/rfc/Makefile.am: Likewise.
+ * doc/man/Makefile.am: Likewise.
+ * doc/Makefile.am: Likewise.
+ * comsat/Makefile.am: Likewise.
+ * Makefile.am: Likewise.
+
+ * configure.ac: Update FSF Address
+
2002-12-31 Wojciech Polak <polak@gnu.org>
* COPYING: New file.
diff --git a/Makefile.am b/Makefile.am
index aa253ef79..4ec9333c6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,21 @@
-# This file is part of GNU Mailutils
-# Copyright (C) 2000,2001,2002 Free Software Foundation
-# See file COPYING in the distribution root directory for copying conditions.
+## Process this file with GNU Automake to create Makefile.in
+
+## Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
+##
+## GNU Mailutils 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, 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
AUTOMAKE_OPTIONS = gnu 1.7.1 dist-bzip2 readme-alpha std-options
ACLOCAL_AMFLAGS = -I m4
diff --git a/auth/Makefile.am b/auth/Makefile.am
index 0ec2cc027..24a9cf477 100644
--- a/auth/Makefile.am
+++ b/auth/Makefile.am
@@ -1,6 +1,21 @@
-# This file is part of GNU Mailutils
-# Copyright (C) 2000,2001,2002 Free Software Foundation
-# See file COPYING in the distribution root directory for copying conditions.
+## Process this file with GNU Automake to create Makefile.in
+
+## Copyright (C) 2002 Free Software Foundation, Inc.
+##
+## GNU Mailtuils 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, 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
INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/mailbox/include -I${top_srcdir}/lib @INTLINCS@
AM_CFLAGS = -DSITE_VIRTUAL_PWDDIR=\"@SITE_VIRTUAL_PWDDIR@\"
diff --git a/comsat/Makefile.am b/comsat/Makefile.am
index a2d95a893..aaa5fe0be 100644
--- a/comsat/Makefile.am
+++ b/comsat/Makefile.am
@@ -1,6 +1,21 @@
-# This file is part of GNU Mailutils
-# Copyright (C) 2000,2001,2002 Free Software Foundation
-# See file COPYING in the distribution root directory for copying conditions.
+## Process this file with GNU Automake to create Makefile.in
+
+## Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+##
+## GNU Mailtuils 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, 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
INCLUDES =-I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include @INTLINCS@
diff --git a/configure.ac b/configure.ac
index e7effd2c9..e40c459fd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,8 +14,8 @@
#
# You should have received a copy of the GNU General Public License
# along with GNU Mailutils; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-#
+# Foundation, Inc.
+# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
AC_INIT([GNU Mailutils], [0.2.1], [bug-mailutils@gnu.org], [mailutils])
AC_CONFIG_SRCDIR([mailbox/mailbox.c])
diff --git a/doc/Makefile.am b/doc/Makefile.am
index feeecfd20..bd8470e94 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,5 +1,20 @@
-# This file is part of GNU Mailutils
-# Copyright (C) 2000,2001,2002 Free Software Foundation
-# See file COPYING in the distribution root directory for copying conditions.
+## Process this file with GNU Automake to create Makefile.in
+
+## Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
+##
+## GNU Mailtuils 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, 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
SUBDIRS=texinfo rfc man
diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am
index eb166a905..9da8bce70 100644
--- a/doc/man/Makefile.am
+++ b/doc/man/Makefile.am
@@ -1,6 +1,21 @@
-# This file is part of GNU Mailutils
-# Copyright (C) 2000,2001,2002 Free Software Foundation
-# See file COPYING in the distribution root directory for copying conditions.
+## Process this file with GNU Automake to create Makefile.in
+
+## Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+##
+## GNU Mailtuils 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, 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
man_MANS=pop3d.1 imap4d.1 popauth.1
EXTRA_DIST = $(man_MANS)
diff --git a/doc/rfc/Makefile.am b/doc/rfc/Makefile.am
index ea2743e09..4f94cf62b 100644
--- a/doc/rfc/Makefile.am
+++ b/doc/rfc/Makefile.am
@@ -1,6 +1,21 @@
-# This file is part of GNU Mailutils
-# Copyright (C) 2000,2001,2002 Free Software Foundation
-# See file COPYING in the distribution root directory for copying conditions.
+## Process this file with GNU Automake to create Makefile.in
+
+## Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+##
+## GNU Mailtuils 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, 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
EXTRA_DIST = \
rfc821.txt \
diff --git a/doc/texinfo/Makefile.am b/doc/texinfo/Makefile.am
index 59497879c..0a760466f 100644
--- a/doc/texinfo/Makefile.am
+++ b/doc/texinfo/Makefile.am
@@ -1,6 +1,21 @@
-# This file is part of GNU Mailutils
-# Copyright (C) 2000,2001,2002 Free Software Foundation
-# See file COPYING in the distribution root directory for copying conditions.
+## Process this file with GNU Automake to create Makefile.in
+
+## Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+##
+## GNU Mailtuils 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, 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
info_TEXINFOS = mailutils.texi
diff --git a/dotlock/Makefile.am b/dotlock/Makefile.am
index 8efec4975..a6c895d9d 100644
--- a/dotlock/Makefile.am
+++ b/dotlock/Makefile.am
@@ -1,6 +1,21 @@
-# This file is part of GNU Mailutils
-# Copyright (C) 2000,2001,2002 Free Software Foundation
-# See file COPYING in the distribution root directory for copying conditions.
+## Process this file with GNU Automake to create Makefile.in
+
+## Copyright (C) 2002 Free Software Foundation, Inc.
+##
+## GNU Mailtuils 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, 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
INCLUDES =-I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include -I$(top_srcdir)/libmu_scm @INTLINCS@
diff --git a/examples/Makefile.am b/examples/Makefile.am
index ee4fcb535..faa083568 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -1,6 +1,21 @@
-# This file is part of GNU Mailutils
-# Copyright (C) 2000,2001,2002 Free Software Foundation
-# See file COPYING in the distribution root directory for copying conditions.
+## Process this file with GNU Automake to create Makefile.in
+
+## Copyright (C) 2002 Free Software Foundation, Inc.
+##
+## GNU Mailtuils 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, 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
noinst_PROGRAMS = \
addr\
diff --git a/frm/Makefile.am b/frm/Makefile.am
index 739956936..245e7e618 100644
--- a/frm/Makefile.am
+++ b/frm/Makefile.am
@@ -1,6 +1,21 @@
-# This file is part of GNU Mailutils
-# Copyright (C) 2000,2001,2002 Free Software Foundation
-# See file COPYING in the distribution root directory for copying conditions.
+## Process this file with GNU Automake to create Makefile.in
+
+## Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+##
+## GNU Mailtuils 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, 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
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib @INTLINCS@
SUBDIRS = testsuite
diff --git a/frm/testsuite/Makefile.am b/frm/testsuite/Makefile.am
index adfb64991..72b7a96a1 100644
--- a/frm/testsuite/Makefile.am
+++ b/frm/testsuite/Makefile.am
@@ -1,6 +1,21 @@
-# This file is part of GNU Mailutils
-# Copyright (C) 2000,2001,2002 Free Software Foundation
-# See file COPYING in the distribution root directory for copying conditions.
+## Process this file with GNU Automake to create Makefile.in
+
+## Copyright (C) 2002 Free Software Foundation, Inc.
+##
+## GNU Mailtuils 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, 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
AUTOMAKE_OPTIONS = dejagnu
DEJATOOL = frm
diff --git a/from/Makefile.am b/from/Makefile.am
index 86804f45d..5c2d7ac1e 100644
--- a/from/Makefile.am
+++ b/from/Makefile.am
@@ -1,6 +1,21 @@
-# This file is part of GNU Mailutils
-# Copyright (C) 2000,2001,2002 Free Software Foundation
-# See file COPYING in the distribution root directory for copying conditions.
+## Process this file with GNU Automake to create Makefile.in
+
+## Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
+##
+## GNU Mailtuils 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, 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
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib @INTLINCS@
SUBDIRS = testsuite
diff --git a/from/testsuite/Makefile.am b/from/testsuite/Makefile.am
index 0baa9d0fe..714713ead 100644
--- a/from/testsuite/Makefile.am
+++ b/from/testsuite/Makefile.am
@@ -1,6 +1,21 @@
-# This file is part of GNU Mailutils
-# Copyright (C) 2000,2001,2002 Free Software Foundation
-# See file COPYING in the distribution root directory for copying conditions.
+## Process this file with GNU Automake to create Makefile.in
+
+## Copyright (C) 2002 Free Software Foundation, Inc.
+##
+## GNU Mailtuils 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, 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
AUTOMAKE_OPTIONS = dejagnu
DEJATOOL = from
diff --git a/guimb/Makefile.am b/guimb/Makefile.am
index 9325c59fe..b4ad67468 100644
--- a/guimb/Makefile.am
+++ b/guimb/Makefile.am
@@ -1,6 +1,21 @@
-# This file is part of GNU Mailutils
-# Copyright (C) 2000,2001,2002 Free Software Foundation
-# See file COPYING in the distribution root directory for copying conditions.
+## Process this file with GNU Automake to create Makefile.in
+
+## Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+##
+## GNU Mailtuils 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, 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
INCLUDES = -I. -I$(top_builddir) -I$(srcdir) -I$(top_srcdir)/lib \
-I$(top_srcdir)/include @GUILE_INCLUDES@ @INTLINCS@
diff --git a/guimb/scm/Makefile.am b/guimb/scm/Makefile.am
index bbe91bbd1..e67525b2f 100644
--- a/guimb/scm/Makefile.am
+++ b/guimb/scm/Makefile.am
@@ -1,6 +1,21 @@
-# This file is part of GNU Mailutils
-# Copyright (C) 2000,2001,2002 Free Software Foundation
-# See file COPYING in the distribution root directory for copying conditions.
+## Process this file with GNU Automake to create Makefile.in
+
+## Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+##
+## GNU Mailtuils 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, 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
bin_SCRIPTS = sieve.scm
diff --git a/imap4d/Makefile.am b/imap4d/Makefile.am
index e9cb9eedd..f91d74952 100644
--- a/imap4d/Makefile.am
+++ b/imap4d/Makefile.am
@@ -1,6 +1,21 @@
-# This file is part of GNU Mailutils
-# Copyright (C) 2000,2001,2002 Free Software Foundation
-# See file COPYING in the distribution root directory for copying conditions.
+## Process this file with GNU Automake to create Makefile.in
+
+## Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+##
+## GNU Mailtuils 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, 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
INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/include @AUTHINCS@ @INTLINCS@
SUBDIRS = testsuite
<