[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1404511548.18844.3.camel@x220>
Date: Sat, 05 Jul 2014 00:05:48 +0200
From: Paul Bolle <pebolle@...cali.nl>
To: Mathieu Desnoyers <mathieu.desnoyers@...icios.com>
Cc: gregkh <gregkh@...uxfoundation.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: Re: Qualcomm "All Rights Reserved" in Linux staging
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists