summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJeff Bailey <jbailey@gnu.org>2002-12-31 14:32:26 +0000
committerJeff Bailey <jbailey@gnu.org>2002-12-31 14:32:26 +0000
commitb43e49d49dbe9120b56b696302d8be76549e000a (patch)
tree0f7e95706f76da73257ddd31989036cd9a874159 /doc
parentf6a5fc16c609366f60f5482bcb3287d422c23694 (diff)
downloadmailutils-b43e49d49dbe9120b56b696302d8be76549e000a.tar.gz
mailutils-b43e49d49dbe9120b56b696302d8be76549e000a.tar.bz2
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
Diffstat (limited to 'doc')
-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
4 files changed, 72 insertions, 12 deletions
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

Return to:

Send suggestions and report system problems to the System administrator.