]> rtime.felk.cvut.cz Git - mf6xx.git/commitdiff
Added license and copyright information to most important files.
authorRostislav Lisovy <lisovy@gmail.com>
Sun, 17 Apr 2011 18:25:50 +0000 (20:25 +0200)
committerRostislav Lisovy <lisovy@gmail.com>
Sun, 17 Apr 2011 18:25:50 +0000 (20:25 +0200)
src/qemu/hw/mf624.c
src/uio/mf614/kernel/mf614.c
src/uio/mf624/kernel/mf624.c
src/uio/mf624/userspace/test_application/main.c

index 6c32505b03ad14b11b2fe069521585bb7528f3c0..67351d4ae555a5549e59e35b018c0c419c369eae 100755 (executable)
@@ -1,6 +1,7 @@
-/* Humusoft MF624 DAQ card implementation
+/* 
+ * Humusoft MF624 DAQ card implementation
  * 
- * Copyright Rostislav Lisovy (lisovy@gmail.com)
+ * Copyright (C) 2011 Rostislav Lisovy (lisovy@gmail.com)
  * 
  * Licensed under GPLv2 license
  */
@@ -702,12 +703,8 @@ static int pci_mf624_exit(PCIDevice *pci_dev)
 static PCIDeviceInfo mf624_info = {
        .qdev.name  = "mf624",
        .qdev.size  = sizeof(mf624_state_t),
-       //.qdev.vmsd  = &vmstate_pci_ne2000,
        .init       = pci_mf624_init,
-       .exit       = pci_mf624_exit //,
-       //.qdev.props = (Property[]) {
-       //      DEFINE_PROP_END_OF_LIST(),
-       //}
+       .exit       = pci_mf624_exit
 };
 
 static void mf624_register_device(void)
index add0de2c27fee6f31fc0797916629c7dd799248f..c7bae8ea5b9cd573c6b0f5adc8866fbe676edfc0 100755 (executable)
@@ -1,3 +1,22 @@
+/*
+ * UIO driver fo Humusoft MF614 DAQ card.
+ * Copyright (C) 2010--2011 Rostislav Lisovy <lisovy@gmail.com> 
+ * 
+ * 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
 #include <linux/init.h>
 #include <linux/module.h>
 #include <linux/device.h>
index e4e800658077378b3d7822952709a298178a7c06..ebd5fc60ae4f02acb10495d1b7e1455565874c41 100755 (executable)
@@ -1,3 +1,22 @@
+/*
+ * UIO driver fo Humusoft MF624 DAQ card.
+ * Copyright (C) 2011 Rostislav Lisovy <lisovy@gmail.com> 
+ * 
+ * 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
 #include <linux/init.h>
 #include <linux/module.h>
 #include <linux/device.h>
index 7b6274406a2f3426f7435ed5fd1c2bd6d7d3f179..401fa30365a76e04b644817aab32ce9a35c72850 100755 (executable)
@@ -1,3 +1,23 @@
+/* 
+ * Application using MF624 UIO driver
+ * 
+ * Copyright (C) 2011 Rostislav Lisovy <lisovy@gmail.com> 
+ * 
+ * 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
 #include <stdio.h>
 #include <errno.h>
 #include <sys/stat.h>