diff options
author | Guenter Roeck <linux@roeck-us.net> | 2013-12-14 09:30:16 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-12-18 16:45:38 -0800 |
commit | f5a7f82730444426adc243ca4fc6acad7ca0ae77 (patch) | |
tree | c7714dbd4b17022e8264af43e1600e98dc5aa362 /drivers | |
parent | f36fdb9f0266811ee27140acc6ac5ff21199b159 (diff) | |
download | linux-f5a7f82730444426adc243ca4fc6acad7ca0ae77.tar.bz2 |
i8k: Add copyright
I made enough changes to the driver to warrant adding a copyright notice.
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/char/i8k.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/char/i8k.c b/drivers/char/i8k.c index f24bbcd848de..0fbf32fd17b8 100644 --- a/drivers/char/i8k.c +++ b/drivers/char/i8k.c @@ -5,6 +5,7 @@ * * Hwmon integration: * Copyright (C) 2011 Jean Delvare <khali@linux-fr.org> + * Copyright (C) 2013 Guenter Roeck <linux@roeck-us.net> * * 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 |