Skip to content

Commit

Permalink
ASoC: samsung: smdk_wm8994*: Convert to SPDX License Identifier
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sylwester Nawrocki authored and broonie committed Apr 19, 2019
1 parent fe20039 commit f9ff380
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 19 deletions.
9 changes: 1 addition & 8 deletions sound/soc/samsung/smdk_wm8994.c
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
/*
* smdk_wm8994.c
*
* 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+

#include "../codecs/wm8994.h"
#include <sound/pcm_params.h>
Expand Down
16 changes: 5 additions & 11 deletions sound/soc/samsung/smdk_wm8994pcm.c
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
/*
* sound/soc/samsung/smdk_wm8994pcm.c
*
* Copyright (c) 2011 Samsung Electronics Co., Ltd
* http://www.samsung.com
*
* 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+
//
// Copyright (c) 2011 Samsung Electronics Co., Ltd
// http://www.samsung.com

#include <linux/module.h>
#include <sound/soc.h>
#include <sound/pcm.h>
Expand Down

0 comments on commit f9ff380

Please sign in to comment.