summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-05-17 13:13:40 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-05-17 13:13:40 +0000
commitb93156813d1112dab689c697eb817e62bb73bbd5 (patch)
treed634b333beeabce99e22131b65043d00ef5960b2 /lib
parentc0b1c8f24780571248345b245a538db24d788872 (diff)
downloadmailutils-b93156813d1112dab689c697eb817e62bb73bbd5.tar.gz
mailutils-b93156813d1112dab689c697eb817e62bb73bbd5.tar.bz2
Updated FSF addressalpha_0_6_90
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am4
-rw-r--r--lib/allocsa.c7
-rw-r--r--lib/allocsa.h7
-rw-r--r--lib/asprintf.c7
-rw-r--r--lib/daemon.c4
-rw-r--r--lib/error.c7
-rw-r--r--lib/error.h7
-rw-r--r--lib/exit.h7
-rw-r--r--lib/exitfail.c6
-rw-r--r--lib/exitfail.h6
-rw-r--r--lib/fnmatch_.h7
-rw-r--r--lib/fnmatch_loop.c7
-rw-r--r--lib/getpass.c7
-rw-r--r--lib/getpass.h7
-rw-r--r--lib/mailcap.c3
-rw-r--r--lib/malloc.c7
-rw-r--r--lib/mbswidth.c7
-rw-r--r--lib/mbswidth.h7
-rw-r--r--lib/mu_asprintf.h7
-rw-r--r--lib/mu_dbm.c3
-rw-r--r--lib/mu_dbm.h3
-rw-r--r--lib/obstack.c7
-rw-r--r--lib/obstack.h7
-rw-r--r--lib/realloc.c7
-rw-r--r--lib/setenv.c7
-rw-r--r--lib/setenv.h7
-rw-r--r--lib/snprintf.c7
-rw-r--r--lib/snprintf.h7
-rw-r--r--lib/stdbool.h9
-rw-r--r--lib/stdbool_.h7
-rw-r--r--lib/unsetenv.c7
-rw-r--r--lib/utmp.c7
-rw-r--r--lib/vasprintf.c7
-rw-r--r--lib/vasprintf.h7
-rw-r--r--lib/xalloc.h7
-rw-r--r--lib/xalloc_die.c3
-rw-r--r--lib/xmalloc.c7
-rw-r--r--lib/xsize.h7
-rw-r--r--lib/xstrtol.c7
-rw-r--r--lib/xstrtol.h7
40 files changed, 147 insertions, 111 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 64d2cf4a8..20dda5f8d 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -14,8 +14,8 @@
14## 14##
15## You should have received a copy of the GNU General Public License 15## You should have received a copy of the GNU General Public License
16## along with this program; if not, write to the Free Software 16## along with this program; if not, write to the Free Software
17## Foundation, Inc. 17## Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA
18## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18## 02110-1301 USA
19 19
20noinst_LTLIBRARIES = libmailutils.la 20noinst_LTLIBRARIES = libmailutils.la
21 21
diff --git a/lib/allocsa.c b/lib/allocsa.c
index 61e7a4e34..c2341a998 100644
--- a/lib/allocsa.c
+++ b/lib/allocsa.c
@@ -12,9 +12,10 @@
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 GNU General Public License for more details. 13 GNU General Public License for more details.
14 14
15 You should have received a copy of the GNU General Public License 15 You should have received a copy of the GNU General Public
16 along with this program; if not, write to the Free Software Foundation, 16 License along with this program; if not, write to the Free
17 Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ 17 Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
18 Boston, MA 02110-1301 USA. */
18 19
19#ifdef HAVE_CONFIG_H 20#ifdef HAVE_CONFIG_H
20# include <config.h> 21# include <config.h>
diff --git a/lib/allocsa.h b/lib/allocsa.h
index 5ae49e507..e9eec711d 100644
--- a/lib/allocsa.h
+++ b/lib/allocsa.h
@@ -12,9 +12,10 @@
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 GNU General Public License for more details. 13 GNU General Public License for more details.
14 14
15 You should have received a copy of the GNU General Public License 15 You should have received a copy of the GNU General Public
16 along with this program; if not, write to the Free Software Foundation, 16 License along with this program; if not, write to the Free
17 Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ 17 Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
18 Boston, MA 02110-1301 USA. */
18 19
19#ifndef _ALLOCSA_H 20#ifndef _ALLOCSA_H
20#define _ALLOCSA_H 21#define _ALLOCSA_H
diff --git a/lib/asprintf.c b/lib/asprintf.c
index 5935c53e6..380ac029e 100644
--- a/lib/asprintf.c
+++ b/lib/asprintf.c
@@ -11,9 +11,10 @@
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 GNU General Public License for more details. 12 GNU General Public License for more details.
13 13
14 You should have received a copy of the GNU General Public License along 14 You should have received a copy of the GNU General Public
15 with this program; if not, write to the Free Software Foundation, 15 License along with this program; if not, write to the Free
16 Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ 16 Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
17 Boston, MA 02110-1301 USA. */
17 18
18#ifdef HAVE_CONFIG_H 19#ifdef HAVE_CONFIG_H
19# include <config.h> 20# include <config.h>
diff --git a/lib/daemon.c b/lib/daemon.c
index 77000be2e..25e51a62a 100644
--- a/lib/daemon.c
+++ b/lib/daemon.c
@@ -1,7 +1,7 @@
1/*- 1/*-
2 * Copyright (c) 1990, 1993 2 * Copyright (c) 1990, 1993
3 * The Regents of the University of California. All rights reserved. 3 * The Regents of the University of California. All rights reserved.
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions 6 * modification, are permitted provided that the following conditions
7 * are met: 7 * are met:
@@ -13,7 +13,7 @@
13 * 4. Neither the name of the University nor the names of its contributors 13 * 4. Neither the name of the University nor the names of its contributors
14 * may be used to endorse or promote products derived from this software 14 * may be used to endorse or promote products derived from this software
15 * without specific prior written permission. 15 * without specific prior written permission.
16 * 16 *
17 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 17 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
18 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 18 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 19 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
diff --git a/lib/error.c b/lib/error.c
index 6b3662d61..da0e06fd5 100644
--- a/lib/error.c
+++ b/lib/error.c
@@ -12,9 +12,10 @@
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 GNU General Public License for more details. 13 GNU General Public License for more details.
14 14
15 You should have received a copy of the GNU General Public License along 15 You should have received a copy of the GNU General Public
16 with this program; if not, write to the Free Software Foundation, 16 License along with this program; if not, write to the Free
17 Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ 17 Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
18 Boston, MA 02110-1301 USA. */
18 19
19/* Written by David MacKenzie <djm@gnu.ai.mit.edu>. */ 20/* Written by David MacKenzie <djm@gnu.ai.mit.edu>. */
20 21
diff --git a/lib/error.h b/lib/error.h
index 8ed63595f..30fc8873e 100644
--- a/lib/error.h
+++ b/lib/error.h
@@ -12,9 +12,10 @@
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 GNU General Public License for more details. 13 GNU General Public License for more details.
14 14
15 You should have received a copy of the GNU General Public License along 15 You should have received a copy of the GNU General Public
16 with this program; if not, write to the Free Software Foundation, 16 License along with this program; if not, write to the Free
17 Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ 17 Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
18 Boston, MA 02110-1301 USA. */
18 19
19#ifndef _ERROR_H 20#ifndef _ERROR_H
20#define _ERROR_H 1 21#define _ERROR_H 1
diff --git a/lib/exit.h b/lib/exit.h
index 4e8d46516..23bb12908 100644
--- a/lib/exit.h
+++ b/lib/exit.h
@@ -11,9 +11,10 @@
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 GNU General Public License for more details. 12 GNU General Public License for more details.
13 13
14 You should have received a copy of the GNU General Public License 14 You should have received a copy of the GNU General Public
15 along with this program; if not, write to the Free Software Foundation, 15 License along with this program; if not, write to the Free
16 Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ 16 Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
17 Boston, MA 02110-1301 USA. */
17 18
18#ifndef _EXIT_H 19#ifndef _EXIT_H
19#define _EXIT_H 20#define _EXIT_H
diff --git a/lib/exitfail.c b/lib/exitfail.c
index 2ae5f6955..186be4fb9 100644
--- a/lib/exitfail.c
+++ b/lib/exitfail.c
@@ -13,9 +13,9 @@
13 GNU General Public License for more details. 13 GNU General Public License for more details.
14 14
15 You should have received a copy of the GNU General Public License 15 You should have received a copy of the GNU General Public License
16 along with this program; see the file COPYING. 16 along with this program; see the file COPYING. If not, write to
17 If not, write to the Free Software Foundation, 17 the Free Software Foundation, 51 Franklin Street, Fifth Floor,
18 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ 18 Boston, MA 02110-1301 USA. */
19 19
20#if HAVE_CONFIG_H 20#if HAVE_CONFIG_H
21# include <config.h> 21# include <config.h>
diff --git a/lib/exitfail.h b/lib/exitfail.h
index cf5ab7195..26f141ec6 100644
--- a/lib/exitfail.h
+++ b/lib/exitfail.h
@@ -13,8 +13,8 @@
13 GNU General Public License for more details. 13 GNU General Public License for more details.
14 14
15 You should have received a copy of the GNU General Public License 15 You should have received a copy of the GNU General Public License
16 along with this program; see the file COPYING. 16 along with this program; see the file COPYING. If not, write to
17 If not, write to the Fr