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

drm: shmobile: convert to SPDX identifiers

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
59104f23 ab77eb4c

+13 -60
+1
drivers/gpu/drm/shmobile/Kconfig
··· 1 + # SPDX-License-Identifier: GPL-2.0 1 2 config DRM_SHMOBILE 2 3 tristate "DRM Support for SH Mobile" 3 4 depends on DRM && ARM
+1 -5
drivers/gpu/drm/shmobile/shmob_drm_backlight.c
··· 1 + // SPDX-License-Identifier: GPL-2.0+ 1 2 /* 2 3 * shmob_drm_backlight.c -- SH Mobile DRM Backlight 3 4 * 4 5 * Copyright (C) 2012 Renesas Electronics Corporation 5 6 * 6 7 * 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/backlight.h>
+1 -5
drivers/gpu/drm/shmobile/shmob_drm_backlight.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0+ */ 1 2 /* 2 3 * shmob_drm_backlight.h -- SH Mobile DRM Backlight 3 4 * 4 5 * Copyright (C) 2012 Renesas Electronics Corporation 5 6 * 6 7 * 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 __SHMOB_DRM_BACKLIGHT_H__
+1 -5
drivers/gpu/drm/shmobile/shmob_drm_crtc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0+ 1 2 /* 2 3 * shmob_drm_crtc.c -- SH Mobile DRM CRTCs 3 4 * 4 5 * Copyright (C) 2012 Renesas Electronics Corporation 5 6 * 6 7 * 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/backlight.h>
+1 -5
drivers/gpu/drm/shmobile/shmob_drm_crtc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0+ */ 1 2 /* 2 3 * shmob_drm_crtc.h -- SH Mobile DRM CRTCs 3 4 * 4 5 * Copyright (C) 2012 Renesas Electronics Corporation 5 6 * 6 7 * 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 __SHMOB_DRM_CRTC_H__
+1 -5
drivers/gpu/drm/shmobile/shmob_drm_drv.c
··· 1 + // SPDX-License-Identifier: GPL-2.0+ 1 2 /* 2 3 * shmob_drm_drv.c -- SH Mobile DRM driver 3 4 * 4 5 * Copyright (C) 2012 Renesas Electronics Corporation 5 6 * 6 7 * 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/shmobile/shmob_drm_drv.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0+ */ 1 2 /* 2 3 * shmob_drm.h -- SH Mobile DRM driver 3 4 * 4 5 * Copyright (C) 2012 Renesas Electronics Corporation 5 6 * 6 7 * 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 __SHMOB_DRM_DRV_H__
+1 -5
drivers/gpu/drm/shmobile/shmob_drm_kms.c
··· 1 + // SPDX-License-Identifier: GPL-2.0+ 1 2 /* 2 3 * shmob_drm_kms.c -- SH Mobile DRM Mode Setting 3 4 * 4 5 * Copyright (C) 2012 Renesas Electronics Corporation 5 6 * 6 7 * 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/shmobile/shmob_drm_kms.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0+ */ 1 2 /* 2 3 * shmob_drm_kms.h -- SH Mobile DRM Mode Setting 3 4 * 4 5 * Copyright (C) 2012 Renesas Electronics Corporation 5 6 * 6 7 * 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 __SHMOB_DRM_KMS_H__
+1 -5
drivers/gpu/drm/shmobile/shmob_drm_plane.c
··· 1 + // SPDX-License-Identifier: GPL-2.0+ 1 2 /* 2 3 * shmob_drm_plane.c -- SH Mobile DRM Planes 3 4 * 4 5 * Copyright (C) 2012 Renesas Electronics Corporation 5 6 * 6 7 * 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/shmobile/shmob_drm_plane.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0+ */ 1 2 /* 2 3 * shmob_drm_plane.h -- SH Mobile DRM Planes 3 4 * 4 5 * Copyright (C) 2012 Renesas Electronics Corporation 5 6 * 6 7 * 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 __SHMOB_DRM_PLANE_H__
+1 -5
drivers/gpu/drm/shmobile/shmob_drm_regs.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0+ */ 1 2 /* 2 3 * shmob_drm_regs.h -- SH Mobile DRM registers 3 4 * 4 5 * Copyright (C) 2012 Renesas Electronics Corporation 5 6 * 6 7 * 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 __SHMOB_DRM_REGS_H__
+1 -5
include/linux/platform_data/shmob_drm.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0+ */ 1 2 /* 2 3 * shmob_drm.h -- SH Mobile DRM driver 3 4 * 4 5 * Copyright (C) 2012 Renesas Corporation 5 6 * 6 7 * 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 __SHMOB_DRM_H__