Skip to content
Commit 2f43f874 authored by Jiri Kosina's avatar Jiri Kosina
Browse files

HID: remove Paul Walmsley's copyright from places where it shouldn't be

Paul Walmsley has implemented dynamic quirk handling back in 2007 through
commits:

2eb5dc30 ("USB HID: encapsulate quirk handling into hid-quirks.c")
8222fbe6 ("USB HID: clarify static quirk handling as squirks")
8cef9082 ("USB HID: add support for dynamically-created quirks")
876b9276

 ("USB HID: add 'quirks' module parameter")

and as such, his copyright rightly belongs to
drivers/hid/usbhid/hid-quirks.c file.

However when generic HID code has been converted to bus and individual
quirks separated out to individual drivers on the bus, the copyright has
been blindly transfered into all the tiny drivers, which actually don't
contain any of Pauls' copyrighted code.

Remove the copyright from those sub-drivers.

Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
Acked-by: default avatarPaul Walmsley <paul@pwsan.com>
parent 6dbea044
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment