From bf81b42e1e6aa72ecd1bc462e25b78a68c363783 Mon Sep 17 00:00:00 2001 From: Jakub Zawadzki Date: Thu, 28 Jun 2012 22:56:06 +0000 Subject: Update Free Software Foundation address. (COPYING will be updated in next commit) svn path=/trunk/; revision=43536 --- wiretap/5views.c | 2 +- wiretap/5views.h | 2 +- wiretap/CMakeLists.txt | 2 +- wiretap/Makefile.am | 2 +- wiretap/Makefile.common | 2 +- wiretap/aethra.c | 2 +- wiretap/aethra.h | 2 +- wiretap/airopeek9.c | 2 +- wiretap/airopeek9.h | 2 +- wiretap/ascend-int.h | 2 +- wiretap/ascend.y | 2 +- wiretap/ascendtext.c | 2 +- wiretap/ascendtext.h | 2 +- wiretap/atm.c | 2 +- wiretap/atm.h | 2 +- wiretap/ber.c | 2 +- wiretap/ber.h | 2 +- wiretap/btsnoop.c | 2 +- wiretap/btsnoop.h | 2 +- wiretap/buffer.c | 2 +- wiretap/buffer.h | 2 +- wiretap/catapult_dct2000.c | 2 +- wiretap/catapult_dct2000.h | 2 +- wiretap/cosine.c | 2 +- wiretap/cosine.h | 2 +- wiretap/csids.c | 2 +- wiretap/csids.h | 2 +- wiretap/dbs-etherwatch.c | 2 +- wiretap/dbs-etherwatch.h | 2 +- wiretap/dct3trace.c | 2 +- wiretap/dct3trace.h | 2 +- wiretap/etherpeek.c | 2 +- wiretap/etherpeek.h | 2 +- wiretap/eyesdn.c | 2 +- wiretap/eyesdn.h | 2 +- wiretap/file_access.c | 2 +- wiretap/file_wrappers.c | 2 +- wiretap/file_wrappers.h | 2 +- wiretap/hcidump.c | 2 +- wiretap/hcidump.h | 2 +- wiretap/i4btrace.c | 2 +- wiretap/i4btrace.h | 2 +- wiretap/ipfix.c | 2 +- wiretap/ipfix.h | 2 +- wiretap/iptrace.c | 2 +- wiretap/iptrace.h | 2 +- wiretap/iseries.c | 2 +- wiretap/iseries.h | 2 +- wiretap/k12.c | 2 +- wiretap/k12.h | 2 +- wiretap/lanalyzer.c | 2 +- wiretap/lanalyzer.h | 2 +- wiretap/libpcap.c | 2 +- wiretap/libpcap.h | 2 +- wiretap/mime_file.c | 2 +- wiretap/mime_file.h | 2 +- wiretap/mp2t.c | 2 +- wiretap/mp2t.h | 2 +- wiretap/mpeg.c | 2 +- wiretap/mpeg.h | 2 +- wiretap/netmon.c | 2 +- wiretap/netmon.h | 2 +- wiretap/netscaler.c | 2 +- wiretap/netscaler.h | 2 +- wiretap/netscreen.c | 2 +- wiretap/netscreen.h | 2 +- wiretap/netxray.c | 2 +- wiretap/netxray.h | 2 +- wiretap/ngsniffer.c | 2 +- wiretap/ngsniffer.h | 2 +- wiretap/pcap-common.c | 2 +- wiretap/pcap-common.h | 2 +- wiretap/pcap-encap.h | 2 +- wiretap/pcapng.c | 2 +- wiretap/pcapng.h | 2 +- wiretap/pppdump.c | 2 +- wiretap/pppdump.h | 2 +- wiretap/radcom.c | 2 +- wiretap/radcom.h | 2 +- wiretap/snoop.c | 2 +- wiretap/snoop.h | 2 +- wiretap/tnef.c | 2 +- wiretap/tnef.h | 2 +- wiretap/toshiba.c | 2 +- wiretap/toshiba.h | 2 +- wiretap/visual.c | 2 +- wiretap/visual.h | 2 +- wiretap/vms.c | 2 +- wiretap/vms.h | 2 +- wiretap/vwr.c | 2 +- wiretap/vwr.h | 2 +- wiretap/wtap-int.h | 2 +- 92 files changed, 92 insertions(+), 92 deletions(-) (limited to 'wiretap') 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__ -- cgit v1.2.3