]> rtime.felk.cvut.cz Git - shark/motorek-5200.git/commitdiff
Added initial comment
authorMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 16 Jan 2009 08:37:56 +0000 (09:37 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 16 Jan 2009 08:37:56 +0000 (09:37 +0100)
motorek.c

index d0633e937a73c962128aac72c55ee3de35898236..dbefb3f149dd93eca32b15a576578046e6c93481 100644 (file)
--- a/motorek.c
+++ b/motorek.c
@@ -1,3 +1,18 @@
+/*
+ *     Driver for DC motor connected to MPC5200 based boards.
+ *
+ *     The motor is used for education at Czech Technical University
+ *     in Prague.
+ *
+ *     Authors:
+ *     Michal Sojka            <sojkam1@fel.cvut.cz>
+ *
+ *     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.
+ */
+
 #include <linux/module.h>
 #include <linux/platform_device.h>
 #include <linux/mod_devicetable.h>