Skip to content

Commit 053ff09

Browse files
sandy-huangmmind
authored andcommitted
drm/rockchip: rgb: update SPDX license identifier
Update SPDX License Identifier from GPL-2.0+ to GPL-2.0 and drop some GPL text. This fixes a mismatch between the existing SPDX headers and GPL boilerplate text. Fixes: 1f0f015 ("Add support for Rockchip Soc RGB output interface") Cc: stable@vger.kernel.org Reported-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Sandy Huang <hjc@rock-chips.com> Signed-off-by: Heiko Stuebner <heiko@sntech.de> Link: https://patchwork.freedesktop.org/patch/msgid/1548238479-171491-1-git-send-email-hjc@rock-chips.com
1 parent a2fcd5c commit 053ff09

File tree

2 files changed

+2
-20
lines changed

2 files changed

+2
-20
lines changed

drivers/gpu/drm/rockchip/rockchip_rgb.c

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
1-
//SPDX-License-Identifier: GPL-2.0+
1+
// SPDX-License-Identifier: GPL-2.0
22
/*
33
* Copyright (C) Fuzhou Rockchip Electronics Co.Ltd
44
* Author:
55
* Sandy Huang <hjc@rock-chips.com>
6-
*
7-
* This software is licensed under the terms of the GNU General Public
8-
* License version 2, as published by the Free Software Foundation, and
9-
* may be copied, distributed, and modified under those terms.
10-
*
11-
* This program is distributed in the hope that it will be useful,
12-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
* GNU General Public License for more details.
156
*/
167

178
#include <drm/drmP.h>

drivers/gpu/drm/rockchip/rockchip_rgb.h

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
1-
//SPDX-License-Identifier: GPL-2.0+
1+
/* SPDX-License-Identifier: GPL-2.0 */
22
/*
33
* Copyright (C) Fuzhou Rockchip Electronics Co.Ltd
44
* Author:
55
* Sandy Huang <hjc@rock-chips.com>
6-
*
7-
* This software is licensed under the terms of the GNU General Public
8-
* License version 2, as published by the Free Software Foundation, and
9-
* may be copied, distributed, and modified under those terms.
10-
*
11-
* This program is distributed in the hope that it will be useful,
12-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
* GNU General Public License for more details.
156
*/
167

178
#ifdef CONFIG_ROCKCHIP_RGB

0 commit comments

Comments
 (0)