hal/hald/linux2 blockdev.c, 1.26, 1.27 blockdev.h, 1.4,
1.5 classdev.c, 1.34, 1.35 classdev.h, 1.5, 1.6 coldplug.c,
1.19, 1.20 coldplug.h, 1.2, 1.3 hotplug.c, 1.18,
1.19 hotplug.h, 1.9, 1.10 hotplug_helper.h, 1.2, 1.3 ids.c,
1.8, 1.9 ids.h, 1.3, 1.4 osspec.c, 1.31, 1.32 osspec_linux.h,
1.4, 1.5 pcmcia_cs.h, 1.3, 1.4 pcmcia_utils.c, 1.3,
1.4 pcmcia_utils.h, 1.3, 1.4 physdev.c, 1.22, 1.23 physdev.h,
1.3, 1.4
David Zeuthen
david at freedesktop.org
Wed Nov 2 07:38:22 PST 2005
- Previous message: hal/hald/linux2/probing probe-hiddev.c, 1.6, 1.7 probe-input.c, 1.10,
1.11 probe-pc-floppy.c, 1.6, 1.7 probe-printer.c, 1.5,
1.6 probe-serial.c, 1.1, 1.2 probe-smbios.c, 1.7,
1.8 probe-storage.c, 1.15, 1.16 probe-volume.c, 1.18, 1.19
- Next message: hal/hald/linux2 osspec.c,1.32,1.33
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/hal/hal/hald/linux2
In directory gabe:/tmp/cvs-serv19841/hald/linux2
Modified Files:
blockdev.c blockdev.h classdev.c classdev.h coldplug.c
coldplug.h hotplug.c hotplug.h hotplug_helper.h ids.c ids.h
osspec.c osspec_linux.h pcmcia_cs.h pcmcia_utils.c
pcmcia_utils.h physdev.c physdev.h
Log Message:
2005-11-02 David Zeuthen <david at fubar.dk>
* COPYING: Update to Academic Free License 2.1. Also fix all C source
and header files.
Index: blockdev.c
===================================================================
RCS file: /cvs/hal/hal/hald/linux2/blockdev.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- blockdev.c 26 Oct 2005 18:42:02 -0000 1.26
+++ blockdev.c 2 Nov 2005 15:38:13 -0000 1.27
@@ -5,7 +5,7 @@
*
* Copyright (C) 2005 David Zeuthen, <david at fubar.dk>
*
- * Licensed under the Academic Free License version 2.0
+ * Licensed under the Academic Free License version 2.1
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Index: blockdev.h
===================================================================
RCS file: /cvs/hal/hal/hald/linux2/blockdev.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- blockdev.h 29 Jul 2005 20:32:57 -0000 1.4
+++ blockdev.h 2 Nov 2005 15:38:13 -0000 1.5
@@ -5,7 +5,7 @@
*
* Copyright (C) 2004 David Zeuthen, <david at fubar.dk>
*
- * Licensed under the Academic Free License version 2.0
+ * Licensed under the Academic Free License version 2.1
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Index: classdev.c
===================================================================
RCS file: /cvs/hal/hal/hald/linux2/classdev.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- classdev.c 28 Sep 2005 16:35:05 -0000 1.34
+++ classdev.c 2 Nov 2005 15:38:13 -0000 1.35
@@ -7,7 +7,7 @@
* Copyright (C) 2005 Richard Hughes, <richard at hughsie.com>
* Copyright (C) 2005 Danny Kukawka, <danny.kukawka at web.de>
*
- * Licensed under the Academic Free License version 2.0
+ * Licensed under the Academic Free License version 2.1
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Index: classdev.h
===================================================================
RCS file: /cvs/hal/hal/hald/linux2/classdev.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- classdev.h 5 Aug 2005 10:57:21 -0000 1.5
+++ classdev.h 2 Nov 2005 15:38:13 -0000 1.6
@@ -5,7 +5,7 @@
*
* Copyright (C) 2004 David Zeuthen, <david at fubar.dk>
*
- * Licensed under the Academic Free License version 2.0
+ * Licensed under the Academic Free License version 2.1
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Index: coldplug.c
===================================================================
RCS file: /cvs/hal/hal/hald/linux2/coldplug.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- coldplug.c 2 Nov 2005 04:27:24 -0000 1.19
+++ coldplug.c 2 Nov 2005 15:38:13 -0000 1.20
@@ -5,7 +5,7 @@
*
* Copyright (C) 2004 David Zeuthen, <david at fubar.dk>
*
- * Licensed under the Academic Free License version 2.0
+ * Licensed under the Academic Free License version 2.1
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Index: coldplug.h
===================================================================
RCS file: /cvs/hal/hal/hald/linux2/coldplug.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- coldplug.h 29 Jul 2005 20:32:57 -0000 1.2
+++ coldplug.h 2 Nov 2005 15:38:14 -0000 1.3
@@ -5,7 +5,7 @@
*
* Copyright (C) 2004 David Zeuthen, <david at fubar.dk>
*
- * Licensed under the Academic Free License version 2.0
+ * Licensed under the Academic Free License version 2.1
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Index: hotplug.c
===================================================================
RCS file: /cvs/hal/hal/hald/linux2/hotplug.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- hotplug.c 27 Sep 2005 09:42:12 -0000 1.18
+++ hotplug.c 2 Nov 2005 15:38:14 -0000 1.19
@@ -5,7 +5,7 @@
*
* Copyright (C) 2004 David Zeuthen, <david at fubar.dk>
*
- * Licensed under the Academic Free License version 2.0
+ * Licensed under the Academic Free License version 2.1
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Index: hotplug.h
===================================================================
RCS file: /cvs/hal/hal/hald/linux2/hotplug.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- hotplug.h 29 Jul 2005 20:32:57 -0000 1.9
+++ hotplug.h 2 Nov 2005 15:38:14 -0000 1.10
@@ -5,7 +5,7 @@
*
* Copyright (C) 2004 David Zeuthen, <david at fubar.dk>
*
- * Licensed under the Academic Free License version 2.0
+ * Licensed under the Academic Free License version 2.1
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Index: hotplug_helper.h
===================================================================
RCS file: /cvs/hal/hal/hald/linux2/hotplug_helper.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- hotplug_helper.h 29 Jul 2005 20:32:57 -0000 1.2
+++ hotplug_helper.h 2 Nov 2005 15:38:14 -0000 1.3
@@ -5,7 +5,7 @@
*
* Copyright (C) 2004 David Zeuthen, <david at fubar.dk>
*
- * Licensed under the Academic Free License version 2.0
+ * Licensed under the Academic Free License version 2.1
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Index: ids.c
===================================================================
RCS file: /cvs/hal/hal/hald/linux2/ids.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- ids.c 25 Oct 2005 15:31:24 -0000 1.8
+++ ids.c 2 Nov 2005 15:38:14 -0000 1.9
@@ -5,7 +5,7 @@
*
* Copyright (C) 2004 David Zeuthen, <david at fubar.dk>
*
- * Licensed under the Academic Free License version 2.0
+ * Licensed under the Academic Free License version 2.1
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Index: ids.h
===================================================================
RCS file: /cvs/hal/hal/hald/linux2/ids.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- ids.h 29 Jul 2005 20:32:57 -0000 1.3
+++ ids.h 2 Nov 2005 15:38:14 -0000 1.4
@@ -5,7 +5,7 @@
*
* Copyright (C) 2004 David Zeuthen, <david at fubar.dk>
*
- * Licensed under the Academic Free License version 2.0
+ * Licensed under the Academic Free License version 2.1
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Index: osspec.c
===================================================================
RCS file: /cvs/hal/hal/hald/linux2/osspec.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- osspec.c 31 Oct 2005 15:54:54 -0000 1.31
+++ osspec.c 2 Nov 2005 15:38:14 -0000 1.32
@@ -5,7 +5,7 @@
*
* Copyright (C) 2004 David Zeuthen, <david at fubar.dk>
*
- * Licensed under the Academic Free License version 2.0
+ * Licensed under the Academic Free License version 2.1
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Index: osspec_linux.h
===================================================================
RCS file: /cvs/hal/hal/hald/linux2/osspec_linux.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- osspec_linux.h 29 Jul 2005 20:32:57 -0000 1.4
+++ osspec_linux.h 2 Nov 2005 15:38:14 -0000 1.5
@@ -5,7 +5,7 @@
*
* Copyright (C) 2003 David Zeuthen, <david at fubar.dk>
*
- * Licensed under the Academic Free License version 2.0
+ * Licensed under the Academic Free License version 2.1
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Index: pcmcia_cs.h
===================================================================
RCS file: /cvs/hal/hal/hald/linux2/pcmcia_cs.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- pcmcia_cs.h 27 Sep 2005 09:42:12 -0000 1.3
+++ pcmcia_cs.h 2 Nov 2005 15:38:14 -0000 1.4
@@ -5,7 +5,7 @@
*
* Copyright (C) 2003 Dan Williams <dcbw at redhat.com>
*
- * Licensed under the Academic Free License version 2.0
+ * Licensed under the Academic Free License version 2.1
*
* Most of this code was derived from pcmcia-cs code, originally
* developed by David A. Hinds <dahinds at users.sourceforge.net>.
Index: pcmcia_utils.c
===================================================================
RCS file: /cvs/hal/hal/hald/linux2/pcmcia_utils.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- pcmcia_utils.c 29 Jul 2005 20:32:57 -0000 1.3
+++ pcmcia_utils.c 2 Nov 2005 15:38:14 -0000 1.4
@@ -5,7 +5,7 @@
*
* Copyright (C) 2003 Dan Williams <dcbw at redhat.com>
*
- * Licensed under the Academic Free License version 2.0
+ * Licensed under the Academic Free License version 2.1
*
* Some of this code was derived from pcmcia-cs code, originally
* developed by David A. Hinds <dahinds at users.sourceforge.net>.
Index: pcmcia_utils.h
===================================================================
RCS file: /cvs/hal/hal/hald/linux2/pcmcia_utils.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- pcmcia_utils.h 27 Sep 2005 09:42:13 -0000 1.3
+++ pcmcia_utils.h 2 Nov 2005 15:38:14 -0000 1.4
@@ -5,7 +5,7 @@
*
* Copyright (C) 2003 Dan Williams <dcbw at redhat.com>
*
- * Licensed under the Academic Free License version 2.0
+ * Licensed under the Academic Free License version 2.1
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Index: physdev.c
===================================================================
RCS file: /cvs/hal/hal/hald/linux2/physdev.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- physdev.c 28 Sep 2005 16:35:05 -0000 1.22
+++ physdev.c 2 Nov 2005 15:38:14 -0000 1.23
@@ -5,7 +5,7 @@
*
* Copyright (C) 2004 David Zeuthen, <david at fubar.dk>
*
- * Licensed under the Academic Free License version 2.0
+ * Licensed under the Academic Free License version 2.1
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Index: physdev.h
===================================================================
RCS file: /cvs/hal/hal/hald/linux2/physdev.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- physdev.h 29 Jul 2005 20:32:57 -0000 1.3
+++ physdev.h 2 Nov 2005 15:38:14 -0000 1.4
@@ -5,7 +5,7 @@
*
* Copyright (C) 2004 David Zeuthen, <david at fubar.dk>
*
- * Licensed under the Academic Free License version 2.0
+ * Licensed under the Academic Free License version 2.1
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- Previous message: hal/hald/linux2/probing probe-hiddev.c, 1.6, 1.7 probe-input.c, 1.10,
1.11 probe-pc-floppy.c, 1.6, 1.7 probe-printer.c, 1.5,
1.6 probe-serial.c, 1.1, 1.2 probe-smbios.c, 1.7,
1.8 probe-storage.c, 1.15, 1.16 probe-volume.c, 1.18, 1.19
- Next message: hal/hald/linux2 osspec.c,1.32,1.33
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the hal-commit
mailing list