aboutsummaryrefslogtreecommitdiffstats
path: root/tools/tpg
diff options
context:
space:
mode:
Diffstat (limited to 'tools/tpg')
-rw-r--r--tools/tpg/Makefile.am2
-rw-r--r--tools/tpg/V2P.pm2
-rwxr-xr-xtools/tpg/tpg.pl2
-rw-r--r--tools/tpg/tpg.yp2
4 files changed, 4 insertions, 4 deletions
diff --git a/tools/tpg/Makefile.am b/tools/tpg/Makefile.am
index 2faa646d16..df18fc2ac4 100644
--- a/tools/tpg/Makefile.am
+++ b/tools/tpg/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.
# We produce an archive library. In the future, when libwireshark is a
# shared library, this will be linked into libwireshark. While libwireshark
diff --git a/tools/tpg/V2P.pm b/tools/tpg/V2P.pm
index e696d6cdc0..974bdccd62 100644
--- a/tools/tpg/V2P.pm
+++ b/tools/tpg/V2P.pm
@@ -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.
package V2P;
use strict;
diff --git a/tools/tpg/tpg.pl b/tools/tpg/tpg.pl
index 5520b27062..6b6554c48c 100755
--- a/tools/tpg/tpg.pl
+++ b/tools/tpg/tpg.pl
@@ -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.
use TPG;
diff --git a/tools/tpg/tpg.yp b/tools/tpg/tpg.yp
index 4869cab829..b5c9a7abd9 100644
--- a/tools/tpg/tpg.yp
+++ b/tools/tpg/tpg.yp
@@ -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.
use V2P;