]> rtime.felk.cvut.cz Git - lincan.git/blobdiff - lincan/src/main.c
Added RT-Linux version of sendburst and readburst utilities.
[lincan.git] / lincan / src / main.c
index 38a0ec0d56b78f6f47b302e075bc3ead14c7e2e8..b57c79c87b53e3b00795bd2e28c53d11095be842 100644 (file)
@@ -102,6 +102,9 @@ MODULE_LICENSE("GPL");
 #ifdef MODULE_DESCRIPTION
 MODULE_DESCRIPTION("Universal Linux CAN-bus device driver");
 #endif
+#ifdef MODULE_AUTHOR
+MODULE_AUTHOR("Pavel Pisa <pisa@cmp.felk.cvut.cz>, Arnaud Westenberg");
+#endif
 
 /* Global structures, used to describe the installed hardware. */
 struct canhardware_t canhardware;