mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
ASoC: samsung: arndale: 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>
This commit is contained in:
parent
daae4c5835
commit
4c61608402
1 changed files with 5 additions and 12 deletions
|
@ -1,15 +1,8 @@
|
||||||
/*
|
// SPDX-License-Identifier: GPL-2.0+
|
||||||
* arndale_rt5631.c
|
//
|
||||||
*
|
// Copyright (c) 2014, Insignal Co., Ltd.
|
||||||
* Copyright (c) 2014, Insignal Co., Ltd.
|
//
|
||||||
*
|
// Author: Claude <claude@insginal.co.kr>
|
||||||
* Author: Claude <claude@insginal.co.kr>
|
|
||||||
*
|
|
||||||
* 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.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include <linux/module.h>
|
#include <linux/module.h>
|
||||||
#include <linux/platform_device.h>
|
#include <linux/platform_device.h>
|
||||||
|
|
Loading…
Reference in a new issue