From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752513AbcHQQUf (ORCPT ); Wed, 17 Aug 2016 12:20:35 -0400 Received: from dougal.metanate.com ([90.155.101.14]:1481 "EHLO metanate.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750764AbcHQQUe (ORCPT ); Wed, 17 Aug 2016 12:20:34 -0400 Date: Wed, 17 Aug 2016 17:20:24 +0100 From: John Keeping To: Ben Zhang Cc: alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, Jie Yang , Bard Liao , Oder Chiou , Liam Girdwood , Mark Brown , Jaroslav Kysela , Takashi Iwai , Dylan Reid Subject: Re: [PATCH 2/2] ASoC: Intel: boards: Add bdw-rt5677 machine driver Message-ID: <20160817172024.7cf93056.john@metanate.com> In-Reply-To: <20160814111823.1782-3-john@metanate.com> References: <20160814111823.1782-1-john@metanate.com> <20160814111823.1782-3-john@metanate.com> Organization: Metanate Ltd X-Mailer: Claws Mail 3.14.0 (GTK+ 2.24.30; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Ben, > diff --git a/sound/soc/intel/boards/bdw-rt5677.c b/sound/soc/intel/boards/bdw-rt5677.c > @@ -0,0 +1,341 @@ > +/* > + * ASoC machine driver for Intel Broadwell platforms with RT5677 codec > + */ It has been pointed out to me that this file lacks a proper license header; I pulled it from the chromeos-3.14 branch and I can't see a version with a license header. The module properties indicate GPLv2, but who should be the subject of the copyright statement? Thanks, John