From: Rostislav Lisovy Date: Mon, 19 Dec 2011 13:16:14 +0000 (+0100) Subject: sllin: Added authors. X-Git-Url: http://rtime.felk.cvut.cz/gitweb/linux-lin.git/commitdiff_plain/da0680e8cb3815e4df1ba41ee46dc0e7c9947aeb sllin: Added authors. --- diff --git a/sllin/sllin.c b/sllin/sllin.c index 528d746..2e3a1c3 100644 --- a/sllin/sllin.c +++ b/sllin/sllin.c @@ -1,4 +1,4 @@ -/* +/* * sllin.c - serial line LIN interface driver (using tty line discipline) * * This file is derived from drivers/net/can/slcan.c @@ -32,8 +32,13 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH * DAMAGE. * - * Send feedback to - * + * Idea: Oliver Hartkopp + * Copyright: (c) 2011 Czech Technical University in Prague + * (c) 2011 Volkswagen Group Research + * Authors: Pavel Pisa + * Rostislav Lisovy + * Michal Sojka + * Funded by: Volkswagen Group Research */ #define DEBUG 1 /* Enables pr_debug() printouts */ @@ -70,7 +75,7 @@ static __initdata const char banner[] = MODULE_ALIAS_LDISC(N_SLLIN); MODULE_DESCRIPTION("serial line LIN interface"); MODULE_LICENSE("GPL"); -MODULE_AUTHOR(""); +MODULE_AUTHOR("Pavel Pisa "); #define SLLIN_MAGIC 0x53CA /* #define BREAK_BY_BAUD */