Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ASoC: tfa9879: switch to SPDX license tag

It's less overhead, clearer and generally neater.

Signed-off-by: Peter Rosin <peda@axentia.se>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Peter Rosin and committed by
Mark Brown
3d5fa527 9ff73866

+7 -18
+6 -12
sound/soc/codecs/tfa9879.c
··· 1 - /* 2 - * tfa9879.c -- driver for NXP Semiconductors TFA9879 3 - * 4 - * Copyright (C) 2014 Axentia Technologies AB 5 - * Author: Peter Rosin <peda@axentia.se> 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms of the GNU General Public License as published by the 9 - * Free Software Foundation; either version 2 of the License, or (at your 10 - * option) any later version. 11 - * 12 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // 3 + // tfa9879.c -- driver for NXP Semiconductors TFA9879 4 + // 5 + // Copyright (C) 2014 Axentia Technologies AB 6 + // Author: Peter Rosin <peda@axentia.se> 13 7 14 8 #include <linux/module.h> 15 9 #include <linux/init.h>
+1 -6
sound/soc/codecs/tfa9879.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0+ */ 1 2 /* 2 3 * tfa9879.h -- driver for NXP Semiconductors TFA9879 3 4 * 4 5 * Copyright (C) 2014 Axentia Technologies AB 5 6 * Author: Peter Rosin <peda@axentia.se> 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms of the GNU General Public License as published by the 9 - * Free Software Foundation; either version 2 of the License, or (at your 10 - * option) any later version. 11 - * 12 7 */ 13 8 14 9 #ifndef _TFA9879_H