From be077c7512440d1e52f96210a6855f171579f6f5 Mon Sep 17 00:00:00 2001 From: Uwe Kleine-König Date: Tue, 23 Feb 2021 18:28:51 +0100 Subject: ARM: davinci: Replace license and copyright boilerplate by SPDX identifiers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Converts the files that licensecheck can determine to be licensed under GPL-2.0-only or GPL-2.0-or-later and also convert the copyright statements to SPDX. Signed-off-by: Uwe Kleine-König Signed-off-by: Sascha Hauer --- arch/arm/mach-davinci/include/mach/serial.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'arch/arm/mach-davinci/include/mach/serial.h') diff --git a/arch/arm/mach-davinci/include/mach/serial.h b/arch/arm/mach-davinci/include/mach/serial.h index bc7449f3d7..03e8ef43dd 100644 --- a/arch/arm/mach-davinci/include/mach/serial.h +++ b/arch/arm/mach-davinci/include/mach/serial.h @@ -1,12 +1,10 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ +/* SPDX-FileCopyrightText: 2007 MontaVista Software, Inc. */ + /* * DaVinci serial device definitions * * Author: Kevin Hilman, MontaVista Software, Inc. - * - * 2007 (c) 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. */ #ifndef __ASM_ARCH_SERIAL_H #define __ASM_ARCH_SERIAL_H -- cgit v1.2.3