From: Tomasz Torcz <[email protected]>

Free Software Foundation physical office moved.  Update all
mentions to new address.
COPYING files were not updated, as per
https://fedoraproject.org/wiki/Common_Rpmlint_issues#incorrect-fsf-address
---
 module/owhttpd/src/c/owhttpd.c                                 | 2 +-
 module/owlib/src/include/i2c-dev.h                             | 2 +-
 module/ownet/VisualBasic/csocketmaster/OWNet.ctl               | 2 +-
 module/ownet/VisualBasic/csocketmaster/frmTest.frm             | 2 +-
 module/ownet/VisualBasic/microsoft winsock control/OWNet.ctl   | 2 +-
 module/ownet/VisualBasic/microsoft winsock control/frmTest.frm | 2 +-
 module/ownet/dotNET/OWNet.cs                                   | 2 +-
 module/ownet/dotNET/test/ConsoleTest.cs                        | 2 +-
 module/ownet/java/examples/demoUsage.java                      | 2 +-
 module/ownet/java/src/org/owfs/ownet/OWNet.java                | 2 +-
 module/ownet/pascal/examples/console/console.dpr               | 2 +-
 module/ownet/pascal/ownet.pas                                  | 2 +-
 module/ownet/php/examples/ownet_example.php.in                 | 2 +-
 module/ownet/php/ownet.php                                     | 2 +-
 module/ownet/python/ownet/__init__.py                          | 2 +-
 module/ownet/python/ownet/connection.py                        | 2 +-
 module/ownet/python/setup.py                                   | 2 +-
 module/owserver/src/c/data.c                                   | 2 +-
 module/owserver/src/c/dir.c                                    | 2 +-
 module/owserver/src/c/dirall.c                                 | 2 +-
 module/owserver/src/c/dirallslash.c                            | 2 +-
 module/owserver/src/c/error.c                                  | 2 +-
 module/owserver/src/c/from_client.c                            | 2 +-
 module/owserver/src/c/handler.c                                | 2 +-
 module/owserver/src/c/loop.c                                   | 2 +-
 module/owserver/src/c/owserver.c                               | 2 +-
 module/owserver/src/c/ping.c                                   | 2 +-
 module/owserver/src/c/read.c                                   | 2 +-
 module/owserver/src/c/to_client.c                              | 2 +-
 module/owserver/src/c/write.c                                  | 2 +-
 module/swig/python/examples/errormessages.py                   | 2 +-
 module/swig/python/examples/raw_access.py                      | 2 +-
 module/swig/python/examples/temperature.py                     | 2 +-
 module/swig/python/examples/tree.py                            | 2 +-
 module/swig/python/examples/xmlrpc_client.py                   | 2 +-
 module/swig/python/examples/xmlrpc_server.py                   | 2 +-
 module/swig/python/ow/__init__.py                              | 2 +-
 module/swig/python/setup.py.in                                 | 2 +-
 module/swig/python/unittest/ds1420.py                          | 2 +-
 module/swig/python/unittest/ds2408.py                          | 2 +-
 module/swig/python/unittest/ds2409.py                          | 2 +-
 module/swig/python/unittest/owload.py                          | 2 +-
 module/swig/python/unittest/owsensors.py                       | 2 +-
 module/swig/python/unittest/owtest.py                          | 2 +-
 module/swig/python/unittest/owtest_sample.ini                  | 2 +-
 module/swig/python/unittest/owtest_think.ini                   | 2 +-
 module/swig/python/unittest/util.py                            | 2 +-
 47 files changed, 47 insertions(+), 47 deletions(-)

diff --git a/module/owhttpd/src/c/owhttpd.c b/module/owhttpd/src/c/owhttpd.c
index e0ea144..8e8bcbf 100644
--- a/module/owhttpd/src/c/owhttpd.c
+++ b/module/owhttpd/src/c/owhttpd.c
@@ -23,7 +23,7 @@ $Id: owhttpd.c,v 1.73 2011/08/10 01:54:06 alfille Exp $
  *
  *   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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 
USA
  */
 
 #include "owhttpd.h"                   // httpd-specific
diff --git a/module/owlib/src/include/i2c-dev.h 
b/module/owlib/src/include/i2c-dev.h
index 7c49b24..50bdbf7 100644
--- a/module/owlib/src/include/i2c-dev.h
+++ b/module/owlib/src/include/i2c-dev.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., 675 Mass Ave, Cambridge, MA 02139, USA.
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 
USA
 */
 
 /* $Id: i2c-dev.h,v 1.6 2008/01/30 13:15:17 d1mag Exp $ */
diff --git a/module/ownet/VisualBasic/csocketmaster/OWNet.ctl 
b/module/ownet/VisualBasic/csocketmaster/OWNet.ctl
index a6e05ac..4eaa45f 100755
--- a/module/ownet/VisualBasic/csocketmaster/OWNet.ctl
+++ b/module/ownet/VisualBasic/csocketmaster/OWNet.ctl
@@ -57,7 +57,7 @@ Attribute VB_Exposed = False
 '
 '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., 675 Mass Ave, Cambridge, MA 02139, USA.
+'Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 '
 'OWFS is an open source project developed by Paul Alfille and hosted at
 'http://www.owfs.org
diff --git a/module/ownet/VisualBasic/csocketmaster/frmTest.frm 
b/module/ownet/VisualBasic/csocketmaster/frmTest.frm
index 841f960..d742929 100755
--- a/module/ownet/VisualBasic/csocketmaster/frmTest.frm
+++ b/module/ownet/VisualBasic/csocketmaster/frmTest.frm
@@ -135,7 +135,7 @@ Attribute VB_Exposed = False
 '
 '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., 675 Mass Ave, Cambridge, MA 02139, USA.
+'Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 '
 'OWFS is an open source project developed by Paul Alfille and hosted at
 'http://www.owfs.org
diff --git a/module/ownet/VisualBasic/microsoft winsock control/OWNet.ctl 
b/module/ownet/VisualBasic/microsoft winsock control/OWNet.ctl
index 99f6adb..97861b7 100755
--- a/module/ownet/VisualBasic/microsoft winsock control/OWNet.ctl      
+++ b/module/ownet/VisualBasic/microsoft winsock control/OWNet.ctl      
@@ -65,7 +65,7 @@ Attribute VB_Exposed = False
 '
 '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., 675 Mass Ave, Cambridge, MA 02139, USA.
+'Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 '
 'OWFS is an open source project developed by Paul Alfille and hosted at
 'http://www.owfs.org
diff --git a/module/ownet/VisualBasic/microsoft winsock control/frmTest.frm 
b/module/ownet/VisualBasic/microsoft winsock control/frmTest.frm
index b754147..346c989 100755
--- a/module/ownet/VisualBasic/microsoft winsock control/frmTest.frm    
+++ b/module/ownet/VisualBasic/microsoft winsock control/frmTest.frm    
@@ -135,7 +135,7 @@ Attribute VB_Exposed = False
 '
 '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., 675 Mass Ave, Cambridge, MA 02139, USA.
+'Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 '
 'OWFS is an open source project developed by Paul Alfille and hosted at
 'http://www.owfs.org
diff --git a/module/ownet/dotNET/OWNet.cs b/module/ownet/dotNET/OWNet.cs
index 9912b52..53fcab8 100755
--- a/module/ownet/dotNET/OWNet.cs
+++ b/module/ownet/dotNET/OWNet.cs
@@ -32,7 +32,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 using System;
diff --git a/module/ownet/dotNET/test/ConsoleTest.cs 
b/module/ownet/dotNET/test/ConsoleTest.cs
index 3981f53..6a2c4cd 100755
--- a/module/ownet/dotNET/test/ConsoleTest.cs
+++ b/module/ownet/dotNET/test/ConsoleTest.cs
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  *
  * 
  */
diff --git a/module/ownet/java/examples/demoUsage.java 
b/module/ownet/java/examples/demoUsage.java
index 4d573a6..f275d81 100755
--- a/module/ownet/java/examples/demoUsage.java
+++ b/module/ownet/java/examples/demoUsage.java
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  *
  * OWFS is an open source project developed by Paul Alfille and hosted at
  * http://www.owfs.org
diff --git a/module/ownet/java/src/org/owfs/ownet/OWNet.java 
b/module/ownet/java/src/org/owfs/ownet/OWNet.java
index 460ac28..7e8134a 100755
--- a/module/ownet/java/src/org/owfs/ownet/OWNet.java
+++ b/module/ownet/java/src/org/owfs/ownet/OWNet.java
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 
USA
   */
 
 package org.owfs.ownet;
diff --git a/module/ownet/pascal/examples/console/console.dpr 
b/module/ownet/pascal/examples/console/console.dpr
index 3b5f7b0..8a2b72b 100755
--- a/module/ownet/pascal/examples/console/console.dpr
+++ b/module/ownet/pascal/examples/console/console.dpr
@@ -17,7 +17,7 @@ program console;
   *
   * 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 
USA
   *)
 
 
diff --git a/module/ownet/pascal/ownet.pas b/module/ownet/pascal/ownet.pas
index 2ef3f8d..ca7fe0b 100755
--- a/module/ownet/pascal/ownet.pas
+++ b/module/ownet/pascal/ownet.pas
@@ -17,7 +17,7 @@ Unit ownet;
   *
   * 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 
USA
   *)
 
 {$IFNDEF FPC}
diff --git a/module/ownet/php/examples/ownet_example.php.in 
b/module/ownet/php/examples/ownet_example.php.in
index 1a3854c..9826443 100644
--- a/module/ownet/php/examples/ownet_example.php.in
+++ b/module/ownet/php/examples/ownet_example.php.in
@@ -19,7 +19,7 @@ General Public License for more details.
 
 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
        
 OWFS is an open source project developed by Paul Alfille and hosted at
 http://www.owfs.org
diff --git a/module/ownet/php/ownet.php b/module/ownet/php/ownet.php
index 56c6b0b..b32ba5b 100644
--- a/module/ownet/php/ownet.php
+++ b/module/ownet/php/ownet.php
@@ -16,7 +16,7 @@ General Public License for more details.
 
 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
        
 OWFS is an open source project developed by Paul Alfille and hosted at
 http://www.owfs.org
diff --git a/module/ownet/python/ownet/__init__.py 
b/module/ownet/python/ownet/__init__.py
index e447938..53519b0 100644
--- a/module/ownet/python/ownet/__init__.py
+++ b/module/ownet/python/ownet/__init__.py
@@ -17,7 +17,7 @@ General Public License for more details.
 
 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 ::EOH
 
 1-wire sensor network interface. ownet provides standalone access to a
diff --git a/module/ownet/python/ownet/connection.py 
b/module/ownet/python/ownet/connection.py
index 698c2c0..70e483d 100644
--- a/module/ownet/python/ownet/connection.py
+++ b/module/ownet/python/ownet/connection.py
@@ -18,7 +18,7 @@ General Public License for more details.
 
 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 ::EOH
 
 OWFS is an open source project developed by Paul Alfille and hosted at
diff --git a/module/ownet/python/setup.py b/module/ownet/python/setup.py
index 4cbdd74..2c4f6ea 100644
--- a/module/ownet/python/setup.py
+++ b/module/ownet/python/setup.py
@@ -17,7 +17,7 @@ General Public License for more details.
 
 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 ::EOH
 ownet: access 1-wire sensors
 
diff --git a/module/owserver/src/c/data.c b/module/owserver/src/c/data.c
index 11811e8..4457396 100644
--- a/module/owserver/src/c/data.c
+++ b/module/owserver/src/c/data.c
@@ -18,7 +18,7 @@ $Id: data.c,v 1.52 2013/01/01 16:03:37 alfille Exp $
  *
  *   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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 
USA
  */
 
 /* owserver -- responds to requests over a network socket, and processes them 
on the 1-wire bus/
diff --git a/module/owserver/src/c/dir.c b/module/owserver/src/c/dir.c
index 8c7a29c..9b62d59 100644
--- a/module/owserver/src/c/dir.c
+++ b/module/owserver/src/c/dir.c
@@ -18,7 +18,7 @@ $Id: dir.c,v 1.28 2012/10/09 02:13:36 alfille Exp $
  *
  *   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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 
USA
  */
 
 /* owserver -- responds to requests over a network socket, and processes them 
on the 1-wire bus/
diff --git a/module/owserver/src/c/dirall.c b/module/owserver/src/c/dirall.c
index 528d6a6..a6ad088 100644
--- a/module/owserver/src/c/dirall.c
+++ b/module/owserver/src/c/dirall.c
@@ -18,7 +18,7 @@ $Id: dirall.c,v 1.22 2012/03/27 03:42:48 alfille Exp $
  *
  *   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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 
USA
  */
 
 /* owserver -- responds to requests over a network socket, and processes them 
on the 1-wire bus/
diff --git a/module/owserver/src/c/dirallslash.c 
b/module/owserver/src/c/dirallslash.c
index 5826ec9..94fbc45 100644
--- a/module/owserver/src/c/dirallslash.c
+++ b/module/owserver/src/c/dirallslash.c
@@ -18,7 +18,7 @@ $Id: dirallslash.c,v 1.4 2012/03/27 03:42:48 alfille Exp $
  *
  *   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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 
USA
  */
 
 /* owserver -- responds to requests over a network socket, and processes them 
on the 1-wire bus/
diff --git a/module/owserver/src/c/error.c b/module/owserver/src/c/error.c
index c473dd9..2447971 100644
--- a/module/owserver/src/c/error.c
+++ b/module/owserver/src/c/error.c
@@ -18,7 +18,7 @@ $Id: error.c,v 1.3 2012/03/27 03:42:48 alfille Exp $
  *
  *   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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 
USA
  */
 
 /* owserver -- responds to requests over a network socket, and processes them 
on the 1-wire bus/
diff --git a/module/owserver/src/c/from_client.c 
b/module/owserver/src/c/from_client.c
index 16b648d..ecfebc5 100644
--- a/module/owserver/src/c/from_client.c
+++ b/module/owserver/src/c/from_client.c
@@ -18,7 +18,7 @@ $Id: from_client.c,v 1.23 2012/03/27 03:42:48 alfille Exp $
  *
  *   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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 
USA
  */
 
 /* owserver -- responds to requests over a network socket, and processes them 
on the 1-wire bus/
diff --git a/module/owserver/src/c/handler.c b/module/owserver/src/c/handler.c
index 8d448eb..2291f50 100644
--- a/module/owserver/src/c/handler.c
+++ b/module/owserver/src/c/handler.c
@@ -18,7 +18,7 @@ $Id: handler.c,v 1.45 2013/01/01 16:03:37 alfille Exp $
  *
  *   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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 
USA
  */
 
 /* owserver -- responds to requests over a network socket, and processes them 
on the 1-wire bus/
diff --git a/module/owserver/src/c/loop.c b/module/owserver/src/c/loop.c
index 8b0af0c..d0aa1af 100644
--- a/module/owserver/src/c/loop.c
+++ b/module/owserver/src/c/loop.c
@@ -18,7 +18,7 @@ $Id: loop.c,v 1.19 2013/01/01 16:03:37 alfille Exp $
  *
  *   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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 
USA
  */
 
 /* owserver -- responds to requests over a network socket, and processes them 
on the 1-wire bus/
diff --git a/module/owserver/src/c/owserver.c b/module/owserver/src/c/owserver.c
index 0e0190b..367a3c2 100644
--- a/module/owserver/src/c/owserver.c
+++ b/module/owserver/src/c/owserver.c
@@ -18,7 +18,7 @@ $Id: owserver.c,v 1.131 2013/01/01 16:03:37 alfille Exp $
  *
  *   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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 
USA
  */
 
 /* owserver -- responds to requests over a network socket, and processes them 
on the 1-wire bus/
diff --git a/module/owserver/src/c/ping.c b/module/owserver/src/c/ping.c
index 9b2e40e..da896d1 100644
--- a/module/owserver/src/c/ping.c
+++ b/module/owserver/src/c/ping.c
@@ -18,7 +18,7 @@ $Id: ping.c,v 1.4 2013/01/01 16:03:37 alfille Exp $
  *
  *   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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 
USA
  */
 
 /* owserver -- responds to requests over a network socket, and processes them 
on the 1-wire bus/
diff --git a/module/owserver/src/c/read.c b/module/owserver/src/c/read.c
index 9eb5232..60e0ad3 100644
--- a/module/owserver/src/c/read.c
+++ b/module/owserver/src/c/read.c
@@ -18,7 +18,7 @@ $Id: read.c,v 1.31 2012/03/27 03:42:48 alfille Exp $
  *
  *   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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 
USA
  */
 
 /* owserver -- responds to requests over a network socket, and processes them 
on the 1-wire bus/
diff --git a/module/owserver/src/c/to_client.c 
b/module/owserver/src/c/to_client.c
index 003b47c..884f687 100644
--- a/module/owserver/src/c/to_client.c
+++ b/module/owserver/src/c/to_client.c
@@ -18,7 +18,7 @@ $Id: to_client.c,v 1.24 2012/12/26 01:19:25 alfille Exp $
  *
  *   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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 
USA
  */
 
 /* owserver -- responds to requests over a network socket, and processes them 
on the 1-wire bus/
diff --git a/module/owserver/src/c/write.c b/module/owserver/src/c/write.c
index d880a01..bbbc55b 100644
--- a/module/owserver/src/c/write.c
+++ b/module/owserver/src/c/write.c
@@ -18,7 +18,7 @@ $Id: write.c,v 1.14 2012/03/27 03:42:48 alfille Exp $
  *
  *   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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 
USA
  */
 
 /* owserver -- responds to requests over a network socket, and processes them 
on the 1-wire bus/
diff --git a/module/swig/python/examples/errormessages.py 
b/module/swig/python/examples/errormessages.py
index 55ddd3c..c0c5776 100755
--- a/module/swig/python/examples/errormessages.py
+++ b/module/swig/python/examples/errormessages.py
@@ -18,7 +18,7 @@ General Public License for more details.
 
 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 ::EOH
 
 Turn on connection level error messages and print the address and
diff --git a/module/swig/python/examples/raw_access.py 
b/module/swig/python/examples/raw_access.py
index f684da0..f2f3090 100755
--- a/module/swig/python/examples/raw_access.py
+++ b/module/swig/python/examples/raw_access.py
@@ -18,7 +18,7 @@ General Public License for more details.
 
 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 ::EOH
 
 Example showing direct access to the underlying owfs libraries.
diff --git a/module/swig/python/examples/temperature.py 
b/module/swig/python/examples/temperature.py
index 8539cac..260cc34 100755
--- a/module/swig/python/examples/temperature.py
+++ b/module/swig/python/examples/temperature.py
@@ -18,7 +18,7 @@ General Public License for more details.
 
 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 ::EOH
 
 Find all temperature sensors (DS18S20) and print out their current
diff --git a/module/swig/python/examples/tree.py 
b/module/swig/python/examples/tree.py
index 16a465b..7cedbb8 100755
--- a/module/swig/python/examples/tree.py
+++ b/module/swig/python/examples/tree.py
@@ -18,7 +18,7 @@ General Public License for more details.
 
 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 ::EOH
 
 Print the address and type of all sensors on a 1-wire network.
diff --git a/module/swig/python/examples/xmlrpc_client.py 
b/module/swig/python/examples/xmlrpc_client.py
index 9bd0a15..50060a8 100755
--- a/module/swig/python/examples/xmlrpc_client.py
+++ b/module/swig/python/examples/xmlrpc_client.py
@@ -18,7 +18,7 @@ General Public License for more details.
 
 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 ::EOH
 
 Create an XML-RPC client for a 1-wire network.
diff --git a/module/swig/python/examples/xmlrpc_server.py 
b/module/swig/python/examples/xmlrpc_server.py
index b72d585..3005445 100755
--- a/module/swig/python/examples/xmlrpc_server.py
+++ b/module/swig/python/examples/xmlrpc_server.py
@@ -18,7 +18,7 @@ General Public License for more details.
 
 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 ::EOH
 
 Create an XML-RPC server for a 1-wire network.
diff --git a/module/swig/python/ow/__init__.py 
b/module/swig/python/ow/__init__.py
index 06e43ed..b268c92 100644
--- a/module/swig/python/ow/__init__.py
+++ b/module/swig/python/ow/__init__.py
@@ -17,7 +17,7 @@ General Public License for more details.
 
 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 ::EOH
 
 1-wire sensor network interface.
diff --git a/module/swig/python/setup.py.in b/module/swig/python/setup.py.in
index de56b91..db19076 100644
--- a/module/swig/python/setup.py.in
+++ b/module/swig/python/setup.py.in
@@ -17,7 +17,7 @@ General Public License for more details.
 
 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 ::EOH
 
 distutils setup file for use in creating a Python module from the owfs
diff --git a/module/swig/python/unittest/ds1420.py 
b/module/swig/python/unittest/ds1420.py
index 24f83e0..66cde23 100755
--- a/module/swig/python/unittest/ds1420.py
+++ b/module/swig/python/unittest/ds1420.py
@@ -19,7 +19,7 @@ General Public License for more details.
 
 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 ::EOH
 
 Test suite for basic reality checks on a 1-wire nerwork.
diff --git a/module/swig/python/unittest/ds2408.py 
b/module/swig/python/unittest/ds2408.py
index 6157976..9a52e18 100755
--- a/module/swig/python/unittest/ds2408.py
+++ b/module/swig/python/unittest/ds2408.py
@@ -19,7 +19,7 @@ General Public License for more details.
 
 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 ::EOH
 
 Test suite for basic reality checks on a 1-wire network.
diff --git a/module/swig/python/unittest/ds2409.py 
b/module/swig/python/unittest/ds2409.py
index 4fc9a6f..3f90122 100755
--- a/module/swig/python/unittest/ds2409.py
+++ b/module/swig/python/unittest/ds2409.py
@@ -19,7 +19,7 @@ General Public License for more details.
 
 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 ::EOH
 
 Test suite for basic reality checks on a 1-wire nerwork.
diff --git a/module/swig/python/unittest/owload.py 
b/module/swig/python/unittest/owload.py
index 8c7adc0..f8d7e1a 100755
--- a/module/swig/python/unittest/owload.py
+++ b/module/swig/python/unittest/owload.py
@@ -19,7 +19,7 @@ General Public License for more details.
 
 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 ::EOH
 
 Simple test to ensure that the ow module can be loaded and an instance
diff --git a/module/swig/python/unittest/owsensors.py 
b/module/swig/python/unittest/owsensors.py
index c13ab78..ffdd9ce 100755
--- a/module/swig/python/unittest/owsensors.py
+++ b/module/swig/python/unittest/owsensors.py
@@ -19,7 +19,7 @@ General Public License for more details.
 
 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 ::EOH
 
 Test suite for basic reality checks on a 1-wire nerwork.
diff --git a/module/swig/python/unittest/owtest.py 
b/module/swig/python/unittest/owtest.py
index 55dc959..42d7271 100755
--- a/module/swig/python/unittest/owtest.py
+++ b/module/swig/python/unittest/owtest.py
@@ -19,7 +19,7 @@ General Public License for more details.
 
 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 ::EOH
 
 Run all the tests from the modules in the current directory.
diff --git a/module/swig/python/unittest/owtest_sample.ini 
b/module/swig/python/unittest/owtest_sample.ini
index 848caef..7f48188 100644
--- a/module/swig/python/unittest/owtest_sample.ini
+++ b/module/swig/python/unittest/owtest_sample.ini
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 #::EOH
 #
 # 1-wire unittest sample configuration file
diff --git a/module/swig/python/unittest/owtest_think.ini 
b/module/swig/python/unittest/owtest_think.ini
index e2c5fed..6c7457f 100644
--- a/module/swig/python/unittest/owtest_think.ini
+++ b/module/swig/python/unittest/owtest_think.ini
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 #::EOH
 #
 # 1-wire unittest configuration file for the host called think
diff --git a/module/swig/python/unittest/util.py 
b/module/swig/python/unittest/util.py
index c74a5ba..95659ad 100644
--- a/module/swig/python/unittest/util.py
+++ b/module/swig/python/unittest/util.py
@@ -18,7 +18,7 @@ General Public License for more details.
 
 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 ::EOH
 
 Utility functions for unittests.
-- 
1.8.1.4


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Owfs-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to