6d55372504bb5ded1a9336d9ae5dd97005a5aa55
[openwrt/staging/jow.git] / target / linux / at91 / patches-5.10 / 141-drivers-soc-atmel-add-spdx-license-identifier.patch
1 From acd4816cfa7811b13ca2864645f2de41031ccf4d Mon Sep 17 00:00:00 2001
2 From: Claudiu Beznea <claudiu.beznea@microchip.com>
3 Date: Tue, 26 Jan 2021 11:29:30 +0200
4 Subject: [PATCH 141/247] drivers: soc: atmel: add spdx license identifier
5
6 Add SPDX-License-Identifier.
7
8 Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
9 [nicolas.ferre@microhcip.com: remove license boilerplate now it's useless]
10 Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
11 Link: https://lore.kernel.org/r/1611653376-24168-2-git-send-email-claudiu.beznea@microchip.com
12 ---
13 drivers/soc/atmel/soc.c | 6 +-----
14 drivers/soc/atmel/soc.h | 6 +-----
15 2 files changed, 2 insertions(+), 10 deletions(-)
16
17 diff --git a/drivers/soc/atmel/soc.c b/drivers/soc/atmel/soc.c
18 index bc8e72fd431a..a2967846809f 100644
19 --- a/drivers/soc/atmel/soc.c
20 +++ b/drivers/soc/atmel/soc.c
21 @@ -1,13 +1,9 @@
22 +// SPDX-License-Identifier: GPL-2.0-only
23 /*
24 * Copyright (C) 2015 Atmel
25 *
26 * Alexandre Belloni <alexandre.belloni@free-electrons.com
27 * Boris Brezillon <boris.brezillon@free-electrons.com
28 - *
29 - * This file is licensed under the terms of the GNU General Public
30 - * License version 2. This program is licensed "as is" without any
31 - * warranty of any kind, whether express or implied.
32 - *
33 */
34
35 #define pr_fmt(fmt) "AT91: " fmt
36 diff --git a/drivers/soc/atmel/soc.h b/drivers/soc/atmel/soc.h
37 index 93c212533ff0..c3eb3c8f0834 100644
38 --- a/drivers/soc/atmel/soc.h
39 +++ b/drivers/soc/atmel/soc.h
40 @@ -1,12 +1,8 @@
41 +/* SPDX-License-Identifier: GPL-2.0-only */
42 /*
43 * Copyright (C) 2015 Atmel
44 *
45 * Boris Brezillon <boris.brezillon@free-electrons.com
46 - *
47 - * This file is licensed under the terms of the GNU General Public
48 - * License version 2. This program is licensed "as is" without any
49 - * warranty of any kind, whether express or implied.
50 - *
51 */
52
53 #ifndef __AT91_SOC_H
54 --
55 2.32.0
56