aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--iemnet.h3
-rw-r--r--iemnet_data.h3
-rw-r--r--tcpclient.c3
-rw-r--r--tcpreceive.c3
-rw-r--r--tcpsend.c3
-rw-r--r--tcpserver.c3
-rw-r--r--udpclient.c3
-rw-r--r--udpreceive.c3
-rw-r--r--udpsend.c3
-rw-r--r--udpserver.c3
10 files changed, 20 insertions, 10 deletions
diff --git a/iemnet.h b/iemnet.h
index 528b800..6fb90c2 100644
--- a/iemnet.h
+++ b/iemnet.h
@@ -24,7 +24,8 @@
/* */
/* 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/iemnet_data.h b/iemnet_data.h
index 0039e43..ee871d2 100644
--- a/iemnet_data.h
+++ b/iemnet_data.h
@@ -24,7 +24,8 @@
/* */
/* 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/tcpclient.c b/tcpclient.c
index c613d34..ffaae6c 100644
--- a/tcpclient.c
+++ b/tcpclient.c
@@ -19,7 +19,8 @@
/* */
/* 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/tcpreceive.c b/tcpreceive.c
index d008108..dc49d2d 100644
--- a/tcpreceive.c
+++ b/tcpreceive.c
@@ -19,7 +19,8 @@
/* */
/* 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. */
/* */
#define DEBUGLEVEL 1
diff --git a/tcpsend.c b/tcpsend.c
index 9c94c19..ae32f05 100644
--- a/tcpsend.c
+++ b/tcpsend.c
@@ -19,7 +19,8 @@
/* */
/* 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. */
/* */
#define DEBUGLEVEL 1
diff --git a/tcpserver.c b/tcpserver.c
index ad4387d..63f0158 100644
--- a/tcpserver.c
+++ b/tcpserver.c
@@ -20,7 +20,8 @@
/* */
/* 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/udpclient.c b/udpclient.c
index 153fbe0..17be133 100644
--- a/udpclient.c
+++ b/udpclient.c
@@ -17,7 +17,8 @@
/* */
/* 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/udpreceive.c b/udpreceive.c
index 768d42e..e2a1c30 100644
--- a/udpreceive.c
+++ b/udpreceive.c
@@ -19,7 +19,8 @@
/* */
/* 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. */
#define DEBUGLEVEL 1
diff --git a/udpsend.c b/udpsend.c
index b5b26b1..7def6cf 100644
--- a/udpsend.c
+++ b/udpsend.c
@@ -19,7 +19,8 @@
/* */
/* 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. */
/* */
#define DEBUGLEVEL 1
diff --git a/udpserver.c b/udpserver.c
index 50550b3..4c66fc9 100644
--- a/udpserver.c
+++ b/udpserver.c
@@ -20,7 +20,8 @@
/* */
/* 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. */
/* */
/* ---------------------------------------------------------------------------- */