diff options
author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | 2019-02-14 09:52:28 -0500 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2019-02-19 09:33:37 -0500 |
commit | 9ad1acb455911dfa34471e2f4ff4dd73d862066c (patch) | |
tree | 24fb0e4609fcd29a6f10346f0cbaac1cf4b169ea | |
parent | d43da8d7164a97b4da179ee06b305019d870a44f (diff) |
ARM: davinci: cp-intc: drop GPL license boilerplate
Replace the GPLv2 license boilerplate with an SPDX identifier and add
myself as a second author.
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
-rw-r--r-- | arch/arm/mach-davinci/cp_intc.c | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/arch/arm/mach-davinci/cp_intc.c b/arch/arm/mach-davinci/cp_intc.c index f88b7f0978aa..eeb3351016f0 100644 --- a/arch/arm/mach-davinci/cp_intc.c +++ b/arch/arm/mach-davinci/cp_intc.c | |||
@@ -1,13 +1,11 @@ | |||
1 | /* | 1 | // SPDX-License-Identifier: GPL-2.0-only |
2 | * TI Common Platform Interrupt Controller (cp_intc) driver | 2 | // |
3 | * | 3 | // Author: Steve Chen <schen@mvista.com> |
4 | * Author: Steve Chen <schen@mvista.com> | 4 | // Copyright (C) 2008-2009, MontaVista Software, Inc. <source@mvista.com> |
5 | * Copyright (C) 2008-2009, MontaVista Software, Inc. <source@mvista.com> | 5 | // Author: Bartosz Golaszewski <bgolaszewski@baylibre.com> |
6 | * | 6 | // Copyright (C) 2019, Texas Instruments |
7 | * This file is licensed under the terms of the GNU General Public License | 7 | // |
8 | * version 2. This program is licensed "as is" without any warranty of any | 8 | // TI Common Platform Interrupt Controller (cp_intc) driver |
9 | * kind, whether express or implied. | ||
10 | */ | ||
11 | 9 | ||
12 | #include <linux/export.h> | 10 | #include <linux/export.h> |
13 | #include <linux/init.h> | 11 | #include <linux/init.h> |