From: Bartosz Golaszewski Date: Thu, 14 Feb 2019 14:52:28 +0000 (+0100) Subject: ARM: davinci: cp-intc: drop GPL license boilerplate X-Git-Tag: v5.1-rc1~153^2~1^2~3 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=9ad1acb455911dfa34471e2f4ff4dd73d862066c;p=uclinux-h8%2Flinux.git 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 Signed-off-by: Sekhar Nori --- 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 @@ -/* - * TI Common Platform Interrupt Controller (cp_intc) driver - * - * Author: Steve Chen - * Copyright (C) 2008-2009, MontaVista Software, Inc. - * - * 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 - * kind, whether express or implied. - */ +// SPDX-License-Identifier: GPL-2.0-only +// +// Author: Steve Chen +// Copyright (C) 2008-2009, MontaVista Software, Inc. +// Author: Bartosz Golaszewski +// Copyright (C) 2019, Texas Instruments +// +// TI Common Platform Interrupt Controller (cp_intc) driver #include #include