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: 1f0f015151 ("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
This commit is contained in:
Sandy Huang 2019-01-23 18:14:39 +08:00 committed by Heiko Stuebner
parent a2fcd5c84f
commit 053ff09f1a
2 changed files with 2 additions and 20 deletions

View File

@ -1,17 +1,8 @@
//SPDX-License-Identifier: GPL-2.0+ // SPDX-License-Identifier: GPL-2.0
/* /*
* Copyright (C) Fuzhou Rockchip Electronics Co.Ltd * Copyright (C) Fuzhou Rockchip Electronics Co.Ltd
* Author: * Author:
* Sandy Huang <hjc@rock-chips.com> * Sandy Huang <hjc@rock-chips.com>
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Foundation, and
* may be copied, distributed, and modified under those terms.
*
* 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.
*/ */
#include <drm/drmP.h> #include <drm/drmP.h>

View File

@ -1,17 +1,8 @@
//SPDX-License-Identifier: GPL-2.0+ /* SPDX-License-Identifier: GPL-2.0 */
/* /*
* Copyright (C) Fuzhou Rockchip Electronics Co.Ltd * Copyright (C) Fuzhou Rockchip Electronics Co.Ltd
* Author: * Author:
* Sandy Huang <hjc@rock-chips.com> * Sandy Huang <hjc@rock-chips.com>
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Foundation, and
* may be copied, distributed, and modified under those terms.
*
* 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.
*/ */
#ifdef CONFIG_ROCKCHIP_RGB #ifdef CONFIG_ROCKCHIP_RGB