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>
This commit is contained in:
parent
d43da8d716
commit
9ad1acb455
@ -1,13 +1,11 @@
|
|||||||
/*
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
* TI Common Platform Interrupt Controller (cp_intc) driver
|
//
|
||||||
*
|
// Author: Steve Chen <schen@mvista.com>
|
||||||
* Author: Steve Chen <schen@mvista.com>
|
// Copyright (C) 2008-2009, MontaVista Software, Inc. <source@mvista.com>
|
||||||
* Copyright (C) 2008-2009, MontaVista Software, Inc. <source@mvista.com>
|
// Author: Bartosz Golaszewski <bgolaszewski@baylibre.com>
|
||||||
*
|
// Copyright (C) 2019, Texas Instruments
|
||||||
* This file is licensed under the terms of the GNU General Public License
|
//
|
||||||
* version 2. This program is licensed "as is" without any warranty of any
|
// TI Common Platform Interrupt Controller (cp_intc) driver
|
||||||
* kind, whether express or implied.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include <linux/export.h>
|
#include <linux/export.h>
|
||||||
#include <linux/init.h>
|
#include <linux/init.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user