Skip to content
  • Jiri Kosina's avatar
    HID: remove Paul Walmsley's copyright from places where it shouldn't be · 2f43f874
    Jiri Kosina authored
    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>
    2f43f874