Added GPL header.
authorFrank Mori Hess <fmhess@speakeasy.net>
Thu, 14 Sep 2006 17:52:06 +0000 (17:52 +0000)
committerFrank Mori Hess <fmhess@speakeasy.net>
Thu, 14 Sep 2006 17:52:06 +0000 (17:52 +0000)
include/linux/device.h
include/linux/mm.h

index 85a296094c5ac38c1ecf20b40cccfebca5c092a5..b031519a136890d5b09acf41f4c713559b185b6e 100644 (file)
@@ -1,6 +1,24 @@
 /*
  * linux/device.h compatibility header
  */
+/*
+    Copyright (C) 2004-2006 Frank Mori Hess <fmhess@users.sourceforge.net>
+    Copyright (C) 2005-2006 Ian Abbott
+
+    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
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+*/
 
 #ifndef __COMPAT_LINUX_DEVICE_H_
 #define __COMPAT_LINUX_DEVICE_H_
@@ -10,7 +28,7 @@
 #if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0)
 #include <pcmcia/cs_types.h>
 
-struct device_driver 
+struct device_driver
 {
        char *name;
 };
@@ -33,7 +51,7 @@ static inline struct class_device *COMEDI_CLASS_DEVICE_CREATE(struct class *cls,
 {
        return NULL;
 };
+
 static inline void class_device_destroy(struct class *cs, dev_t dev)
 {};
 
index 233c2e949fa4cb95accc5b46943a0ac5decfb3df..7a33098817f618f882fe1d42bcd823ffd0d7a5a9 100644 (file)
@@ -1,6 +1,24 @@
 /*
  * linux/mm.h compatibility header
  */
+/*
+    Copyright (C) 2004-2006 Frank Mori Hess <fmhess@users.sourceforge.net>
+    Copyright (C) 2006 Ian Abbott
+
+    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
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+*/
 
 #ifndef _COMPAT_MM_H
 #define _COMPAT_MM_H