diff options
author | Sylwester Nawrocki <s.nawrocki@samsung.com> | 2019-04-19 12:21:43 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-04-19 16:51:12 +0100 |
commit | 1643b9fb8c77e1cf31918beea3856754e1d5f834 (patch) | |
tree | f3cc4acf948d65681b5da7f0a43f26ba17871d45 | |
parent | 9c8df4cd99643759b69e1b8dca7f2065ccf63ed2 (diff) |
ASoC: samsung: littlemill: Convert to SPDX License Identifier
Replace GPL v2.0+ license statements with SPDX license identifier.
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | sound/soc/samsung/littlemill.c | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/sound/soc/samsung/littlemill.c b/sound/soc/samsung/littlemill.c index 087f8d738dfb..cd70b06cc99d 100644 --- a/sound/soc/samsung/littlemill.c +++ b/sound/soc/samsung/littlemill.c @@ -1,13 +1,8 @@ -/* - * Littlemill audio support - * - * Copyright 2011 Wolfson Microelectronics - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License as published by the - * Free Software Foundation; either version 2 of the License, or (at your - * option) any later version. - */ +// SPDX-License-Identifier: GPL-2.0+ +// +// Littlemill audio support +// +// Copyright 2011 Wolfson Microelectronics #include <sound/soc.h> #include <sound/soc-dapm.h> |