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
@@ -16,4 +16,4 @@
## along with this program; if not, write to the Free Software
-## Foundation, Inc.
-## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+## Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA
+## 02110-1301 USA
diff --git a/lib/allocsa.c b/lib/allocsa.c
index 61e7a4e34..c2341a998 100644
--- a/lib/allocsa.c
+++ b/lib/allocsa.c
@@ -14,5 +14,6 @@
- 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. */
+ 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., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA. */
diff --git a/lib/allocsa.h b/lib/allocsa.h
index 5ae49e507..e9eec711d 100644
--- a/lib/allocsa.h
+++ b/lib/allocsa.h
@@ -14,5 +14,6 @@
- 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. */
+ 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., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA. */
diff --git a/lib/asprintf.c b/lib/asprintf.c
index 5935c53e6..380ac029e 100644
--- a/lib/asprintf.c
+++ b/lib/asprintf.c
@@ -13,5 +13,6 @@
- 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. */
+ 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., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA. */
diff --git a/lib/daemon.c b/lib/daemon.c
index 77000be2e..25e51a62a 100644
--- a/lib/daemon.c
+++ b/lib/daemon.c
@@ -3,3 +3,3 @@
* The Regents of the University of California. All rights reserved.
- *
+ *
* Redistribution and use in source and binary forms, with or without
@@ -15,3 +15,3 @@
* without specific prior written permission.
- *
+ *
* THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
diff --git a/lib/error.c b/lib/error.c
index 6b3662d61..da0e06fd5 100644
--- a/lib/error.c
+++ b/lib/error.c
@@ -14,5 +14,6 @@
- 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. */
+ 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., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA. */
diff --git a/lib/error.h b/lib/error.h
index 8ed63595f..30fc8873e 100644
--- a/lib/error.h
+++ b/lib/error.h
@@ -14,5 +14,6 @@
- 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. */
+ 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., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA. */
diff --git a/lib/exit.h b/lib/exit.h
index 4e8d46516..23bb12908 100644
--- a/lib/exit.h
+++ b/lib/exit.h
@@ -13,5 +13,6 @@
- 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. */
+ 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., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA. */
diff --git a/lib/exitfail.c b/lib/exitfail.c
index 2ae5f6955..186be4fb9 100644
--- a/lib/exitfail.c
+++ b/lib/exitfail.c
@@ -15,5 +15,5 @@
You should have received a copy of the GNU General Public License
- along with this program; see the file COPYING.
- If not, write to the Free Software Foundation,
- 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ along with this program; see the file COPYING. If not, write to
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA. */
diff --git a/lib/exitfail.h b/lib/exitfail.h
index cf5ab7195..26f141ec6 100644
--- a/lib/exitfail.h
+++ b/lib/exitfail.h
@@ -15,5 +15,5 @@
You should have received a copy of the GNU General Public License
- along with this program; see the file COPYING.
- If not, write to the Free Software Foundation,
- 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ along with this program; see the file COPYING. If not, write to
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA. */
diff --git a/lib/fnmatch_.h b/lib/fnmatch_.h
index 87e661f72..b0cc2396c 100644
--- a/lib/fnmatch_.h
+++ b/lib/fnmatch_.h
@@ -13,5 +13,6 @@
- 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. */
+ 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., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA. */
diff --git a/lib/fnmatch_loop.c b/lib/fnmatch_loop.c
index 7cea5a76e..0348e2af6 100644
--- a/lib/fnmatch_loop.c
+++ b/lib/fnmatch_loop.c
@@ -13,5 +13,6 @@
- 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. */
+ 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., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA. */
diff --git a/lib/getpass.c b/lib/getpass.c
index 4f520aef3..a6f37a650 100644
--- a/lib/getpass.c
+++ b/lib/getpass.c
@@ -13,5 +13,6 @@
- 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. */
+ 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., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA. */
diff --git a/lib/getpass.h b/lib/getpass.h
index 650212649..f9410284e 100644
--- a/lib/getpass.h
+++ b/lib/getpass.h
@@ -14,5 +14,6 @@
- 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. */
+ 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., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA. */
diff --git a/lib/mailcap.c b/lib/mailcap.c
index a4f805b54..cb0c8ecb0 100644
--- a/lib/mailcap.c
+++ b/lib/mailcap.c
@@ -15,3 +15,4 @@
along with GNU Mailutils; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
diff --git a/lib/malloc.c b/lib/malloc.c
index ca04c57cd..2372ca66f 100644
--- a/lib/malloc.c
+++ b/lib/malloc.c
@@ -13,5 +13,6 @@
- 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. */
+ 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., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA. */
diff --git a/lib/mbswidth.c b/lib/mbswidth.c
index a51176026..8baa68902 100644
--- a/lib/mbswidth.c
+++ b/lib/mbswidth.c
@@ -13,5 +13,6 @@
- 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. */
+ 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., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA. */
diff --git a/lib/mbswidth.h b/lib/mbswidth.h
index 4fcdb2096..2cc7c4178 100644
--- a/lib/mbswidth.h
+++ b/lib/mbswidth.h
@@ -13,5 +13,6 @@
- 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. */
+ 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., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA. */
diff --git a/lib/mu_asprintf.h b/lib/mu_asprintf.h
index 5f141e25c..0d2f0ffd6 100644
--- a/lib/mu_asprintf.h
+++ b/lib/mu_asprintf.h
@@ -11,5 +11,6 @@
- You should have received a copy of the GNU Library General Public License
- along with GNU Mailutils; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ You should have received a copy of the GNU Library General
+ Public License along with GNU Mailutils; if not, write to the
+ Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA */
diff --git a/lib/mu_dbm.c b/lib/mu_dbm.c
index 22c812b5d..c2ab7f6c7 100644
--- a/lib/mu_dbm.c
+++ b/lib/mu_dbm.c
@@ -15,3 +15,4 @@
along with GNU Mailutils; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
diff --git a/lib/mu_dbm.h b/lib/mu_dbm.h
index 5ee4d4259..2be981916 100644
--- a/lib/mu_dbm.h
+++ b/lib/mu_dbm.h
@@ -15,3 +15,4 @@
along with GNU Mailutils; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
diff --git a/lib/obstack.c b/lib/obstack.c
index 63396131c..d3fe7a796 100644
--- a/lib/obstack.c
+++ b/lib/obstack.c
@@ -16,5 +16,6 @@
- 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. */
+ 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., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA. */
diff --git a/lib/obstack.h b/lib/obstack.h
index 46a1cb781..e949fd4cc 100644
--- a/lib/obstack.h
+++ b/lib/obstack.h
@@ -19,5 +19,6 @@
- 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. */
+ 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., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA. */
diff --git a/lib/realloc.c b/lib/realloc.c
index 14fec075f..c03b354ae 100644
--- a/lib/realloc.c
+++ b/lib/realloc.c
@@ -13,5 +13,6 @@
- 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. */
+ 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., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA. */
diff --git a/lib/setenv.c b/lib/setenv.c
index 320469b86..ae023c758 100644
--- a/lib/setenv.c
+++ b/lib/setenv.c
@@ -13,5 +13,6 @@
- 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. */
+ 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., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA. */
diff --git a/lib/setenv.h b/lib/setenv.h
index 7ac5ae645..d8d5060e0 100644
--- a/lib/setenv.h
+++ b/lib/setenv.h
@@ -13,5 +13,6 @@
- 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. */
+ 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., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA. */
diff --git a/lib/snprintf.c b/lib/snprintf.c
index 9a4edc1f5..2f10e4bc6 100644
--- a/lib/snprintf.c
+++ b/lib/snprintf.c
@@ -14,5 +14,6 @@
- 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. */
+ 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., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA. */
diff --git a/lib/snprintf.h b/lib/snprintf.h
index a72f74d63..cf594aa9e 100644
--- a/lib/snprintf.h
+++ b/lib/snprintf.h
@@ -14,5 +14,6 @@
- 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. */
+ 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., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA. */
diff --git a/lib/stdbool.h b/lib/stdbool.h
index d1fe7c11a..034e7c20c 100644
--- a/lib/stdbool.h
+++ b/lib/stdbool.h
@@ -13,5 +13,6 @@
- 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. */
+ 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., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA. */
@@ -73,3 +74,3 @@
#if !(defined __cplusplus || defined __BEOS__)
-# if !0
+# if !1
# if defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1)
diff --git a/lib/stdbool_.h b/lib/stdbool_.h
index e33715a61..0e2396e27 100644
--- a/lib/stdbool_.h
+++ b/lib/stdbool_.h
@@ -13,5 +13,6 @@
- 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. */
+ 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., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA. */
diff --git a/lib/unsetenv.c b/lib/unsetenv.c
index 31c299e46..02c8f9de9 100644
--- a/lib/unsetenv.c
+++ b/lib/unsetenv.c
@@ -13,5 +13,6 @@
- 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. */
+ 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., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA. */
diff --git a/lib/utmp.c b/lib/utmp.c
index 8511cd260..e22498f57 100644
--- a/lib/utmp.c
+++ b/lib/utmp.c
@@ -14,5 +14,6 @@ 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. */
+You should have received a copy of the GNU General Public
+Licensealong with this program; if not, write to the Free
+SoftwareFoundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301 USA. */
diff --git a/lib/vasprintf.c b/lib/vasprintf.c
index ba94c64ba..263aa3655 100644
--- a/lib/vasprintf.c
+++ b/lib/vasprintf.c
@@ -13,5 +13,6 @@
- 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. */
+ 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., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA. */
diff --git a/lib/vasprintf.h b/lib/vasprintf.h
index fdd831f20..2f41f9578 100644
--- a/lib/vasprintf.h
+++ b/lib/vasprintf.h
@@ -13,5 +13,6 @@
- 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. */
+ 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., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA. */
diff --git a/lib/xalloc.h b/lib/xalloc.h
index 8d0fcf0fa..e2898d6a9 100644
--- a/lib/xalloc.h
+++ b/lib/xalloc.h
@@ -15,5 +15,6 @@
- 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. */
+ 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., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA. */
diff --git a/lib/xalloc_die.c b/lib/xalloc_die.c
index ce4497ad0..d5d63d4de 100644
--- a/lib/xalloc_die.c
+++ b/lib/xalloc_die.c
@@ -15,3 +15,4 @@
along with GNU Mailutils; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
diff --git a/lib/xmalloc.c b/lib/xmalloc.c
index 13c249026..b8de1c401 100644
--- a/lib/xmalloc.c
+++ b/lib/xmalloc.c
@@ -15,5 +15,6 @@
- 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. */
+ 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., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA. */
diff --git a/lib/xsize.h b/lib/xsize.h
index 7634c6d4d..3bb80c6b5 100644
--- a/lib/xsize.h
+++ b/lib/xsize.h
@@ -14,5 +14,6 @@
- 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. */
+ 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., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA. */
diff --git a/lib/xstrtol.c b/lib/xstrtol.c
index 906e4a1cc..5970da016 100644
--- a/lib/xstrtol.c
+++ b/lib/xstrtol.c
@@ -15,5 +15,6 @@
- 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. */
+ 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., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA. */
diff --git a/lib/xstrtol.h b/lib/xstrtol.h
index 0d6b98482..e37f49170 100644
--- a/lib/xstrtol.h
+++ b/lib/xstrtol.h
@@ -15,5 +15,6 @@
- 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. */
+ 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., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA. */

Return to:

Send suggestions and report system problems to the System administrator.