diff options
author | Sylwester Nawrocki <s.nawrocki@samsung.com> | 2019-04-19 12:21:58 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-04-19 16:57:36 +0100 |
commit | ebf4c423dd2a53f3a65f2a1645cc50b4db03de9e (patch) | |
tree | 28b4049abdc16d4790cb6d66c7b5f09882c1ca4c /sound | |
parent | f9ff38071cdc2c1c2bbc0e2b81b025476c152982 (diff) |
ASoC: samsung: snow: 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>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/samsung/snow.c | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/sound/soc/samsung/snow.c b/sound/soc/samsung/snow.c index 5d8efc2d5c38..57ce90fe5004 100644 --- a/sound/soc/samsung/snow.c +++ b/sound/soc/samsung/snow.c @@ -1,15 +1,6 @@ -/* - * ASoC machine driver for Snow boards - * - * 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. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * General Public License for more details. - */ +// SPDX-License-Identifier: GPL-2.0 +// +// ASoC machine driver for Snow boards #include <linux/clk.h> #include <linux/module.h> |