diff options
author | Paul Cercueil <paul@crapouillou.net> | 2019-02-07 16:31:40 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-02-07 17:38:10 +0300 |
commit | 06a334ae98d15c3e32ae4ef8ce18a241a12f3dff (patch) | |
tree | 2c7ac7a164775e6f2ed2cb073ef6a087792f4c5c | |
parent | f58f2b0a9f6ecfd76cb08fe1c4894ab009a30c66 (diff) | |
download | linux-06a334ae98d15c3e32ae4ef8ce18a241a12f3dff.tar.xz |
ASoC: codecs: jz4740: Use SPDX license notifier
Add license information as a standard SPDX license notifier instead of
custom text.
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | sound/soc/codecs/jz4740.c | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/sound/soc/codecs/jz4740.c b/sound/soc/codecs/jz4740.c index 9395b583432c..9b3e1227a971 100644 --- a/sound/soc/codecs/jz4740.c +++ b/sound/soc/codecs/jz4740.c @@ -1,15 +1,8 @@ -/* - * Copyright (C) 2009-2010, Lars-Peter Clausen <lars@metafoo.de> - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0 +// +// JZ4740 CODEC driver +// +// Copyright (C) 2009-2010, Lars-Peter Clausen <lars@metafoo.de> #include <linux/kernel.h> #include <linux/module.h> |