Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm: rcar-du: Convert to SPDX identifiers

Kconfig doesn't have license line, thus, it is GPL-2.0 as default.
rcar_du_regs.h, rcar_lvds_regs.h are GPL-2.0,
and all other files are GPL-2.0+ as original license.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

authored by

Kuninori Morimoto and committed by
Laurent Pinchart
0bbce9eb d7cfd259

+18 -83
+1
drivers/gpu/drm/rcar-du/Kconfig
··· 1 + # SPDX-License-Identifier: GPL-2.0 1 2 config DRM_RCAR_DU 2 3 tristate "DRM Support for R-Car Display Unit" 3 4 depends on DRM && OF
+1 -5
drivers/gpu/drm/rcar-du/rcar_du_crtc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0+ 1 2 /* 2 3 * rcar_du_crtc.c -- R-Car Display Unit CRTCs 3 4 * 4 5 * Copyright (C) 2013-2015 Renesas Electronics Corporation 5 6 * 6 7 * Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com) 7 - * 8 - * This program is free software; you can redistribute it and/or modify 9 - * it under the terms of the GNU General Public License as published by 10 - * the Free Software Foundation; either version 2 of the License, or 11 - * (at your option) any later version. 12 8 */ 13 9 14 10 #include <linux/clk.h>
+1 -5
drivers/gpu/drm/rcar-du/rcar_du_crtc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0+ */ 1 2 /* 2 3 * rcar_du_crtc.h -- R-Car Display Unit CRTCs 3 4 * 4 5 * Copyright (C) 2013-2015 Renesas Electronics Corporation 5 6 * 6 7 * Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com) 7 - * 8 - * This program is free software; you can redistribute it and/or modify 9 - * it under the terms of the GNU General Public License as published by 10 - * the Free Software Foundation; either version 2 of the License, or 11 - * (at your option) any later version. 12 8 */ 13 9 14 10 #ifndef __RCAR_DU_CRTC_H__
+1 -5
drivers/gpu/drm/rcar-du/rcar_du_drv.c
··· 1 + // SPDX-License-Identifier: GPL-2.0+ 1 2 /* 2 3 * rcar_du_drv.c -- R-Car Display Unit DRM driver 3 4 * 4 5 * Copyright (C) 2013-2015 Renesas Electronics Corporation 5 6 * 6 7 * Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com) 7 - * 8 - * This program is free software; you can redistribute it and/or modify 9 - * it under the terms of the GNU General Public License as published by 10 - * the Free Software Foundation; either version 2 of the License, or 11 - * (at your option) any later version. 12 8 */ 13 9 14 10 #include <linux/clk.h>
+1 -5
drivers/gpu/drm/rcar-du/rcar_du_drv.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0+ */ 1 2 /* 2 3 * rcar_du_drv.h -- R-Car Display Unit DRM driver 3 4 * 4 5 * Copyright (C) 2013-2015 Renesas Electronics Corporation 5 6 * 6 7 * Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com) 7 - * 8 - * This program is free software; you can redistribute it and/or modify 9 - * it under the terms of the GNU General Public License as published by 10 - * the Free Software Foundation; either version 2 of the License, or 11 - * (at your option) any later version. 12 8 */ 13 9 14 10 #ifndef __RCAR_DU_DRV_H__
+1 -5
drivers/gpu/drm/rcar-du/rcar_du_encoder.c
··· 1 + // SPDX-License-Identifier: GPL-2.0+ 1 2 /* 2 3 * rcar_du_encoder.c -- R-Car Display Unit Encoder 3 4 * 4 5 * Copyright (C) 2013-2014 Renesas Electronics Corporation 5 6 * 6 7 * Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com) 7 - * 8 - * This program is free software; you can redistribute it and/or modify 9 - * it under the terms of the GNU General Public License as published by 10 - * the Free Software Foundation; either version 2 of the License, or 11 - * (at your option) any later version. 12 8 */ 13 9 14 10 #include <linux/export.h>
+1 -5
drivers/gpu/drm/rcar-du/rcar_du_encoder.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0+ */ 1 2 /* 2 3 * rcar_du_encoder.h -- R-Car Display Unit Encoder 3 4 * 4 5 * Copyright (C) 2013-2014 Renesas Electronics Corporation 5 6 * 6 7 * Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com) 7 - * 8 - * This program is free software; you can redistribute it and/or modify 9 - * it under the terms of the GNU General Public License as published by 10 - * the Free Software Foundation; either version 2 of the License, or 11 - * (at your option) any later version. 12 8 */ 13 9 14 10 #ifndef __RCAR_DU_ENCODER_H__
+1 -5
drivers/gpu/drm/rcar-du/rcar_du_group.c
··· 1 + // SPDX-License-Identifier: GPL-2.0+ 1 2 /* 2 3 * rcar_du_group.c -- R-Car Display Unit Channels Pair 3 4 * 4 5 * Copyright (C) 2013-2015 Renesas Electronics Corporation 5 6 * 6 7 * Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com) 7 - * 8 - * This program is free software; you can redistribute it and/or modify 9 - * it under the terms of the GNU General Public License as published by 10 - * the Free Software Foundation; either version 2 of the License, or 11 - * (at your option) any later version. 12 8 */ 13 9 14 10 /*
+1 -5
drivers/gpu/drm/rcar-du/rcar_du_group.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0+ */ 1 2 /* 2 3 * rcar_du_group.c -- R-Car Display Unit Planes and CRTCs Group 3 4 * 4 5 * Copyright (C) 2013-2014 Renesas Electronics Corporation 5 6 * 6 7 * Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com) 7 - * 8 - * This program is free software; you can redistribute it and/or modify 9 - * it under the terms of the GNU General Public License as published by 10 - * the Free Software Foundation; either version 2 of the License, or 11 - * (at your option) any later version. 12 8 */ 13 9 14 10 #ifndef __RCAR_DU_GROUP_H__
+1 -5
drivers/gpu/drm/rcar-du/rcar_du_kms.c
··· 1 + // SPDX-License-Identifier: GPL-2.0+ 1 2 /* 2 3 * rcar_du_kms.c -- R-Car Display Unit Mode Setting 3 4 * 4 5 * Copyright (C) 2013-2015 Renesas Electronics Corporation 5 6 * 6 7 * Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com) 7 - * 8 - * This program is free software; you can redistribute it and/or modify 9 - * it under the terms of the GNU General Public License as published by 10 - * the Free Software Foundation; either version 2 of the License, or 11 - * (at your option) any later version. 12 8 */ 13 9 14 10 #include <drm/drmP.h>
+1 -5
drivers/gpu/drm/rcar-du/rcar_du_kms.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0+ */ 1 2 /* 2 3 * rcar_du_kms.h -- R-Car Display Unit Mode Setting 3 4 * 4 5 * Copyright (C) 2013-2014 Renesas Electronics Corporation 5 6 * 6 7 * Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com) 7 - * 8 - * This program is free software; you can redistribute it and/or modify 9 - * it under the terms of the GNU General Public License as published by 10 - * the Free Software Foundation; either version 2 of the License, or 11 - * (at your option) any later version. 12 8 */ 13 9 14 10 #ifndef __RCAR_DU_KMS_H__
+1 -5
drivers/gpu/drm/rcar-du/rcar_du_plane.c
··· 1 + // SPDX-License-Identifier: GPL-2.0+ 1 2 /* 2 3 * rcar_du_plane.c -- R-Car Display Unit Planes 3 4 * 4 5 * Copyright (C) 2013-2015 Renesas Electronics Corporation 5 6 * 6 7 * Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com) 7 - * 8 - * This program is free software; you can redistribute it and/or modify 9 - * it under the terms of the GNU General Public License as published by 10 - * the Free Software Foundation; either version 2 of the License, or 11 - * (at your option) any later version. 12 8 */ 13 9 14 10 #include <drm/drmP.h>
+1 -5
drivers/gpu/drm/rcar-du/rcar_du_plane.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0+ */ 1 2 /* 2 3 * rcar_du_plane.h -- R-Car Display Unit Planes 3 4 * 4 5 * Copyright (C) 2013-2014 Renesas Electronics Corporation 5 6 * 6 7 * Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com) 7 - * 8 - * This program is free software; you can redistribute it and/or modify 9 - * it under the terms of the GNU General Public License as published by 10 - * the Free Software Foundation; either version 2 of the License, or 11 - * (at your option) any later version. 12 8 */ 13 9 14 10 #ifndef __RCAR_DU_PLANE_H__
+1 -4
drivers/gpu/drm/rcar-du/rcar_du_regs.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * rcar_du_regs.h -- R-Car Display Unit Registers Definitions 3 4 * 4 5 * Copyright (C) 2013-2015 Renesas Electronics Corporation 5 6 * 6 7 * Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com) 7 - * 8 - * This program is free software; you can redistribute it and/or modify 9 - * it under the terms of the GNU General Public License version 2 10 - * as published by the Free Software Foundation. 11 8 */ 12 9 13 10 #ifndef __RCAR_DU_REGS_H__
+1 -5
drivers/gpu/drm/rcar-du/rcar_du_vsp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0+ 1 2 /* 2 3 * rcar_du_vsp.h -- R-Car Display Unit VSP-Based Compositor 3 4 * 4 5 * Copyright (C) 2015 Renesas Electronics Corporation 5 6 * 6 7 * Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com) 7 - * 8 - * This program is free software; you can redistribute it and/or modify 9 - * it under the terms of the GNU General Public License as published by 10 - * the Free Software Foundation; either version 2 of the License, or 11 - * (at your option) any later version. 12 8 */ 13 9 14 10 #include <drm/drmP.h>
+1 -5
drivers/gpu/drm/rcar-du/rcar_du_vsp.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0+ */ 1 2 /* 2 3 * rcar_du_vsp.h -- R-Car Display Unit VSP-Based Compositor 3 4 * 4 5 * Copyright (C) 2015 Renesas Electronics Corporation 5 6 * 6 7 * Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com) 7 - * 8 - * This program is free software; you can redistribute it and/or modify 9 - * it under the terms of the GNU General Public License as published by 10 - * the Free Software Foundation; either version 2 of the License, or 11 - * (at your option) any later version. 12 8 */ 13 9 14 10 #ifndef __RCAR_DU_VSP_H__
+1 -5
drivers/gpu/drm/rcar-du/rcar_dw_hdmi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0+ 1 2 /* 2 3 * R-Car Gen3 HDMI PHY 3 4 * 4 5 * Copyright (C) 2016 Renesas Electronics Corporation 5 6 * 6 7 * Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com) 7 - * 8 - * This program is free software; you can redistribute it and/or modify 9 - * it under the terms of the GNU General Public License as published by 10 - * the Free Software Foundation; either version 2 of the License, or 11 - * (at your option) any later version. 12 8 */ 13 9 14 10 #include <linux/module.h>
+1 -4
drivers/gpu/drm/rcar-du/rcar_lvds_regs.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * rcar_lvds_regs.h -- R-Car LVDS Interface Registers Definitions 3 4 * 4 5 * Copyright (C) 2013-2015 Renesas Electronics Corporation 5 6 * 6 7 * Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com) 7 - * 8 - * This program is free software; you can redistribute it and/or modify 9 - * it under the terms of the GNU General Public License version 2 10 - * as published by the Free Software Foundation. 11 8 */ 12 9 13 10 #ifndef __RCAR_LVDS_REGS_H__