diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2019-06-04 04:11:33 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-06-19 11:09:55 -0400 |
commit | d2912cb15bdda8ba4a5dd73396ad62641af2f520 (patch) | |
tree | ff723089c8673e3f99df3ddcdaeae7a52bd6fdac /drivers/gpu/drm/exynos | |
parent | 20c8ccb1975b8d5639789d1025ad6ada38bd6f48 (diff) |
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Based on 2 normalized pattern(s):
this program is free software you can redistribute it and or modify
it under the terms of the gnu general public license version 2 as
published by the free software foundation
this program is free software you can redistribute it and or modify
it under the terms of the gnu general public license version 2 as
published by the free software foundation #
extracted by the scancode license scanner the SPDX license identifier
GPL-2.0-only
has been chosen to replace the boilerplate/reference in 4122 file(s).
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Enrico Weigelt <info@metux.net>
Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org>
Reviewed-by: Allison Randal <allison@lohutok.net>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190604081206.933168790@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/gpu/drm/exynos')
-rw-r--r-- | drivers/gpu/drm/exynos/exynos_drm_dpi.c | 5 | ||||
-rw-r--r-- | drivers/gpu/drm/exynos/exynos_drm_dsi.c | 5 | ||||
-rw-r--r-- | drivers/gpu/drm/exynos/regs-fimc.h | 5 | ||||
-rw-r--r-- | drivers/gpu/drm/exynos/regs-gsc.h | 5 | ||||
-rw-r--r-- | drivers/gpu/drm/exynos/regs-hdmi.h | 5 | ||||
-rw-r--r-- | drivers/gpu/drm/exynos/regs-mixer.h | 5 | ||||
-rw-r--r-- | drivers/gpu/drm/exynos/regs-rotator.h | 5 | ||||
-rw-r--r-- | drivers/gpu/drm/exynos/regs-scaler.h | 5 | ||||
-rw-r--r-- | drivers/gpu/drm/exynos/regs-vp.h | 5 |
9 files changed, 9 insertions, 36 deletions
diff --git a/drivers/gpu/drm/exynos/exynos_drm_dpi.c b/drivers/gpu/drm/exynos/exynos_drm_dpi.c index 6ea92173db9f..d6a4bbff0c15 100644 --- a/drivers/gpu/drm/exynos/exynos_drm_dpi.c +++ b/drivers/gpu/drm/exynos/exynos_drm_dpi.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Exynos DRM Parallel output support. | 3 | * Exynos DRM Parallel output support. |
3 | * | 4 | * |
4 | * Copyright (c) 2014 Samsung Electronics Co., Ltd | 5 | * Copyright (c) 2014 Samsung Electronics Co., Ltd |
5 | * | 6 | * |
6 | * Contacts: Andrzej Hajda <a.hajda@samsung.com> | 7 | * Contacts: Andrzej Hajda <a.hajda@samsung.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 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include <drm/drmP.h> | 10 | #include <drm/drmP.h> |
diff --git a/drivers/gpu/drm/exynos/exynos_drm_dsi.c b/drivers/gpu/drm/exynos/exynos_drm_dsi.c index 63a4b5074a99..8f62581e2d0f 100644 --- a/drivers/gpu/drm/exynos/exynos_drm_dsi.c +++ b/drivers/gpu/drm/exynos/exynos_drm_dsi.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Samsung SoC MIPI DSI Master driver. | 3 | * Samsung SoC MIPI DSI Master driver. |
3 | * | 4 | * |
4 | * Copyright (c) 2014 Samsung Electronics Co., Ltd | 5 | * Copyright (c) 2014 Samsung Electronics Co., Ltd |
5 | * | 6 | * |
6 | * Contacts: Tomasz Figa <t.figa@samsung.com> | 7 | * Contacts: Tomasz Figa <t.figa@samsung.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 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include <asm/unaligned.h> | 10 | #include <asm/unaligned.h> |
diff --git a/drivers/gpu/drm/exynos/regs-fimc.h b/drivers/gpu/drm/exynos/regs-fimc.h index d7cbe53c4c01..98e4bc18f160 100644 --- a/drivers/gpu/drm/exynos/regs-fimc.h +++ b/drivers/gpu/drm/exynos/regs-fimc.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* drivers/gpu/drm/exynos/regs-fimc.h | 2 | /* drivers/gpu/drm/exynos/regs-fimc.h |
2 | * | 3 | * |
3 | * Copyright (c) 2012 Samsung Electronics Co., Ltd. | 4 | * Copyright (c) 2012 Samsung Electronics Co., Ltd. |
4 | * http://www.samsung.com/ | 5 | * http://www.samsung.com/ |
5 | * | 6 | * |
6 | * Register definition file for Samsung Camera Interface (FIMC) driver | 7 | * Register definition file for Samsung Camera Interface (FIMC) driver |
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 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #ifndef EXYNOS_REGS_FIMC_H | 10 | #ifndef EXYNOS_REGS_FIMC_H |
diff --git a/drivers/gpu/drm/exynos/regs-gsc.h b/drivers/gpu/drm/exynos/regs-gsc.h index 16b39734115c..9e203cab93b8 100644 --- a/drivers/gpu/drm/exynos/regs-gsc.h +++ b/drivers/gpu/drm/exynos/regs-gsc.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* linux/drivers/gpu/drm/exynos/regs-gsc.h | 2 | /* linux/drivers/gpu/drm/exynos/regs-gsc.h |
2 | * | 3 | * |
3 | * Copyright (c) 2012 Samsung Electronics Co., Ltd. | 4 | * Copyright (c) 2012 Samsung Electronics Co., Ltd. |
4 | * http://www.samsung.com | 5 | * http://www.samsung.com |
5 | * | 6 | * |
6 | * Register definition file for Samsung G-Scaler driver | 7 | * Register definition file for Samsung G-Scaler driver |
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 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #ifndef EXYNOS_REGS_GSC_H_ | 10 | #ifndef EXYNOS_REGS_GSC_H_ |
diff --git a/drivers/gpu/drm/exynos/regs-hdmi.h b/drivers/gpu/drm/exynos/regs-hdmi.h index 4420c203ac85..8496f230c0f0 100644 --- a/drivers/gpu/drm/exynos/regs-hdmi.h +++ b/drivers/gpu/drm/exynos/regs-hdmi.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * | 3 | * |
3 | * Cloned from drivers/media/video/s5p-tv/regs-hdmi.h | 4 | * Cloned from drivers/media/video/s5p-tv/regs-hdmi.h |
@@ -6,10 +7,6 @@ | |||
6 | * http://www.samsung.com/ | 7 | * http://www.samsung.com/ |
7 | * | 8 | * |
8 | * HDMI register header file for Samsung TVOUT driver | 9 | * HDMI register header file for Samsung TVOUT driver |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify | ||
11 | * it under the terms of the GNU General Public License version 2 as | ||
12 | * published by the Free Software Foundation. | ||
13 | */ | 10 | */ |
14 | 11 | ||
15 | #ifndef SAMSUNG_REGS_HDMI_H | 12 | #ifndef SAMSUNG_REGS_HDMI_H |
diff --git a/drivers/gpu/drm/exynos/regs-mixer.h b/drivers/gpu/drm/exynos/regs-mixer.h index 5ff095b0c1b3..85ca66b8949b 100644 --- a/drivers/gpu/drm/exynos/regs-mixer.h +++ b/drivers/gpu/drm/exynos/regs-mixer.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * | 3 | * |
3 | * Cloned from drivers/media/video/s5p-tv/regs-mixer.h | 4 | * Cloned from drivers/media/video/s5p-tv/regs-mixer.h |
@@ -6,10 +7,6 @@ | |||
6 | * http://www.samsung.com/ | 7 | * http://www.samsung.com/ |
7 | * | 8 | * |
8 | * Mixer register header file for Samsung Mixer driver | 9 | * Mixer register header file for Samsung Mixer driver |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify | ||
11 | * it under the terms of the GNU General Public License version 2 as | ||
12 | * published by the Free Software Foundation. | ||
13 | */ | 10 | */ |
14 | #ifndef SAMSUNG_REGS_MIXER_H | 11 | #ifndef SAMSUNG_REGS_MIXER_H |
15 | #define SAMSUNG_REGS_MIXER_H | 12 | #define SAMSUNG_REGS_MIXER_H |
diff --git a/drivers/gpu/drm/exynos/regs-rotator.h b/drivers/gpu/drm/exynos/regs-rotator.h index a09ac6e180da..e6559f565547 100644 --- a/drivers/gpu/drm/exynos/regs-rotator.h +++ b/drivers/gpu/drm/exynos/regs-rotator.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* drivers/gpu/drm/exynos/regs-rotator.h | 2 | /* drivers/gpu/drm/exynos/regs-rotator.h |
2 | * | 3 | * |
3 | * Copyright (c) 2012 Samsung Electronics Co., Ltd. | 4 | * Copyright (c) 2012 Samsung Electronics Co., Ltd. |
4 | * http://www.samsung.com/ | 5 | * http://www.samsung.com/ |
5 | * | 6 | * |
6 | * Register definition file for Samsung Rotator Interface (Rotator) driver | 7 | * Register definition file for Samsung Rotator Interface (Rotator) driver |
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 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #ifndef EXYNOS_REGS_ROTATOR_H | 10 | #ifndef EXYNOS_REGS_ROTATOR_H |
diff --git a/drivers/gpu/drm/exynos/regs-scaler.h b/drivers/gpu/drm/exynos/regs-scaler.h index 512a2baced11..654c5f85f00b 100644 --- a/drivers/gpu/drm/exynos/regs-scaler.h +++ b/drivers/gpu/drm/exynos/regs-scaler.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* drivers/gpu/drm/exynos/regs-scaler.h | 2 | /* drivers/gpu/drm/exynos/regs-scaler.h |
2 | * | 3 | * |
3 | * Copyright (c) 2017 Samsung Electronics Co., Ltd. | 4 | * Copyright (c) 2017 Samsung Electronics Co., Ltd. |
@@ -5,10 +6,6 @@ | |||
5 | * Author: Andrzej Pietrasiewicz <andrzejtp2010@gmail.com> | 6 | * Author: Andrzej Pietrasiewicz <andrzejtp2010@gmail.com> |
6 | * | 7 | * |
7 | * Register definition file for Samsung scaler driver | 8 | * Register definition file for Samsung scaler driver |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | */ | 9 | */ |
13 | 10 | ||
14 | #ifndef EXYNOS_REGS_SCALER_H | 11 | #ifndef EXYNOS_REGS_SCALER_H |
diff --git a/drivers/gpu/drm/exynos/regs-vp.h b/drivers/gpu/drm/exynos/regs-vp.h index 10b737af0a72..43c927e65c2b 100644 --- a/drivers/gpu/drm/exynos/regs-vp.h +++ b/drivers/gpu/drm/exynos/regs-vp.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * | 3 | * |
3 | * Cloned from drivers/media/video/s5p-tv/regs-vp.h | 4 | * Cloned from drivers/media/video/s5p-tv/regs-vp.h |
@@ -6,10 +7,6 @@ | |||
6 | * http://www.samsung.com/ | 7 | * http://www.samsung.com/ |
7 | * | 8 | * |
8 | * Video processor register header file for Samsung Mixer driver | 9 | * Video processor register header file for Samsung Mixer driver |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify | ||
11 | * it under the terms of the GNU General Public License version 2 as | ||
12 | * published by the Free Software Foundation. | ||
13 | */ | 10 | */ |
14 | 11 | ||
15 | #ifndef SAMSUNG_REGS_VP_H | 12 | #ifndef SAMSUNG_REGS_VP_H |