From bd731fe1f0a61fb1d959d9d2a367f618e2bb65fb Mon Sep 17 00:00:00 2001 From: Bernard Xiong Date: Tue, 16 Oct 2018 09:18:53 +0800 Subject: [PATCH] [license] Fix the bad license header for lpc24xx. --- libcpu/arm/lpc24xx/start_rvds.S | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/libcpu/arm/lpc24xx/start_rvds.S b/libcpu/arm/lpc24xx/start_rvds.S index e55e9ba840..36f59cf9f6 100644 --- a/libcpu/arm/lpc24xx/start_rvds.S +++ b/libcpu/arm/lpc24xx/start_rvds.S @@ -1,11 +1,12 @@ -/* - * Copyright (c) 2006-2018, RT-Thread Development Team - * - * SPDX-License-Identifier: Apache-2.0 - * - * Change Logs: - * Date Author Notes - */ +;/* +; * Copyright (c) 2006-2018, RT-Thread Development Team +; * +; * SPDX-License-Identifier: Apache-2.0 +; * +; * Change Logs: +; * Date Author Notes +; */ +; ;/*****************************************************************************/ ;/* LPC2400.S: Startup file for Philips LPC2400 device series */ ;/*****************************************************************************/