Re: [PATCH 3/6] ASoC: codecs: jz4740: Use SPDX license notifier

2019-02-06 Thread Mark Brown
On Tue, Feb 05, 2019 at 12:11:05AM -0300, Paul Cercueil wrote:

> +++ b/sound/soc/codecs/jz4740.c
> @@ -1,14 +1,8 @@
> +// SPDX-License-Identifier: GPL-2.0
>  /*
> - * Copyright (C) 2009-2010, Lars-Peter Clausen 
> - *

Please convert the whole comment to C++ style so it looks more
consistent with the rest of ASoC (and itself).


signature.asc
Description: PGP signature


[PATCH 3/6] ASoC: codecs: jz4740: Use SPDX license notifier

2019-02-04 Thread Paul Cercueil
Add license information as a standard SPDX license notifier instead of
custom text.

Signed-off-by: Paul Cercueil 
---
 sound/soc/codecs/jz4740.c | 12 +++-
 1 file changed, 3 insertions(+), 9 deletions(-)

diff --git a/sound/soc/codecs/jz4740.c b/sound/soc/codecs/jz4740.c
index 9395b583432c..af57a7d6ec12 100644
--- a/sound/soc/codecs/jz4740.c
+++ b/sound/soc/codecs/jz4740.c
@@ -1,14 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2009-2010, Lars-Peter Clausen 
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
- *
- *  You should have received a copy of the  GNU General Public License along
- *  with this program; if not, write  to the Free Software Foundation, Inc.,
- *  675 Mass Ave, Cambridge, MA 02139, USA.
+ * JZ4740 CODEC driver
  *
+ * Copyright (C) 2009-2010, Lars-Peter Clausen 
  */
 
 #include 
-- 
2.11.0