From b7a76b5e525c07dd0e5b0dd98f8057211beb0a79 Mon Sep 17 00:00:00 2001 From: xuzhuoyi Date: Fri, 16 Nov 2018 20:30:56 +0800 Subject: [PATCH] [bsp][tms320f28379d] Change license to Apache-2.0 --- bsp/tms320f28379d/applications/application.c | 8 ++------ bsp/tms320f28379d/applications/startup.c | 8 ++------ bsp/tms320f28379d/drivers/board.c | 8 ++------ bsp/tms320f28379d/drivers/board.h | 9 +++------ libcpu/c28x/context.s | 9 +++++++++ libcpu/c28x/cpuport.c | 8 ++------ 6 files changed, 20 insertions(+), 30 deletions(-) diff --git a/bsp/tms320f28379d/applications/application.c b/bsp/tms320f28379d/applications/application.c index d0bffdc05e..bf4ce92a46 100644 --- a/bsp/tms320f28379d/applications/application.c +++ b/bsp/tms320f28379d/applications/application.c @@ -1,11 +1,7 @@ /* - * File : application.c - * This file is part of RT-Thread RTOS - * COPYRIGHT (C) 2006, RT-Thread Development Team + * Copyright (c) 2006-2018, RT-Thread Development Team * - * The license and distribution terms for this file may be - * found in the file LICENSE in this distribution or at - * http://www.rt-thread.org/license/LICENSE + * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes diff --git a/bsp/tms320f28379d/applications/startup.c b/bsp/tms320f28379d/applications/startup.c index 0e29ca1752..419e779e55 100644 --- a/bsp/tms320f28379d/applications/startup.c +++ b/bsp/tms320f28379d/applications/startup.c @@ -1,11 +1,7 @@ /* - * File : startup.c - * This file is part of RT-Thread RTOS - * COPYRIGHT (C) 2006, RT-Thread Develop Team + * Copyright (c) 2006-2018, RT-Thread Development Team * - * The license and distribution terms for this file may be - * found in the file LICENSE in this distribution or at - * http://openlab.rt-thread.com/license/LICENSE + * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes diff --git a/bsp/tms320f28379d/drivers/board.c b/bsp/tms320f28379d/drivers/board.c index 30a33f91eb..7960d80d1b 100644 --- a/bsp/tms320f28379d/drivers/board.c +++ b/bsp/tms320f28379d/drivers/board.c @@ -1,11 +1,7 @@ /* - * File : board.c - * This file is part of RT-Thread RTOS - * COPYRIGHT (C) 2009, RT-Thread Development Team + * Copyright (c) 2006-2018, RT-Thread Development Team * - * The license and distribution terms for this file may be - * found in the file LICENSE in this distribution or at - * http://www.rt-thread.org/license/LICENSE + * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes diff --git a/bsp/tms320f28379d/drivers/board.h b/bsp/tms320f28379d/drivers/board.h index b8ff975c3c..2f89b0e3bb 100644 --- a/bsp/tms320f28379d/drivers/board.h +++ b/bsp/tms320f28379d/drivers/board.h @@ -1,15 +1,12 @@ /* - * File : board.h - * This file is part of RT-Thread RTOS - * COPYRIGHT (C) 2009, RT-Thread Development Team + * Copyright (c) 2006-2018, RT-Thread Development Team * - * The license and distribution terms for this file may be - * found in the file LICENSE in this distribution or at - * http://www.rt-thread.org/license/LICENSE + * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes * 2009-09-22 Bernard add board.h to this bsp + * 2018-09-02 xuzhuoyi modify for TMS320F28379D version */ // <<< Use Configuration Wizard in Context Menu >>> #ifndef __BOARD_H__ diff --git a/libcpu/c28x/context.s b/libcpu/c28x/context.s index 226a17f5d4..019b5def13 100644 --- a/libcpu/c28x/context.s +++ b/libcpu/c28x/context.s @@ -1,3 +1,12 @@ +; +; Copyright (c) 2006-2018, RT-Thread Development Team +; +; SPDX-License-Identifier: Apache-2.0 +; +; Change Logs: +; Date Author Notes +; 2018-09-01 xuzhuoyi the first version. +; .ref _rt_interrupt_to_thread .ref _rt_interrupt_from_thread diff --git a/libcpu/c28x/cpuport.c b/libcpu/c28x/cpuport.c index 2300eb0e9c..8885f647a9 100644 --- a/libcpu/c28x/cpuport.c +++ b/libcpu/c28x/cpuport.c @@ -1,11 +1,7 @@ /* - * File : cpuport.c - * This file is part of RT-Thread RTOS - * COPYRIGHT (C) 2006 - 2018, RT-Thread Development Team + * Copyright (c) 2006-2018, RT-Thread Development Team * - * The license and distribution terms for this file may be - * found in the file LICENSE in this distribution or at - * http://www.rt-thread.org/license/LICENSE + * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes