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

HID: update copyright and authorship macro

Updates Copyright and DRIVER_AUTHOR in HID and USB HID sources.

Signed-off-by: Jiri Kosina <jkosina@suse.cz>

+3 -3
+2 -2
drivers/hid/hid-core.c
··· 4 4 * Copyright (c) 1999 Andreas Gal 5 5 * Copyright (c) 2000-2005 Vojtech Pavlik <vojtech@suse.cz> 6 6 * Copyright (c) 2005 Michael Haboustak <mike-@cinci.rr.com> for Concept2, Inc 7 - * Copyright (c) 2006 Jiri Kosina 7 + * Copyright (c) 2006-2007 Jiri Kosina 8 8 */ 9 9 10 10 /* ··· 37 37 */ 38 38 39 39 #define DRIVER_VERSION "v2.6" 40 - #define DRIVER_AUTHOR "Andreas Gal, Vojtech Pavlik" 40 + #define DRIVER_AUTHOR "Andreas Gal, Vojtech Pavlik, Jiri Kosina" 41 41 #define DRIVER_DESC "HID core driver" 42 42 #define DRIVER_LICENSE "GPL" 43 43
+1 -1
drivers/hid/usbhid/hid-core.c
··· 39 39 */ 40 40 41 41 #define DRIVER_VERSION "v2.6" 42 - #define DRIVER_AUTHOR "Andreas Gal, Vojtech Pavlik" 42 + #define DRIVER_AUTHOR "Andreas Gal, Vojtech Pavlik, Jiri Kosina" 43 43 #define DRIVER_DESC "USB HID core driver" 44 44 #define DRIVER_LICENSE "GPL" 45 45