summaryrefslogtreecommitdiff
path: root/wsutil
diff options
context:
space:
mode:
Diffstat (limited to 'wsutil')
-rw-r--r--wsutil/CMakeLists.txt2
-rw-r--r--wsutil/Makefile.am2
-rw-r--r--wsutil/Makefile.common2
-rw-r--r--wsutil/crc6.c2
-rw-r--r--wsutil/crcdrm.h2
-rw-r--r--wsutil/file_util.c2
-rw-r--r--wsutil/file_util.h2
-rw-r--r--wsutil/inet_aton.h2
-rw-r--r--wsutil/inet_v6defs.h2
-rw-r--r--wsutil/mpeg-audio.c2
-rw-r--r--wsutil/mpeg-audio.h2
-rw-r--r--wsutil/privileges.c2
-rw-r--r--wsutil/privileges.h2
-rw-r--r--wsutil/str_util.c2
-rw-r--r--wsutil/str_util.h2
-rw-r--r--wsutil/strptime.h2
-rw-r--r--wsutil/type_util.c2
-rw-r--r--wsutil/type_util.h2
-rw-r--r--wsutil/unicode-utils.c2
-rw-r--r--wsutil/unicode-utils.h2
20 files changed, 20 insertions, 20 deletions
diff --git a/wsutil/CMakeLists.txt b/wsutil/CMakeLists.txt
index ba22b8ffb0..f54c5eddea 100644
--- a/wsutil/CMakeLists.txt
+++ b/wsutil/CMakeLists.txt
@@ -18,7 +18,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.
#
IF(WIN32)
diff --git a/wsutil/Makefile.am b/wsutil/Makefile.am
index e0d5ed1e9a..4be0a29e3f 100644
--- a/wsutil/Makefile.am
+++ b/wsutil/Makefile.am
@@ -18,7 +18,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.
ACLOCAL_AMFLAGS = `../aclocal-flags`
diff --git a/wsutil/Makefile.common b/wsutil/Makefile.common
index ed5e7c29b9..22190db4ac 100644
--- a/wsutil/Makefile.common
+++ b/wsutil/Makefile.common
@@ -21,7 +21,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.
# C source files that are part of the libwsutil source; this includes only
# .c files, not YACC or Lex or... files (as Makefile.nmake maps this list
diff --git a/wsutil/crc6.c b/wsutil/crc6.c
index 333a1a51cd..bdd97ae941 100644
--- a/wsutil/crc6.c
+++ b/wsutil/crc6.c
@@ -19,7 +19,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.
*
*/
diff --git a/wsutil/crcdrm.h b/wsutil/crcdrm.h
index 3497ef2004..9f606a7192 100644
--- a/wsutil/crcdrm.h
+++ b/wsutil/crcdrm.h
@@ -20,7 +20,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.
*/
#ifndef __CRCDRM_H__
diff --git a/wsutil/file_util.c b/wsutil/file_util.c
index 1403b0dcea..a024496585 100644
--- a/wsutil/file_util.c
+++ b/wsutil/file_util.c
@@ -18,7 +18,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.
*
*/
diff --git a/wsutil/file_util.h b/wsutil/file_util.h
index 6c926230ec..a3867196ab 100644
--- a/wsutil/file_util.h
+++ b/wsutil/file_util.h
@@ -19,7 +19,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.
*/
#ifndef __FILE_UTIL_H__
diff --git a/wsutil/inet_aton.h b/wsutil/inet_aton.h
index c527ad584b..670898124c 100644
--- a/wsutil/inet_aton.h
+++ b/wsutil/inet_aton.h
@@ -18,7 +18,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.
*/
/*
diff --git a/wsutil/inet_v6defs.h b/wsutil/inet_v6defs.h
index d6b6a9c1ac..76abf349bc 100644
--- a/wsutil/inet_v6defs.h
+++ b/wsutil/inet_v6defs.h
@@ -18,7 +18,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.
*/
#ifndef __INET_V6DEFS_H__
diff --git a/wsutil/mpeg-audio.c b/wsutil/mpeg-audio.c
index cca12be56b..e6deac9a5e 100644
--- a/wsutil/mpeg-audio.c
+++ b/wsutil/mpeg-audio.c
@@ -19,7 +19,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.
*/
#include "mpeg-audio.h"
diff --git a/wsutil/mpeg-audio.h b/wsutil/mpeg-audio.h
index d0dfd26da2..2f6194cc6b 100644
--- a/wsutil/mpeg-audio.h
+++ b/wsutil/mpeg-audio.h
@@ -19,7 +19,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.
*/
#ifndef MPA_H
diff --git a/wsutil/privileges.c b/wsutil/privileges.c
index 64229a4c0d..039949c07b 100644
--- a/wsutil/privileges.c
+++ b/wsutil/privileges.c
@@ -19,7 +19,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.
*/
#ifdef HAVE_CONFIG_H
diff --git a/wsutil/privileges.h b/wsutil/privileges.h
index eed160d7b6..9d7474d878 100644
--- a/wsutil/privileges.h
+++ b/wsutil/privileges.h
@@ -19,7 +19,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.
*/
#ifndef __PRIVILEGES_H__
diff --git a/wsutil/str_util.c b/wsutil/str_util.c
index 717fcb516d..d4fb3f34fc 100644
--- a/wsutil/str_util.c
+++ b/wsutil/str_util.c
@@ -19,7 +19,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.
*/
#ifdef HAVE_CONFIG_H
diff --git a/wsutil/str_util.h b/wsutil/str_util.h
index 63537183fd..8084929fc3 100644
--- a/wsutil/str_util.h
+++ b/wsutil/str_util.h
@@ -19,7 +19,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.
*/
#ifndef __STR_UTIL_H__
diff --git a/wsutil/strptime.h b/wsutil/strptime.h
index ce2984647f..d10ff5f302 100644
--- a/wsutil/strptime.h
+++ b/wsutil/strptime.h
@@ -18,7 +18,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.
*/
#ifndef __STRPTIME_H__
diff --git a/wsutil/type_util.c b/wsutil/type_util.c
index e90575d7ba..87a401f835 100644
--- a/wsutil/type_util.c
+++ b/wsutil/type_util.c
@@ -19,7 +19,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.
*/
#ifdef HAVE_CONFIG_H
diff --git a/wsutil/type_util.h b/wsutil/type_util.h
index 5cd81fd514..6b7c5db839 100644
--- a/wsutil/type_util.h
+++ b/wsutil/type_util.h
@@ -19,7 +19,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.
*/
#ifndef __TYPE_UTIL_H__
diff --git a/wsutil/unicode-utils.c b/wsutil/unicode-utils.c
index 567ef180ca..8935e46f38 100644
--- a/wsutil/unicode-utils.c
+++ b/wsutil/unicode-utils.c
@@ -19,7 +19,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.
*/
#ifndef _WIN32
diff --git a/wsutil/unicode-utils.h b/wsutil/unicode-utils.h
index a03a172732..72a0ab2ca4 100644
--- a/wsutil/unicode-utils.h
+++ b/wsutil/unicode-utils.h
@@ -19,7 +19,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.
*/
#ifndef __UNICODEUTIL_H__