From 439fa9f6ae70150039fe824a1140416c90c3222a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Wed, 20 Oct 2010 09:38:17 +0000 Subject: fixed FSF address svn path=/trunk/externals/iem/iemnet/; revision=14240 --- iemnet.h | 3 ++- iemnet_data.h | 3 ++- tcpclient.c | 3 ++- tcpreceive.c | 3 ++- tcpsend.c | 3 ++- tcpserver.c | 3 ++- udpclient.c | 3 ++- udpreceive.c | 3 ++- udpsend.c | 3 ++- udpserver.c | 3 ++- 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. */ /* */ /* ---------------------------------------------------------------------------- */ -- cgit v1.2.1