hal/agents/linux26/sysfs hal_block.c, 1.2, 1.3 hal_block.h, 1.1, 1.2 hal_ide.c, 1.1, 1.2 hal_ide.h, 1.1, 1.2 hal_input.c, 1.2, 1.3 hal_input.h, 1.1, 1.2 hal_monitor.c, 1.5, 1.6 hal_monitor.h, 1.1, 1.2 hal_net.c, 1.4, 1.5 hal_net.h, 1.1, 1.2 hal_pci.c, 1.3, 1.4 hal_pci.h, 1.1, 1.2 hal_scsi.c, 1.1, 1.2 hal_scsi.h, 1.1, 1.2 hal_usb.c, 1.4, 1.5 hal_usb.h, 1.1, 1.2 main.c, 1.7, 1.8 main.h, 1.4, 1.5

David Zeuthen david at freedesktop.org
Fri Jul 29 13:32:59 PDT 2005


Update of /cvs/hal/hal/agents/linux26/sysfs
In directory gabe:/tmp/cvs-serv2481/agents/linux26/sysfs

Modified Files:
	hal_block.c hal_block.h hal_ide.c hal_ide.h hal_input.c 
	hal_input.h hal_monitor.c hal_monitor.h hal_net.c hal_net.h 
	hal_pci.c hal_pci.h hal_scsi.c hal_scsi.h hal_usb.c hal_usb.h 
	main.c main.h 
Log Message:
2005-07-29  David Zeuthen  <davidz at redhat.com>

        The FSF moved to a new address, so I updated all license headers
        and the COPYING file. Patch from Danny Kukawka <danny.kukawka at web.de>.



Index: hal_block.c
===================================================================
RCS file: /cvs/hal/hal/agents/linux26/sysfs/hal_block.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- hal_block.c	3 Dec 2003 01:52:34 -0000	1.2
+++ hal_block.c	29 Jul 2005 20:32:57 -0000	1.3
@@ -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 St, Fifth Floor, Boston, MA  02110-1301  USA
  *
  **************************************************************************/
 

Index: hal_block.h
===================================================================
RCS file: /cvs/hal/hal/agents/linux26/sysfs/hal_block.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- hal_block.h	27 Nov 2003 21:04:23 -0000	1.1
+++ hal_block.h	29 Jul 2005 20:32:57 -0000	1.2
@@ -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 St, Fifth Floor, Boston, MA  02110-1301  USA
  *
  **************************************************************************/
 

Index: hal_ide.c
===================================================================
RCS file: /cvs/hal/hal/agents/linux26/sysfs/hal_ide.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- hal_ide.c	27 Nov 2003 21:04:23 -0000	1.1
+++ hal_ide.c	29 Jul 2005 20:32:57 -0000	1.2
@@ -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 St, Fifth Floor, Boston, MA  02110-1301  USA
  *
  **************************************************************************/
 

Index: hal_ide.h
===================================================================
RCS file: /cvs/hal/hal/agents/linux26/sysfs/hal_ide.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- hal_ide.h	27 Nov 2003 21:04:23 -0000	1.1
+++ hal_ide.h	29 Jul 2005 20:32:57 -0000	1.2
@@ -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 St, Fifth Floor, Boston, MA  02110-1301  USA
  *
  **************************************************************************/
 

Index: hal_input.c
===================================================================
RCS file: /cvs/hal/hal/agents/linux26/sysfs/hal_input.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- hal_input.c	3 Dec 2003 01:52:34 -0000	1.2
+++ hal_input.c	29 Jul 2005 20:32:57 -0000	1.3
@@ -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 St, Fifth Floor, Boston, MA  02110-1301  USA
  *
  **************************************************************************/
 

Index: hal_input.h
===================================================================
RCS file: /cvs/hal/hal/agents/linux26/sysfs/hal_input.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- hal_input.h	30 Nov 2003 01:23:06 -0000	1.1
+++ hal_input.h	29 Jul 2005 20:32:57 -0000	1.2
@@ -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 St, Fifth Floor, Boston, MA  02110-1301  USA
  *
  **************************************************************************/
 

Index: hal_monitor.c
===================================================================
RCS file: /cvs/hal/hal/agents/linux26/sysfs/hal_monitor.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- hal_monitor.c	23 Jun 2004 21:34:51 -0000	1.5
+++ hal_monitor.c	29 Jul 2005 20:32:57 -0000	1.6
@@ -20,7 +20,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 St, Fifth Floor, Boston, MA  02110-1301  USA
  *
  **************************************************************************/
 

Index: hal_monitor.h
===================================================================
RCS file: /cvs/hal/hal/agents/linux26/sysfs/hal_monitor.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- hal_monitor.h	30 Nov 2003 23:08:59 -0000	1.1
+++ hal_monitor.h	29 Jul 2005 20:32:57 -0000	1.2
@@ -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 St, Fifth Floor, Boston, MA  02110-1301  USA
  *
  **************************************************************************/
 

Index: hal_net.c
===================================================================
RCS file: /cvs/hal/hal/agents/linux26/sysfs/hal_net.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- hal_net.c	6 Dec 2003 14:21:23 -0000	1.4
+++ hal_net.c	29 Jul 2005 20:32:57 -0000	1.5
@@ -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 St, Fifth Floor, Boston, MA  02110-1301  USA
  *
  **************************************************************************/
 

Index: hal_net.h
===================================================================
RCS file: /cvs/hal/hal/agents/linux26/sysfs/hal_net.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- hal_net.h	30 Nov 2003 01:23:06 -0000	1.1
+++ hal_net.h	29 Jul 2005 20:32:57 -0000	1.2
@@ -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 St, Fifth Floor, Boston, MA  02110-1301  USA
  *
  **************************************************************************/
 

Index: hal_pci.c
===================================================================
RCS file: /cvs/hal/hal/agents/linux26/sysfs/hal_pci.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- hal_pci.c	3 Dec 2003 01:52:34 -0000	1.3
+++ hal_pci.c	29 Jul 2005 20:32:57 -0000	1.4
@@ -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 St, Fifth Floor, Boston, MA  02110-1301  USA
  *
  **************************************************************************/
 

Index: hal_pci.h
===================================================================
RCS file: /cvs/hal/hal/agents/linux26/sysfs/hal_pci.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- hal_pci.h	27 Nov 2003 21:04:23 -0000	1.1
+++ hal_pci.h	29 Jul 2005 20:32:57 -0000	1.2
@@ -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 St, Fifth Floor, Boston, MA  02110-1301  USA
  *
  **************************************************************************/
 

Index: hal_scsi.c
===================================================================
RCS file: /cvs/hal/hal/agents/linux26/sysfs/hal_scsi.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- hal_scsi.c	27 Nov 2003 21:04:23 -0000	1.1
+++ hal_scsi.c	29 Jul 2005 20:32:57 -0000	1.2
@@ -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 St, Fifth Floor, Boston, MA  02110-1301  USA
  *
  **************************************************************************/
 

Index: hal_scsi.h
===================================================================
RCS file: /cvs/hal/hal/agents/linux26/sysfs/hal_scsi.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- hal_scsi.h	27 Nov 2003 21:04:23 -0000	1.1
+++ hal_scsi.h	29 Jul 2005 20:32:57 -0000	1.2
@@ -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 St, Fifth Floor, Boston, MA  02110-1301  USA
  *
  **************************************************************************/
 

Index: hal_usb.c
===================================================================
RCS file: /cvs/hal/hal/agents/linux26/sysfs/hal_usb.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- hal_usb.c	3 Dec 2003 01:52:34 -0000	1.4
+++ hal_usb.c	29 Jul 2005 20:32:57 -0000	1.5
@@ -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 St, Fifth Floor, Boston, MA  02110-1301  USA
  *
  **************************************************************************/
 

Index: hal_usb.h
===================================================================
RCS file: /cvs/hal/hal/agents/linux26/sysfs/hal_usb.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- hal_usb.h	27 Nov 2003 21:04:23 -0000	1.1
+++ hal_usb.h	29 Jul 2005 20:32:57 -0000	1.2
@@ -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 St, Fifth Floor, Boston, MA  02110-1301  USA
  *
  **************************************************************************/
 

Index: main.c
===================================================================
RCS file: /cvs/hal/hal/agents/linux26/sysfs/main.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- main.c	8 Dec 2003 22:01:44 -0000	1.7
+++ main.c	29 Jul 2005 20:32:57 -0000	1.8
@@ -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 St, Fifth Floor, Boston, MA  02110-1301  USA
  *
  **************************************************************************/
 

Index: main.h
===================================================================
RCS file: /cvs/hal/hal/agents/linux26/sysfs/main.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- main.h	8 Dec 2003 22:01:44 -0000	1.4
+++ main.h	29 Jul 2005 20:32:57 -0000	1.5
@@ -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 St, Fifth Floor, Boston, MA  02110-1301  USA
  *
  **************************************************************************/
 




More information about the hal-commit mailing list