aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wspython
diff options
context:
space:
mode:
authorJakub Zawadzki <darkjames-ws@darkjames.pl>2012-06-28 22:56:06 +0000
committerJakub Zawadzki <darkjames-ws@darkjames.pl>2012-06-28 22:56:06 +0000
commitbf81b42e1e6aa72ecd1bc462e25b78a68c363783 (patch)
tree2c612637d71d19c66b4bd618e6bd780e3c6841c2 /epan/wspython
parent35f83ce720e50908f1e3ca20b04702e5fe61278e (diff)
Update Free Software Foundation address.
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
Diffstat (limited to 'epan/wspython')
-rw-r--r--epan/wspython/CMakeLists.txt2
-rw-r--r--epan/wspython/Makefile.am2
-rwxr-xr-xepan/wspython/register-dissector.py2
-rwxr-xr-xepan/wspython/wspy_dissector.py2
-rwxr-xr-xepan/wspython/wspy_libws.py2
-rw-r--r--epan/wspython/wspy_proto.c2
-rw-r--r--epan/wspython/wspy_proto.h2
-rw-r--r--epan/wspython/wspy_register.c2
-rw-r--r--epan/wspython/wspy_register.h2
9 files changed, 9 insertions, 9 deletions
diff --git a/epan/wspython/CMakeLists.txt b/epan/wspython/CMakeLists.txt
index f6dcac4da7..e99d17df56 100644
--- a/epan/wspython/CMakeLists.txt
+++ b/epan/wspython/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.
#
set(WSPYTHON_FILES
diff --git a/epan/wspython/Makefile.am b/epan/wspython/Makefile.am
index 3e4f5d857d..2777e2c727 100644
--- a/epan/wspython/Makefile.am
+++ b/epan/wspython/Makefile.am
@@ -18,7 +18,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
if HAVE_WARNINGS_AS_ERRORS
AM_CFLAGS = -Werror
diff --git a/epan/wspython/register-dissector.py b/epan/wspython/register-dissector.py
index 613378e6ce..aebbb3e980 100755
--- a/epan/wspython/register-dissector.py
+++ b/epan/wspython/register-dissector.py
@@ -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.
import sys
import re
import os
diff --git a/epan/wspython/wspy_dissector.py b/epan/wspython/wspy_dissector.py
index cc1d96f317..b3f650e8ed 100755
--- a/epan/wspython/wspy_dissector.py
+++ b/epan/wspython/wspy_dissector.py
@@ -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.
import ctypes as ct
from wspy_libws import get_libws_handle
diff --git a/epan/wspython/wspy_libws.py b/epan/wspython/wspy_libws.py
index 3d0d9960b1..a293a170f9 100755
--- a/epan/wspython/wspy_libws.py
+++ b/epan/wspython/wspy_libws.py
@@ -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.
from ctypes import cdll, c_void_p, c_int, POINTER
diff --git a/epan/wspython/wspy_proto.c b/epan/wspython/wspy_proto.c
index 04ed68fa98..cbecfa65df 100644
--- a/epan/wspython/wspy_proto.c
+++ b/epan/wspython/wspy_proto.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/epan/wspython/wspy_proto.h b/epan/wspython/wspy_proto.h
index 3fef70af8f..b51115f8e7 100644
--- a/epan/wspython/wspy_proto.h
+++ b/epan/wspython/wspy_proto.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 __WS_PY_PROTO_H__
#define __WS_PY_PROTO_H__
diff --git a/epan/wspython/wspy_register.c b/epan/wspython/wspy_register.c
index 60e6e22d17..9948ef74b9 100644
--- a/epan/wspython/wspy_register.c
+++ b/epan/wspython/wspy_register.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/epan/wspython/wspy_register.h b/epan/wspython/wspy_register.h
index 572b7b0e22..9081c769fb 100644
--- a/epan/wspython/wspy_register.h
+++ b/epan/wspython/wspy_register.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 __WS_PY_REGISTER_H__
#define __WS_PY_REGISTER_H__