aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--common/Makefile.am3
-rw-r--r--common/asshelp.c3
-rw-r--r--common/asshelp.h3
-rw-r--r--common/b64enc.c3
-rw-r--r--common/dynload.h3
-rw-r--r--common/errors.h3
-rw-r--r--common/estream.c37
-rw-r--r--common/estream.h37
-rw-r--r--common/exechelp.c3
-rw-r--r--common/exechelp.h3
-rw-r--r--common/gettime.c3
-rw-r--r--common/homedir.c3
-rw-r--r--common/i18n.h3
-rw-r--r--common/iobuf.c3
-rw-r--r--common/iobuf.h3
-rw-r--r--common/isascii.c3
-rw-r--r--common/maperror.c3
-rw-r--r--common/membuf.c3
-rw-r--r--common/membuf.h3
-rw-r--r--common/miscellaneous.c3
-rwxr-xr-xcommon/mkerrors3
-rwxr-xr-xcommon/mkerrtok3
-rw-r--r--common/sexp-parse.h3
-rw-r--r--common/sexputil.c3
-rw-r--r--common/signal.c3
-rw-r--r--common/simple-gettext.c3
-rw-r--r--common/simple-pwquery.c3
-rw-r--r--common/simple-pwquery.h3
-rw-r--r--common/sysutils.c3
-rw-r--r--common/sysutils.h3
-rw-r--r--common/ttyio.c3
-rw-r--r--common/ttyio.h3
-rw-r--r--common/util.h3
-rw-r--r--common/vasprintf.c4
-rw-r--r--common/w32reg.c3
-rw-r--r--common/xasprintf.c3
-rw-r--r--common/xreadline.c3
-rw-r--r--common/yesno.c3
38 files changed, 110 insertions, 73 deletions
diff --git a/common/Makefile.am b/common/Makefile.am
index 34819e93f..085440bb3 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -15,7 +15,8 @@
#
# 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
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+# USA.
## Process this file with automake to produce Makefile.in
diff --git a/common/asshelp.c b/common/asshelp.c
index 0edaeae0e..1da899522 100644
--- a/common/asshelp.c
+++ b/common/asshelp.c
@@ -15,7 +15,8 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*/
#include <config.h>
diff --git a/common/asshelp.h b/common/asshelp.h
index 2d6dc79e6..9f4b5806b 100644
--- a/common/asshelp.h
+++ b/common/asshelp.h
@@ -15,7 +15,8 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*/
#ifndef GNUPG_COMMON_ASSHELP_H
diff --git a/common/b64enc.c b/common/b64enc.c
index 5b7a42ab3..bfc49deb6 100644
--- a/common/b64enc.c
+++ b/common/b64enc.c
@@ -15,7 +15,8 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*/
#include <config.h>
diff --git a/common/dynload.h b/common/dynload.h
index 2c074141f..9b67fa9ed 100644
--- a/common/dynload.h
+++ b/common/dynload.h
@@ -15,7 +15,8 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*/
#ifndef GNUPG_DYNLOAD_H
diff --git a/common/errors.h b/common/errors.h
index f34f3ba79..131891f65 100644
--- a/common/errors.h
+++ b/common/errors.h
@@ -15,7 +15,8 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*/
#ifndef GNUPG_COMMON_ERRORS_H
diff --git a/common/estream.c b/common/estream.c
index 70b3d9c6e..c2030371b 100644
--- a/common/estream.c
+++ b/common/estream.c
@@ -1,22 +1,23 @@
/* estream.c - Extended stream I/O/ Library
- Copyright (C) 2004 g10 Code GmbH
-
- This file is part of Libestream.
-
- Libestream 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 of the License,
- or (at your option) any later version.
-
- Libestream 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
- Lesser General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with Libestream; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- 02111-1307, USA. */
+ * Copyright (C) 2004 g10 Code GmbH
+ *
+ * This file is part of Libestream.
+ *
+ * Libestream 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 of the License,
+ * or (at your option) any later version.
+ *
+ * Libestream 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with Libestream; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
+ */
#ifdef USE_ESTREAM_SUPPORT_H
# include <estream-support.h>
diff --git a/common/estream.h b/common/estream.h
index ebe575926..a9b4847c8 100644
--- a/common/estream.h
+++ b/common/estream.h
@@ -1,22 +1,23 @@
/* estream.h - Extended stream I/O/ Library
- Copyright (C) 2004 g10 Code GmbH
-
- This file is part of Libestream.
-
- Libestream 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 of the License,
- or (at your option) any later version.
-
- Libestream 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
- Lesser General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with Libestream; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- 02111-1307, USA. */
+ * Copyright (C) 2004 g10 Code GmbH
+ *
+ * This file is part of Libestream.
+ *
+ * Libestream 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 of the License,
+ * or (at your option) any later version.
+ *
+ * Libestream 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with Libestream; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
+ */
#ifndef ESTREAM_H
#define ESTREAM_H
diff --git a/common/exechelp.c b/common/exechelp.c
index dc0a6b0e1..e64b69022 100644
--- a/common/exechelp.c
+++ b/common/exechelp.c
@@ -15,7 +15,8 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*/
#include <config.h>
diff --git a/common/exechelp.h b/common/exechelp.h
index f00d18dd8..1df029b7e 100644
--- a/common/exechelp.h
+++ b/common/exechelp.h
@@ -15,7 +15,8 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*/
#ifndef GNUPG_COMMON_EXECHELP_H
diff --git a/common/gettime.c b/common/gettime.c
index ecdc7df95..c4ea3283a 100644
--- a/common/gettime.c
+++ b/common/gettime.c
@@ -15,7 +15,8 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*/
#include <config.h>
diff --git a/common/homedir.c b/common/homedir.c
index a118cbac1..39d6dce20 100644
--- a/common/homedir.c
+++ b/common/homedir.c
@@ -15,7 +15,8 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*/
#include <config.h>
diff --git a/common/i18n.h b/common/i18n.h
index 0e13dca4d..0187ba265 100644
--- a/common/i18n.h
+++ b/common/i18n.h
@@ -15,7 +15,8 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*/
#ifndef GNUPG_COMMON_I18N_H
diff --git a/common/iobuf.c b/common/iobuf.c
index bbb666f67..8f7374f8c 100644
--- a/common/iobuf.c
+++ b/common/iobuf.c
@@ -16,7 +16,8 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*/
#include <config.h>
diff --git a/common/iobuf.h b/common/iobuf.h
index 3b8f4b572..a3dd7f1c5 100644
--- a/common/iobuf.h
+++ b/common/iobuf.h
@@ -15,7 +15,8 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*/
#ifndef GNUPG_COMMON_IOBUF_H
diff --git a/common/isascii.c b/common/isascii.c
index 565c71664..b71febe99 100644
--- a/common/isascii.c
+++ b/common/isascii.c
@@ -15,7 +15,8 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*/
#ifdef HAVE_CONFIG_H
diff --git a/common/maperror.c b/common/maperror.c
index 9efd64338..06546b501 100644
--- a/common/maperror.c
+++ b/common/maperror.c
@@ -15,7 +15,8 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*/
#include <config.h>
diff --git a/common/membuf.c b/common/membuf.c
index 75f6bdb2a..2d35fefab 100644
--- a/common/membuf.c
+++ b/common/membuf.c
@@ -15,7 +15,8 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*/
#include <config.h>
diff --git a/common/membuf.h b/common/membuf.h
index c199363cc..9033be61e 100644
--- a/common/membuf.h
+++ b/common/membuf.h
@@ -15,7 +15,8 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*/
#ifndef GNUPG_COMMON_MEMBUF_H
diff --git a/common/miscellaneous.c b/common/miscellaneous.c
index e9f8ed27f..da74f65bc 100644
--- a/common/miscellaneous.c
+++ b/common/miscellaneous.c
@@ -15,7 +15,8 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*/
#include <config.h>
diff --git a/common/mkerrors b/common/mkerrors
index 5a1ef33da..994c61352 100755
--- a/common/mkerrors
+++ b/common/mkerrors
@@ -17,7 +17,8 @@
#
# 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
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+# USA.
cat <<EOF
/* Generated automatically by mkerrors */
diff --git a/common/mkerrtok b/common/mkerrtok
index 1029614af..67ab42c89 100755
--- a/common/mkerrtok
+++ b/common/mkerrtok
@@ -17,7 +17,8 @@
#
# 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
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+# USA.
cat <<EOF
/* Generated automatically by mkerrtok */
diff --git a/common/sexp-parse.h b/common/sexp-parse.h
index 89aa7210f..1064e51c4 100644
--- a/common/sexp-parse.h
+++ b/common/sexp-parse.h
@@ -15,7 +15,8 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*/
#ifndef SEXP_PARSE_H
diff --git a/common/sexputil.c b/common/sexputil.c
index 8a27ad978..fe0870c56 100644
--- a/common/sexputil.c
+++ b/common/sexputil.c
@@ -15,7 +15,8 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*/
/* This file implements a few utility functions useful when working
diff --git a/common/signal.c b/common/signal.c
index 2837d7b72..0c79214b2 100644
--- a/common/signal.c
+++ b/common/signal.c
@@ -16,7 +16,8 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*/
#include <config.h>
diff --git a/common/simple-gettext.c b/common/simple-gettext.c
index b6b851c77..56a305fd8 100644
--- a/common/simple-gettext.c
+++ b/common/simple-gettext.c
@@ -15,7 +15,8 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*/
/* This is a simplified version of gettext written by Ulrich Drepper.
diff --git a/common/simple-pwquery.c b/common/simple-pwquery.c
index f156ca3f1..e405c1ec0 100644
--- a/common/simple-pwquery.c
+++ b/common/simple-pwquery.c
@@ -15,7 +15,8 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*/
/* This module is intended as a standalone client implementation to
diff --git a/common/simple-pwquery.h b/common/simple-pwquery.h
index e3270d6c5..5b941d06f 100644
--- a/common/simple-pwquery.h
+++ b/common/simple-pwquery.h
@@ -15,7 +15,8 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*/
#ifndef SIMPLE_PWQUERY_H
diff --git a/common/sysutils.c b/common/sysutils.c
index a8f6f6f5d..3e52cdaa3 100644
--- a/common/sysutils.c
+++ b/common/sysutils.c
@@ -15,7 +15,8 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*/
#include <config.h>
diff --git a/common/sysutils.h b/common/sysutils.h
index 08198f685..c40dbfaa9 100644
--- a/common/sysutils.h
+++ b/common/sysutils.h
@@ -15,7 +15,8 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*/
#ifndef GNUPG_COMMON_SYSUTILS_H
diff --git a/common/ttyio.c b/common/ttyio.c
index c9f41c626..38883afa5 100644
--- a/common/ttyio.c
+++ b/common/ttyio.c
@@ -16,7 +16,8 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*/
#include <config.h>
diff --git a/common/ttyio.h b/common/ttyio.h
index 6148d644a..32d159863 100644
--- a/common/ttyio.h
+++ b/common/ttyio.h
@@ -15,7 +15,8 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*/
#ifndef GNUPG_COMMON_TTYIO_H
#define GNUPG_COMMON_TTYIO_H
diff --git a/common/util.h b/common/util.h
index 295d785c5..29106bf9c 100644
--- a/common/util.h
+++ b/common/util.h
@@ -15,7 +15,8 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*/
#ifndef GNUPG_COMMON_UTIL_H
diff --git a/common/vasprintf.c b/common/vasprintf.c
index 9efea33f2..4bed8de66 100644
--- a/common/vasprintf.c
+++ b/common/vasprintf.c
@@ -15,8 +15,8 @@ Library General Public License for more details.
You should have received a copy of the GNU Library General Public
License along with libiberty; see the file COPYING.LIB. If
-not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA. */
+not, write to the Free Software Foundation, Inc., 51 Franklin Street,
+Fifth Floor, Boston, MA 02110-1301, USA. */
#ifdef HAVE_CONFIG_H
#include <config.h>
diff --git a/common/w32reg.c b/common/w32reg.c
index a85ac7348..84308e916 100644
--- a/common/w32reg.c
+++ b/common/w32reg.c
@@ -15,7 +15,8 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*/
#include <config.h>
diff --git a/common/xasprintf.c b/common/xasprintf.c
index 46740a2e6..75ae18072 100644
--- a/common/xasprintf.c
+++ b/common/xasprintf.c
@@ -15,7 +15,8 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*/
#include <config.h>
diff --git a/common/xreadline.c b/common/xreadline.c
index 23aa35269..8400df330 100644
--- a/common/xreadline.c
+++ b/common/xreadline.c
@@ -15,7 +15,8 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*/
#include <config.h>
diff --git a/common/yesno.c b/common/yesno.c
index 737071691..9ca513740 100644
--- a/common/yesno.c
+++ b/common/yesno.c
@@ -15,7 +15,8 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*/
#include <config.h>