aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/5views.c2
-rw-r--r--wiretap/5views.h2
-rw-r--r--wiretap/CMakeLists.txt2
-rw-r--r--wiretap/Makefile.am2
-rw-r--r--wiretap/Makefile.common2
-rw-r--r--wiretap/aethra.c2
-rw-r--r--wiretap/aethra.h2
-rw-r--r--wiretap/airopeek9.c2
-rw-r--r--wiretap/airopeek9.h2
-rw-r--r--wiretap/ascend-int.h2
-rw-r--r--wiretap/ascend.y2
-rw-r--r--wiretap/ascendtext.c2
-rw-r--r--wiretap/ascendtext.h2
-rw-r--r--wiretap/atm.c2
-rw-r--r--wiretap/atm.h2
-rw-r--r--wiretap/ber.c2
-rw-r--r--wiretap/ber.h2
-rw-r--r--wiretap/btsnoop.c2
-rw-r--r--wiretap/btsnoop.h2
-rw-r--r--wiretap/buffer.c2
-rw-r--r--wiretap/buffer.h2
-rw-r--r--wiretap/catapult_dct2000.c2
-rw-r--r--wiretap/catapult_dct2000.h2
-rw-r--r--wiretap/cosine.c2
-rw-r--r--wiretap/cosine.h2
-rw-r--r--wiretap/csids.c2
-rw-r--r--wiretap/csids.h2
-rw-r--r--wiretap/dbs-etherwatch.c2
-rw-r--r--wiretap/dbs-etherwatch.h2
-rw-r--r--wiretap/dct3trace.c2
-rw-r--r--wiretap/dct3trace.h2
-rw-r--r--wiretap/etherpeek.c2
-rw-r--r--wiretap/etherpeek.h2
-rw-r--r--wiretap/eyesdn.c2
-rw-r--r--wiretap/eyesdn.h2
-rw-r--r--wiretap/file_access.c2
-rw-r--r--wiretap/file_wrappers.c2
-rw-r--r--wiretap/file_wrappers.h2
-rw-r--r--wiretap/hcidump.c2
-rw-r--r--wiretap/hcidump.h2
-rw-r--r--wiretap/i4btrace.c2
-rw-r--r--wiretap/i4btrace.h2
-rw-r--r--wiretap/ipfix.c2
-rw-r--r--wiretap/ipfix.h2
-rw-r--r--wiretap/iptrace.c2
-rw-r--r--wiretap/iptrace.h2
-rw-r--r--wiretap/iseries.c2
-rw-r--r--wiretap/iseries.h2
-rw-r--r--wiretap/k12.c2
-rw-r--r--wiretap/k12.h2
-rw-r--r--wiretap/lanalyzer.c2
-rw-r--r--wiretap/lanalyzer.h2
-rw-r--r--wiretap/libpcap.c2
-rw-r--r--wiretap/libpcap.h2
-rw-r--r--wiretap/mime_file.c2
-rw-r--r--wiretap/mime_file.h2
-rw-r--r--wiretap/mp2t.c2
-rw-r--r--wiretap/mp2t.h2
-rw-r--r--wiretap/mpeg.c2
-rw-r--r--wiretap/mpeg.h2
-rw-r--r--wiretap/netmon.c2
-rw-r--r--wiretap/netmon.h2
-rw-r--r--wiretap/netscaler.c2
-rw-r--r--wiretap/netscaler.h2
-rw-r--r--wiretap/netscreen.c2
-rw-r--r--wiretap/netscreen.h2
-rw-r--r--wiretap/netxray.c2
-rw-r--r--wiretap/netxray.h2
-rw-r--r--wiretap/ngsniffer.c2
-rw-r--r--wiretap/ngsniffer.h2
-rw-r--r--wiretap/pcap-common.c2
-rw-r--r--wiretap/pcap-common.h2
-rw-r--r--wiretap/pcap-encap.h2
-rw-r--r--wiretap/pcapng.c2
-rw-r--r--wiretap/pcapng.h2
-rw-r--r--wiretap/pppdump.c2
-rw-r--r--wiretap/pppdump.h2
-rw-r--r--wiretap/radcom.c2
-rw-r--r--wiretap/radcom.h2
-rw-r--r--wiretap/snoop.c2
-rw-r--r--wiretap/snoop.h2
-rw-r--r--wiretap/tnef.c2
-rw-r--r--wiretap/tnef.h2
-rw-r--r--wiretap/toshiba.c2
-rw-r--r--wiretap/toshiba.h2
-rw-r--r--wiretap/visual.c2
-rw-r--r--wiretap/visual.h2
-rw-r--r--wiretap/vms.c2
-rw-r--r--wiretap/vms.h2
-rw-r--r--wiretap/vwr.c2
-rw-r--r--wiretap/vwr.h2
-rw-r--r--wiretap/wtap-int.h2
92 files changed, 92 insertions, 92 deletions
diff --git a/wiretap/5views.c b/wiretap/5views.c
index f3cfda1865..834deb519a 100644
--- a/wiretap/5views.c
+++ b/wiretap/5views.c
@@ -17,7 +17,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/wiretap/5views.h b/wiretap/5views.h
index 860092e9c6..74f7c8cb4c 100644
--- a/wiretap/5views.h
+++ b/wiretap/5views.h
@@ -17,7 +17,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 __5VIEWS_H__
diff --git a/wiretap/CMakeLists.txt b/wiretap/CMakeLists.txt
index c55b092b44..1d236637be 100644
--- a/wiretap/CMakeLists.txt
+++ b/wiretap/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.
#
diff --git a/wiretap/Makefile.am b/wiretap/Makefile.am
index e1ca14c4cb..4b9436adac 100644
--- a/wiretap/Makefile.am
+++ b/wiretap/Makefile.am
@@ -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 ../Makefile.am.inc
diff --git a/wiretap/Makefile.common b/wiretap/Makefile.common
index 1fc6397fd4..68c992ec3f 100644
--- a/wiretap/Makefile.common
+++ b/wiretap/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 Wiretap source; this includes only
# .c files, not YACC or Lex or... files (as Makefile.nmake maps this list
diff --git a/wiretap/aethra.c b/wiretap/aethra.c
index 08880823dd..e4ab651f3c 100644
--- a/wiretap/aethra.c
+++ b/wiretap/aethra.c
@@ -17,7 +17,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/wiretap/aethra.h b/wiretap/aethra.h
index 240a6a734f..1fdd19d54f 100644
--- a/wiretap/aethra.h
+++ b/wiretap/aethra.h
@@ -17,7 +17,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 __W_AETHRA_H__
diff --git a/wiretap/airopeek9.c b/wiretap/airopeek9.c
index a43303774c..3d44a32a0f 100644
--- a/wiretap/airopeek9.c
+++ b/wiretap/airopeek9.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.
*/
#ifdef HAVE_CONFIG_H
diff --git a/wiretap/airopeek9.h b/wiretap/airopeek9.h
index 332a494295..6672c99d61 100644
--- a/wiretap/airopeek9.h
+++ b/wiretap/airopeek9.h
@@ -17,7 +17,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/wiretap/ascend-int.h b/wiretap/ascend-int.h
index b323e905e2..2d04eb5714 100644
--- a/wiretap/ascend-int.h
+++ b/wiretap/ascend-int.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 __ASCEND_INT_H__
diff --git a/wiretap/ascend.y b/wiretap/ascend.y
index c6a3fd5b67..63c39beaeb 100644
--- a/wiretap/ascend.y
+++ b/wiretap/ascend.y
@@ -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/wiretap/ascendtext.c b/wiretap/ascendtext.c
index 2795a23ca2..385d28b085 100644
--- a/wiretap/ascendtext.c
+++ b/wiretap/ascendtext.c
@@ -17,7 +17,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/wiretap/ascendtext.h b/wiretap/ascendtext.h
index 8957e4e4e3..1e75a230be 100644
--- a/wiretap/ascendtext.h
+++ b/wiretap/ascendtext.h
@@ -17,7 +17,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/wiretap/atm.c b/wiretap/atm.c
index e7021cb9f3..fa6ae88d93 100644
--- a/wiretap/atm.c
+++ b/wiretap/atm.c
@@ -17,7 +17,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/wiretap/atm.h b/wiretap/atm.h
index 95f0706355..d6a6a0ca8a 100644
--- a/wiretap/atm.h
+++ b/wiretap/atm.h
@@ -17,7 +17,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 __ATM_H__
diff --git a/wiretap/ber.c b/wiretap/ber.c
index 7b85309550..f08293faa7 100644
--- a/wiretap/ber.c
+++ b/wiretap/ber.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.
*/
#ifdef HAVE_CONFIG_H
diff --git a/wiretap/ber.h b/wiretap/ber.h
index f9c58dd256..5d1469ddcc 100644
--- a/wiretap/ber.h
+++ b/wiretap/ber.h
@@ -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.
*
*/
diff --git a/wiretap/btsnoop.c b/wiretap/btsnoop.c
index c9397d556b..9bf453fe9e 100644
--- a/wiretap/btsnoop.c
+++ b/wiretap/btsnoop.c
@@ -17,7 +17,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/wiretap/btsnoop.h b/wiretap/btsnoop.h
index 622632fc7e..86fe2a5f37 100644
--- a/wiretap/btsnoop.h
+++ b/wiretap/btsnoop.h
@@ -17,7 +17,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 __W_BTSNOOP_H__
diff --git a/wiretap/buffer.c b/wiretap/buffer.c
index bd5a94e3a6..865a74ab87 100644
--- a/wiretap/buffer.c
+++ b/wiretap/buffer.c
@@ -17,7 +17,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/wiretap/buffer.h b/wiretap/buffer.h
index c077a228c4..e9326e36be 100644
--- a/wiretap/buffer.h
+++ b/wiretap/buffer.h
@@ -17,7 +17,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/wiretap/catapult_dct2000.c b/wiretap/catapult_dct2000.c
index 02198eea27..7c981a5e7e 100644
--- a/wiretap/catapult_dct2000.c
+++ b/wiretap/catapult_dct2000.c
@@ -17,7 +17,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/wiretap/catapult_dct2000.h b/wiretap/catapult_dct2000.h
index 2fda9f48a7..494203d500 100644
--- a/wiretap/catapult_dct2000.h
+++ b/wiretap/catapult_dct2000.h
@@ -17,7 +17,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 __W_CAT_DCT2K_H__
diff --git a/wiretap/cosine.c b/wiretap/cosine.c
index 9121861b3c..3e590291a1 100644
--- a/wiretap/cosine.c
+++ b/wiretap/cosine.c
@@ -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.
*/
#ifdef HAVE_CONFIG_H
diff --git a/wiretap/cosine.h b/wiretap/cosine.h
index b8d2012a6e..e1ddbba36c 100644
--- a/wiretap/cosine.h
+++ b/wiretap/cosine.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.
*
*/
diff --git a/wiretap/csids.c b/wiretap/csids.c
index 61722f6dcb..8f330cf9e8 100644
--- a/wiretap/csids.c
+++ b/wiretap/csids.c
@@ -17,7 +17,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/wiretap/csids.h b/wiretap/csids.h
index 3b7e5a9de9..9b4ff71dff 100644
--- a/wiretap/csids.h
+++ b/wiretap/csids.h
@@ -17,7 +17,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/wiretap/dbs-etherwatch.c b/wiretap/dbs-etherwatch.c
index 8f7d8668f6..54719767e1 100644
--- a/wiretap/dbs-etherwatch.c
+++ b/wiretap/dbs-etherwatch.c
@@ -17,7 +17,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/wiretap/dbs-etherwatch.h b/wiretap/dbs-etherwatch.h
index bb59258d23..06c118dfb9 100644
--- a/wiretap/dbs-etherwatch.h
+++ b/wiretap/dbs-etherwatch.h
@@ -17,7 +17,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/wiretap/dct3trace.c b/wiretap/dct3trace.c
index dc8243cf8c..5eec026bc4 100644
--- a/wiretap/dct3trace.c
+++ b/wiretap/dct3trace.c
@@ -23,7 +23,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/wiretap/dct3trace.h b/wiretap/dct3trace.h
index ca9cd35a19..ef2b123bc0 100644
--- a/wiretap/dct3trace.h
+++ b/wiretap/dct3trace.h
@@ -17,7 +17,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 __W_DCT3TRACE_H__
diff --git a/wiretap/etherpeek.c b/wiretap/etherpeek.c
index 6f7dac635e..419364922f 100644
--- a/wiretap/etherpeek.c
+++ b/wiretap/etherpeek.c
@@ -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.
*/
#ifdef HAVE_CONFIG_H
diff --git a/wiretap/etherpeek.h b/wiretap/etherpeek.h
index 86768d370f..8e22ad9749 100644
--- a/wiretap/etherpeek.h
+++ b/wiretap/etherpeek.h
@@ -17,7 +17,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/wiretap/eyesdn.c b/wiretap/eyesdn.c
index ec6373906f..6c4f976c45 100644
--- a/wiretap/eyesdn.c
+++ b/wiretap/eyesdn.c
@@ -17,7 +17,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/wiretap/eyesdn.h b/wiretap/eyesdn.h
index 75d2e4f7a4..4874c26328 100644
--- a/wiretap/eyesdn.h
+++ b/wiretap/eyesdn.h
@@ -17,7 +17,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/wiretap/file_access.c b/wiretap/file_access.c
index fd3c9c70f1..55f2d1b296 100644
--- a/wiretap/file_access.c
+++ b/wiretap/file_access.c
@@ -17,7 +17,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/wiretap/file_wrappers.c b/wiretap/file_wrappers.c
index 210acc581b..f4d83d96b6 100644
--- a/wiretap/file_wrappers.c
+++ b/wiretap/file_wrappers.c
@@ -17,7 +17,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.
*/
/* file_access interface based heavily on zlib gzread.c and gzlib.c from zlib
diff --git a/wiretap/file_wrappers.h b/wiretap/file_wrappers.h
index efdb9c2950..f39f7ed467 100644
--- a/wiretap/file_wrappers.h
+++ b/wiretap/file_wrappers.h
@@ -17,7 +17,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_H__
diff --git a/wiretap/hcidump.c b/wiretap/hcidump.c
index b2d4c93624..5454514906 100644
--- a/wiretap/hcidump.c
+++ b/wiretap/hcidump.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.
*/
#ifdef HAVE_CONFIG_H
diff --git a/wiretap/hcidump.h b/wiretap/hcidump.h
index 978495402e..2b76c3a941 100644
--- a/wiretap/hcidump.h
+++ b/wiretap/hcidump.h
@@ -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.
*
*/
diff --git a/wiretap/i4btrace.c b/wiretap/i4btrace.c
index 0a8e3e438e..b87cd8211f 100644
--- a/wiretap/i4btrace.c
+++ b/wiretap/i4btrace.c
@@ -17,7 +17,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/wiretap/i4btrace.h b/wiretap/i4btrace.h
index 4143a06f57..1ab785d559 100644
--- a/wiretap/i4btrace.h
+++ b/wiretap/i4btrace.h
@@ -17,7 +17,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/wiretap/ipfix.c b/wiretap/ipfix.c
index e7e0b0ab5b..473b8eebab 100644
--- a/wiretap/ipfix.c
+++ b/wiretap/ipfix.c
@@ -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.
*/
/* File format reference:
diff --git a/wiretap/ipfix.h b/wiretap/ipfix.h
index 022b010a17..4374e03c33 100644
--- a/wiretap/ipfix.h
+++ b/wiretap/ipfix.h
@@ -17,7 +17,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 __W_IPFIX_H__
diff --git a/wiretap/iptrace.c b/wiretap/iptrace.c
index 1dca53675d..58834a0af9 100644
--- a/wiretap/iptrace.c
+++ b/wiretap/iptrace.c
@@ -17,7 +17,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/wiretap/iptrace.h b/wiretap/iptrace.h
index 11895fc515..edd376ad96 100644
--- a/wiretap/iptrace.h
+++ b/wiretap/iptrace.h
@@ -17,7 +17,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/wiretap/iseries.c b/wiretap/iseries.c
index 764f2401ae..3aa697e46c 100644
--- a/wiretap/iseries.c
+++ b/wiretap/iseries.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/wiretap/iseries.h b/wiretap/iseries.h
index 9ee07c6ed6..35b4880a50 100644
--- a/wiretap/iseries.h
+++ b/wiretap/iseries.h
@@ -17,7 +17,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 __W_ISERIES_H__
diff --git a/wiretap/k12.c b/wiretap/k12.c
index c8d579039f..a78eba0b87 100644
--- a/wiretap/k12.c
+++ b/wiretap/k12.c
@@ -22,7 +22,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/wiretap/k12.h b/wiretap/k12.h
index 65ee238acf..01f2c552b2 100644
--- a/wiretap/k12.h
+++ b/wiretap/k12.h
@@ -17,7 +17,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 __W_K12_H__
diff --git a/wiretap/lanalyzer.c b/wiretap/lanalyzer.c
index 732b96f668..abde1abcf6 100644
--- a/wiretap/lanalyzer.c
+++ b/wiretap/lanalyzer.c
@@ -17,7 +17,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/wiretap/lanalyzer.h b/wiretap/lanalyzer.h
index ac50cff94a..f225170c9f 100644
--- a/wiretap/lanalyzer.h
+++ b/wiretap/lanalyzer.h
@@ -17,7 +17,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 __LANALYZER_H__
diff --git a/wiretap/libpcap.c b/wiretap/libpcap.c
index af34f9ad99..f659db6a50 100644
--- a/wiretap/libpcap.c
+++ b/wiretap/libpcap.c
@@ -17,7 +17,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/wiretap/libpcap.h b/wiretap/libpcap.h
index dca1b08581..84d2bf0874 100644
--- a/wiretap/libpcap.h
+++ b/wiretap/libpcap.h
@@ -17,7 +17,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 __W_LIBPCAP_H__
diff --git a/wiretap/mime_file.c b/wiretap/mime_file.c
index f3a4561c09..510d98ef77 100644
--- a/wiretap/mime_file.c
+++ b/wiretap/mime_file.c
@@ -26,7 +26,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/wiretap/mime_file.h b/wiretap/mime_file.h
index 77a5a973ca..35b9e3a65f 100644
--- a/wiretap/mime_file.h
+++ b/wiretap/mime_file.h
@@ -17,7 +17,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 __W_JPEG_JFIF_H__
diff --git a/wiretap/mp2t.c b/wiretap/mp2t.c
index 7cc0b32052..749dc6ba2a 100644
--- a/wiretap/mp2t.c
+++ b/wiretap/mp2t.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/wiretap/mp2t.h b/wiretap/mp2t.h
index bf4b2dde26..0bc8dd63a6 100644
--- a/wiretap/mp2t.h
+++ b/wiretap/mp2t.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 __W_MP2T_H__
diff --git a/wiretap/mpeg.c b/wiretap/mpeg.c
index 321f45a69a..f42dc65b4c 100644
--- a/wiretap/mpeg.c
+++ b/wiretap/mpeg.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/wiretap/mpeg.h b/wiretap/mpeg.h
index 09aa385c73..5cce7cee0a 100644
--- a/wiretap/mpeg.h
+++ b/wiretap/mpeg.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 __W_MPEG_H__
diff --git a/wiretap/netmon.c b/wiretap/netmon.c
index 3df3636bf6..7bd7a63450 100644
--- a/wiretap/netmon.c
+++ b/wiretap/netmon.c
@@ -17,7 +17,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/wiretap/netmon.h b/wiretap/netmon.h
index b2bc7a2375..cca5be3557 100644
--- a/wiretap/netmon.h
+++ b/wiretap/netmon.h
@@ -17,7 +17,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 __NETMON_H__
diff --git a/wiretap/netscaler.c b/wiretap/netscaler.c
index 1154a6e66d..0b349d43c5 100644
--- a/wiretap/netscaler.c
+++ b/wiretap/netscaler.c
@@ -17,7 +17,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/wiretap/netscaler.h b/wiretap/netscaler.h
index 153a7d129d..4c65207bc2 100644
--- a/wiretap/netscaler.h
+++ b/wiretap/netscaler.h
@@ -17,7 +17,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 _NETSCALER_H
diff --git a/wiretap/netscreen.c b/wiretap/netscreen.c
index f40a120cce..24e033c3c2 100644
--- a/wiretap/netscreen.c
+++ b/wiretap/netscreen.c
@@ -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.
*/
#ifdef HAVE_CONFIG_H
diff --git a/wiretap/netscreen.h b/wiretap/netscreen.h
index 431f3ddc05..9d6e9fe0e4 100644
--- a/wiretap/netscreen.h
+++ b/wiretap/netscreen.h
@@ -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.
*
*/
diff --git a/wiretap/netxray.c b/wiretap/netxray.c
index f2685e9001..d126d9005a 100644
--- a/wiretap/netxray.c
+++ b/wiretap/netxray.c
@@ -17,7 +17,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/wiretap/netxray.h b/wiretap/netxray.h
index dd542d66c8..9225537207 100644
--- a/wiretap/netxray.h
+++ b/wiretap/netxray.h
@@ -17,7 +17,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 __NETXRAY_H__
diff --git a/wiretap/ngsniffer.c b/wiretap/ngsniffer.c
index 604fd30249..3aedd00d77 100644
--- a/wiretap/ngsniffer.c
+++ b/wiretap/ngsniffer.c
@@ -17,7 +17,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.
*/
/* The code in ngsniffer.c that decodes the time fields for each packet in the
diff --git a/wiretap/ngsniffer.h b/wiretap/ngsniffer.h
index 2cd625472b..5c4cd5afe9 100644
--- a/wiretap/ngsniffer.h
+++ b/wiretap/ngsniffer.h
@@ -17,7 +17,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 __NGSNIFFER_H__
diff --git a/wiretap/pcap-common.c b/wiretap/pcap-common.c
index b624aa934e..3a5695c89b 100644
--- a/wiretap/pcap-common.c
+++ b/wiretap/pcap-common.c
@@ -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.
*/
#ifdef HAVE_CONFIG_H
diff --git a/wiretap/pcap-common.h b/wiretap/pcap-common.h
index 2b4d7cad88..8fafb728c8 100644
--- a/wiretap/pcap-common.h
+++ b/wiretap/pcap-common.h
@@ -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.
*/
#ifndef __W_PCAP_COMMON_H__
diff --git a/wiretap/pcap-encap.h b/wiretap/pcap-encap.h
index 7ca0699db5..3644394807 100644
--- a/wiretap/pcap-encap.h
+++ b/wiretap/pcap-encap.h
@@ -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.
*/
#ifndef __W_PCAP_ENCAP_H__
diff --git a/wiretap/pcapng.c b/wiretap/pcapng.c
index ceef797be0..f18fef5ba7 100644
--- a/wiretap/pcapng.c
+++ b/wiretap/pcapng.c
@@ -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.
*/
/* File format reference:
diff --git a/wiretap/pcapng.h b/wiretap/pcapng.h
index 170575d4f1..314ad326bd 100644
--- a/wiretap/pcapng.h
+++ b/wiretap/pcapng.h
@@ -17,7 +17,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 __W_PCAPNG_H__
diff --git a/wiretap/pppdump.c b/wiretap/pppdump.c
index fec2d3bbe2..28fb64f124 100644
--- a/wiretap/pppdump.c
+++ b/wiretap/pppdump.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.
*/
#ifdef HAVE_CONFIG_H
diff --git a/wiretap/pppdump.h b/wiretap/pppdump.h
index bc2a9cb85f..21fb2f127e 100644
--- a/wiretap/pppdump.h
+++ b/wiretap/pppdump.h
@@ -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.
*
*/
diff --git a/wiretap/radcom.c b/wiretap/radcom.c
index a70d8ad606..fb53f7355e 100644
--- a/wiretap/radcom.c
+++ b/wiretap/radcom.c
@@ -17,7 +17,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/wiretap/radcom.h b/wiretap/radcom.h
index 229bdfc6fa..1d2013e369 100644
--- a/wiretap/radcom.h
+++ b/wiretap/radcom.h
@@ -17,7 +17,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/wiretap/snoop.c b/wiretap/snoop.c
index 484680fe87..4a74c4533b 100644
--- a/wiretap/snoop.c
+++ b/wiretap/snoop.c
@@ -17,7 +17,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/wiretap/snoop.h b/wiretap/snoop.h
index 5f4198227c..c321053329 100644
--- a/wiretap/snoop.h
+++ b/wiretap/snoop.h
@@ -17,7 +17,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 __W_SNOOP_H__
diff --git a/wiretap/tnef.c b/wiretap/tnef.c
index 1ab28e2bb0..0328264985 100644
--- a/wiretap/tnef.c
+++ b/wiretap/tnef.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.
*/
#ifdef HAVE_CONFIG_H
diff --git a/wiretap/tnef.h b/wiretap/tnef.h
index 85cfa025de..ca8c72bdd8 100644
--- a/wiretap/tnef.h
+++ b/wiretap/tnef.h
@@ -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.
*
*/
diff --git a/wiretap/toshiba.c b/wiretap/toshiba.c
index fa7a42eefd..288d242565 100644
--- a/wiretap/toshiba.c
+++ b/wiretap/toshiba.c
@@ -17,7 +17,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/wiretap/toshiba.h b/wiretap/toshiba.h
index df4a9cddc9..cf67bd5ead 100644
--- a/wiretap/toshiba.h
+++ b/wiretap/toshiba.h
@@ -17,7 +17,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 __W_TOSHIBA_H__
diff --git a/wiretap/visual.c b/wiretap/visual.c
index 797d4dd5ae..6fc6b27b95 100644
--- a/wiretap/visual.c
+++ b/wiretap/visual.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/wiretap/visual.h b/wiretap/visual.h
index df9583946c..324d91b47f 100644
--- a/wiretap/visual.h
+++ b/wiretap/visual.h
@@ -22,7 +22,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 __VISUAL_H__
diff --git a/wiretap/vms.c b/wiretap/vms.c
index 8173e576cf..ac3d7fe638 100644
--- a/wiretap/vms.c
+++ b/wiretap/vms.c
@@ -17,7 +17,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.
*/
/* Notes:
diff --git a/wiretap/vms.h b/wiretap/vms.h
index f5126840f8..dd9e6e4298 100644
--- a/wiretap/vms.h
+++ b/wiretap/vms.h
@@ -17,7 +17,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/wiretap/vwr.c b/wiretap/vwr.c
index 5b25a5b9ef..fa318ac53b 100644
--- a/wiretap/vwr.c
+++ b/wiretap/vwr.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.
*
*/
#ifdef HAVE_CONFIG_H
diff --git a/wiretap/vwr.h b/wiretap/vwr.h
index 811910c111..82bbd7e67e 100644
--- a/wiretap/vwr.h
+++ b/wiretap/vwr.h
@@ -17,7 +17,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/wiretap/wtap-int.h b/wiretap/wtap-int.h
index 94868b309c..759d4cdbba 100644
--- a/wiretap/wtap-int.h
+++ b/wiretap/wtap-int.h
@@ -17,7 +17,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 __WTAP_INT_H__