Re: Qualcomm "All Rights Reserved" in Linux staging

From: Paul Bolle
Date: Fri Jul 04 2014 - 18:05:59 EST


On Fri, 2014-07-04 at 21:20 +0000, Mathieu Desnoyers wrote:
> grep -r "Qualcomm" . |grep -i "rights"
> ./drivers/staging/ft1000/ft1000-usb/ft1000_usb.c: * CopyRight (C) 2007 Qualcomm Inc. All Rights Reserved.
> ./drivers/staging/ft1000/ft1000-usb/ft1000_download.c:* CopyRight (C) 2007 Qualcomm Inc. All Rights Reserved.
> ./drivers/staging/ft1000/ft1000-usb/ft1000_hw.c:/* CopyRight (C) 2007 Qualcomm Inc. All Rights Reserved.

That's actually a common pattern:
$ git grep -i "Copyright.*All Rights Reserved" v3.16-rc3 | wc -l
5203


Paul Bolle

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/