Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: iio: tsl2583: add copyright and MODULE_AUTHOR

Add Brian Masney's copyright to the header and to the MODULE_AUTHOR
for all of the staging cleanups that has been done to this driver.

The original MODULE_AUTHOR() did not have a space between his name and
email address. This patch also adds the missing space.

Signed-off-by: Brian Masney <masneyb@onstation.org>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>

authored by

Brian Masney and committed by
Jonathan Cameron
c45a226f 0859fdd3

+3 -1
+3 -1
drivers/staging/iio/light/tsl2583.c
··· 3 3 * within the TAOS tsl258x family of devices (tsl2580, tsl2581, tsl2583). 4 4 * 5 5 * Copyright (c) 2011, TAOS Corporation. 6 + * Copyright (c) 2016 Brian Masney <masneyb@onstation.org> 6 7 * 7 8 * This program is free software; you can redistribute it and/or modify 8 9 * it under the terms of the GNU General Public License as published by ··· 907 906 }; 908 907 module_i2c_driver(tsl2583_driver); 909 908 910 - MODULE_AUTHOR("J. August Brenner<jbrenner@taosinc.com>"); 909 + MODULE_AUTHOR("J. August Brenner <jbrenner@taosinc.com>"); 910 + MODULE_AUTHOR("Brian Masney <masneyb@onstation.org>"); 911 911 MODULE_DESCRIPTION("TAOS tsl2583 ambient light sensor driver"); 912 912 MODULE_LICENSE("GPL");