aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rw-r--r--util/Makefile.am2
-rw-r--r--util/argparse.c4
-rw-r--r--util/assuan-buffer.c3
-rw-r--r--util/assuan-client.c3
-rw-r--r--util/assuan-connect.c3
-rw-r--r--util/assuan-defs.h3
-rw-r--r--util/assuan-errors.c3
-rw-r--r--util/assuan-logging.c3
-rw-r--r--util/assuan-socket-connect.c3
-rw-r--r--util/assuan-socket.c3
-rw-r--r--util/assuan-util.c3
-rw-r--r--util/dotlock.c3
-rw-r--r--util/errors.c3
-rw-r--r--util/fileutil.c3
-rw-r--r--util/http.c3
-rw-r--r--util/iobuf.c3
-rw-r--r--util/isascii.c3
-rw-r--r--util/logger.c3
-rw-r--r--util/membuf.c3
-rw-r--r--util/memory.c3
-rw-r--r--util/memrchr.c3
-rw-r--r--util/miscutil.c3
-rw-r--r--util/mkdtemp.c3
-rw-r--r--util/regcomp.c2
-rw-r--r--util/regex.c2
-rw-r--r--util/regex_internal.c2
-rw-r--r--util/regex_internal.h2
-rw-r--r--util/regexec.c2
-rw-r--r--util/riscos.c3
-rw-r--r--util/secmem.c3
-rw-r--r--util/simple-gettext.c3
-rw-r--r--util/srv.c3
-rw-r--r--util/srv.h3
-rw-r--r--util/strgutil.c3
-rw-r--r--util/timegm.c3
-rw-r--r--util/ttyio.c3
-rw-r--r--util/w32reg.c3
37 files changed, 68 insertions, 38 deletions
diff --git a/util/Makefile.am b/util/Makefile.am
index d54aa7a97..a143199af 100644
--- a/util/Makefile.am
+++ b/util/Makefile.am
@@ -14,7 +14,7 @@
#
# 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/util/argparse.c b/util/argparse.c
index becfb4d06..049eafd9e 100644
--- a/util/argparse.c
+++ b/util/argparse.c
@@ -16,7 +16,7 @@
*
* 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
*
*
* Note: This is an independent version of the one in WkLib
@@ -930,7 +930,7 @@ default_strusage( int level )
"GNU General Public License for more details.\n\n"
"You should have received a copy of the GNU General Public License\n"
"along with this program; if not, write to the Free Software\n"
-"Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n";
+"Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n";
break;
case 40: /* short and long usage */
case 41: p = ""; break;
diff --git a/util/assuan-buffer.c b/util/assuan-buffer.c
index 949e7f49d..7d40b2c53 100644
--- a/util/assuan-buffer.c
+++ b/util/assuan-buffer.c
@@ -15,7 +15,8 @@
*
* You should have received a copy of the GNU Lesser 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.
*/
/* Please note that this is a stripped down and modified version of
diff --git a/util/assuan-client.c b/util/assuan-client.c
index a1cd2a53a..0467f6dc5 100644
--- a/util/assuan-client.c
+++ b/util/assuan-client.c
@@ -16,7 +16,8 @@
*
* You should have received a copy of the GNU Lesser 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.
*/
/* Please note that this is a stripped down and modified version of
diff --git a/util/assuan-connect.c b/util/assuan-connect.c
index 52c9aa00f..9952b4406 100644
--- a/util/assuan-connect.c
+++ b/util/assuan-connect.c
@@ -15,7 +15,8 @@
*
* You should have received a copy of the GNU Lesser 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.
*/
/* Please note that this is a stripped down and modified version of
diff --git a/util/assuan-defs.h b/util/assuan-defs.h
index 06400d836..67c4e13ce 100644
--- a/util/assuan-defs.h
+++ b/util/assuan-defs.h
@@ -16,7 +16,8 @@
*
* You should have received a copy of the GNU Lesser 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.
*/
/* Please note that this is a stripped down and modified version of
diff --git a/util/assuan-errors.c b/util/assuan-errors.c
index 01f718ca9..c3a8770cb 100644
--- a/util/assuan-errors.c
+++ b/util/assuan-errors.c
@@ -16,7 +16,8 @@
*
* You should have received a copy of the GNU Lesser 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.
*/
/* Please note that this is a stripped down and modified version of
diff --git a/util/assuan-logging.c b/util/assuan-logging.c
index 6663e8114..f2d6c876d 100644
--- a/util/assuan-logging.c
+++ b/util/assuan-logging.c
@@ -15,7 +15,8 @@
*
* You should have received a copy of the GNU Lesser 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.
*/
/* Please note that this is a stripped down and modified version of
diff --git a/util/assuan-socket-connect.c b/util/assuan-socket-connect.c
index 003859147..0c580cd5f 100644
--- a/util/assuan-socket-connect.c
+++ b/util/assuan-socket-connect.c
@@ -15,7 +15,8 @@
*
* You should have received a copy of the GNU Lesser 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.
*/
/* Please note that this is a stripped down and modified version of
diff --git a/util/assuan-socket.c b/util/assuan-socket.c
index 080eff243..4d79792ce 100644
--- a/util/assuan-socket.c
+++ b/util/assuan-socket.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.
*/
/* Please note that this is a stripped down and modified version of
diff --git a/util/assuan-util.c b/util/assuan-util.c
index a5ee0b290..db3cb7232 100644
--- a/util/assuan-util.c
+++ b/util/assuan-util.c
@@ -16,7 +16,8 @@
*
* You should have received a copy of the GNU Lesser 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.
*/
/* Please note that this is a stripped down and modified version of
diff --git a/util/dotlock.c b/util/dotlock.c
index b60e4db75..82df3b3c4 100644
--- a/util/dotlock.c
+++ b/util/dotlock.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/util/errors.c b/util/errors.c
index feb84fca1..66f539464 100644
--- a/util/errors.c
+++ b/util/errors.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/util/fileutil.c b/util/fileutil.c
index 99aa0776b..4ee94400e 100644
--- a/util/fileutil.c
+++ b/util/fileutil.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/util/http.c b/util/http.c
index 19393c360..33349dce4 100644
--- a/util/http.c
+++ b/util/http.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/util/iobuf.c b/util/iobuf.c
index 2cbde7f90..324bf075e 100644
--- a/util/iobuf.c
+++ b/util/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/util/isascii.c b/util/isascii.c
index 565c71664..b71febe99 100644
--- a/util/isascii.c
+++ b/util/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/util/logger.c b/util/logger.c
index bd3156f3d..9326a4659 100644
--- a/util/logger.c
+++ b/util/logger.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/util/membuf.c b/util/membuf.c
index ea69ee953..44347fa1b 100644
--- a/util/membuf.c
+++ b/util/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/util/memory.c b/util/memory.c
index f84e507dc..35b37cfbc 100644
--- a/util/memory.c
+++ b/util/memory.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.
*
*
* We use our own memory allocation functions instead of plain malloc(),
diff --git a/util/memrchr.c b/util/memrchr.c
index 009ae8ec4..fafce1073 100644
--- a/util/memrchr.c
+++ b/util/memrchr.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.
*/
/*
diff --git a/util/miscutil.c b/util/miscutil.c
index 8a1a1b126..92dde404c 100644
--- a/util/miscutil.c
+++ b/util/miscutil.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/util/mkdtemp.c b/util/mkdtemp.c
index 3abdc1da6..c8b67db5a 100644
--- a/util/mkdtemp.c
+++ b/util/mkdtemp.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 replacement function for mkdtemp in case the platform
diff --git a/util/regcomp.c b/util/regcomp.c
index c517b71cc..d4957e4b9 100644
--- a/util/regcomp.c
+++ b/util/regcomp.c
@@ -16,7 +16,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, write to the Free
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ 02110-1301 USA. */
#include <assert.h>
#include <ctype.h>
diff --git a/util/regex.c b/util/regex.c
index 1d5dd0f53..34d412002 100644
--- a/util/regex.c
+++ b/util/regex.c
@@ -16,7 +16,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, write to the Free
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ 02110-1301 USA. */
#ifdef _LIBC
/* We have to keep the namespace clean. */
diff --git a/util/regex_internal.c b/util/regex_internal.c
index 94185bf89..0f8b897b1 100644
--- a/util/regex_internal.c
+++ b/util/regex_internal.c
@@ -16,7 +16,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, write to the Free
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ 02110-1301 USA. */
#include <assert.h>
#include <ctype.h>
diff --git a/util/regex_internal.h b/util/regex_internal.h
index 0bbf1081e..679bea11b 100644
--- a/util/regex_internal.h
+++ b/util/regex_internal.h
@@ -16,7 +16,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, write to the Free
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ 02110-1301 USA. */
#ifndef _REGEX_INTERNAL_H
#define _REGEX_INTERNAL_H 1
diff --git a/util/regexec.c b/util/regexec.c
index d791edb36..40d305899 100644
--- a/util/regexec.c
+++ b/util/regexec.c
@@ -16,7 +16,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, write to the Free
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ 02110-1301 USA. */
#include <assert.h>
#include <ctype.h>
diff --git a/util/riscos.c b/util/riscos.c
index 256f3f65d..c4240c8ba 100644
--- a/util/riscos.c
+++ b/util/riscos.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.
*/
#ifndef __RISCOS__C__
diff --git a/util/secmem.c b/util/secmem.c
index de3e9d4fb..10f6052ab 100644
--- a/util/secmem.c
+++ b/util/secmem.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/util/simple-gettext.c b/util/simple-gettext.c
index d5db6f8fa..483f293b4 100644
--- a/util/simple-gettext.c
+++ b/util/simple-gettext.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.
*/
/* This is a simplified version of gettext written by Ulrich Drepper.
diff --git a/util/srv.c b/util/srv.c
index 594055776..75424d91d 100644
--- a/util/srv.c
+++ b/util/srv.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/util/srv.h b/util/srv.h
index d672d3f47..a81ebd573 100644
--- a/util/srv.h
+++ b/util/srv.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 _SRV_H_
diff --git a/util/strgutil.c b/util/strgutil.c
index 131ef3cd4..58f5b0b50 100644
--- a/util/strgutil.c
+++ b/util/strgutil.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/util/timegm.c b/util/timegm.c
index 3fdd99e43..3b7931e7c 100644
--- a/util/timegm.c
+++ b/util/timegm.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.
*/
/*
diff --git a/util/ttyio.c b/util/ttyio.c
index 08f4d3373..65d50479d 100644
--- a/util/ttyio.c
+++ b/util/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/util/w32reg.c b/util/w32reg.c
index f8e81b478..73732e032 100644
--- a/util/w32reg.c
+++ b/util/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>