[parisc-linux-cvs] linux deller
Helge Deller
deller@gmx.de
Tue, 9 Jul 2002 20:37:07 +0200
--Boundary-00=_T1yK91Dbs1iFBUt
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
Content-Disposition: inline
On Tuesday 09 July 2002 20:37, Helge Deller wrote:
> CVSROOT: /var/cvs
> Module name: linux
> Changes by: deller 02/07/09 12:37:39
>
> Modified files:
> . : Makefile
> drivers/hil : hilkbd.c
>
> Log message:
> 2.4.18-pa53:
> - added GPLv2 notice and license to hilkbd.c
> I got an OK to do so from Philip Blundell <philb@gnu.org>
> and Matthew Wilcox <willy@bofh.ai>.
--Boundary-00=_T1yK91Dbs1iFBUt
Content-Type: text/plain;
charset="iso-8859-1";
name="diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; filename="diff"
Index: Makefile
===================================================================
RCS file: /var/cvs/linux/Makefile,v
retrieving revision 1.323
diff -u -p -r1.323 Makefile
--- Makefile 2002/07/08 20:52:15 1.323
+++ Makefile 2002/07/09 18:33:30
@@ -1,7 +1,7 @@
VERSION = 2
PATCHLEVEL = 4
SUBLEVEL = 18
-EXTRAVERSION = -pa52
+EXTRAVERSION = -pa53
KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
Index: drivers/hil/hilkbd.c
===================================================================
RCS file: /var/cvs/linux/drivers/hil/hilkbd.c,v
retrieving revision 1.2
diff -u -p -r1.2 hilkbd.c
--- drivers/hil/hilkbd.c 2002/07/07 13:20:47 1.2
+++ drivers/hil/hilkbd.c 2002/07/09 18:33:30
@@ -9,6 +9,10 @@
* This driver handles the keyboard on HP300 (m68k) and on some
* HP700 (parisc) series machines.
*
+ *
+ * This file is subject to the terms and conditions of the GNU General Public
+ * License version 2. See the file COPYING in the main directory of this
+ * archive for more details.
*/
#include <linux/pci_ids.h>
@@ -24,7 +28,7 @@
MODULE_AUTHOR("Philip Blundell, Matthew Wilcox, Helge Deller");
MODULE_DESCRIPTION("HIL driver (basic functionality)");
-MODULE_LICENSE("Hopefully GPL, but I need feedback from Philip first...");
+MODULE_LICENSE("GPL");
EXPORT_NO_SYMBOLS;
--Boundary-00=_T1yK91Dbs1iFBUt--