Skip to content

Commit 9ad1acb

Browse files
brglnsekhar
authored andcommitted
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>
1 parent d43da8d commit 9ad1acb

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

arch/arm/mach-davinci/cp_intc.c

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
/*
2-
* TI Common Platform Interrupt Controller (cp_intc) driver
3-
*
4-
* Author: Steve Chen <schen@mvista.com>
5-
* Copyright (C) 2008-2009, MontaVista Software, Inc. <source@mvista.com>
6-
*
7-
* This file is licensed under the terms of the GNU General Public License
8-
* version 2. This program is licensed "as is" without any warranty of any
9-
* kind, whether express or implied.
10-
*/
1+
// SPDX-License-Identifier: GPL-2.0-only
2+
//
3+
// Author: Steve Chen <schen@mvista.com>
4+
// Copyright (C) 2008-2009, MontaVista Software, Inc. <source@mvista.com>
5+
// Author: Bartosz Golaszewski <bgolaszewski@baylibre.com>
6+
// Copyright (C) 2019, Texas Instruments
7+
//
8+
// TI Common Platform Interrupt Controller (cp_intc) driver
119

1210
#include <linux/export.h>
1311
#include <linux/init.h>

0 commit comments

Comments
 (0)