From f76d495e73f243788bb5ccd368c509ed83ce1412 Mon Sep 17 00:00:00 2001 From: greedyhao Date: Thu, 10 Dec 2020 17:13:11 +0800 Subject: [PATCH] [bluetrum] modify copyright information --- bsp/bluetrum/ab32vg1-ab-prougen/applications/main.c | 4 ++-- bsp/bluetrum/ab32vg1-ab-prougen/board/board.c | 2 +- bsp/bluetrum/libcpu/context_gcc.S | 2 +- bsp/bluetrum/libcpu/cpuport.c | 2 +- bsp/bluetrum/libcpu/interrupt.c | 2 +- bsp/bluetrum/libraries/hal_drivers/drv_common.h | 2 +- bsp/bluetrum/libraries/hal_drivers/drv_gpio.c | 2 +- bsp/bluetrum/libraries/hal_drivers/drv_gpio.h | 2 +- bsp/bluetrum/libraries/hal_drivers/drv_log.h | 2 +- bsp/bluetrum/libraries/hal_drivers/drv_usart.c | 2 +- bsp/bluetrum/libraries/hal_drivers/drv_usart.h | 2 +- .../libraries/hal_libraries/ab32vg1_hal/SConscript | 9 +-------- bsp/bluetrum/libraries/hal_libraries/bmsis/SConscript | 9 +-------- 13 files changed, 14 insertions(+), 28 deletions(-) diff --git a/bsp/bluetrum/ab32vg1-ab-prougen/applications/main.c b/bsp/bluetrum/ab32vg1-ab-prougen/applications/main.c index 2e3500bb11..e9a54f6b75 100644 --- a/bsp/bluetrum/ab32vg1-ab-prougen/applications/main.c +++ b/bsp/bluetrum/ab32vg1-ab-prougen/applications/main.c @@ -1,11 +1,11 @@ /* - * Copyright (c) 2006-2018, RT-Thread Development Team + * Copyright (c) 2020-2020, Bluetrum Development Team * * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes - * 2018/09/30 Bernard The first version + * 2020/12/10 greedyhao The first version */ #include diff --git a/bsp/bluetrum/ab32vg1-ab-prougen/board/board.c b/bsp/bluetrum/ab32vg1-ab-prougen/board/board.c index f3357401d4..69c1078599 100644 --- a/bsp/bluetrum/ab32vg1-ab-prougen/board/board.c +++ b/bsp/bluetrum/ab32vg1-ab-prougen/board/board.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2020, RT-Thread Development Team + * Copyright (c) 2006-2020, Bluetrum Development Team * * SPDX-License-Identifier: Apache-2.0 * diff --git a/bsp/bluetrum/libcpu/context_gcc.S b/bsp/bluetrum/libcpu/context_gcc.S index f5e51d3f89..9139657eaa 100644 --- a/bsp/bluetrum/libcpu/context_gcc.S +++ b/bsp/bluetrum/libcpu/context_gcc.S @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2018, RT-Thread Development Team + * Copyright (c) 2020-2020, Bluetrum Development Team * * SPDX-License-Identifier: Apache-2.0 * diff --git a/bsp/bluetrum/libcpu/cpuport.c b/bsp/bluetrum/libcpu/cpuport.c index 087ae8eb84..576401421a 100644 --- a/bsp/bluetrum/libcpu/cpuport.c +++ b/bsp/bluetrum/libcpu/cpuport.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2018, RT-Thread Development Team + * Copyright (c) 2020-2020, Bluetrum Development Team * * SPDX-License-Identifier: Apache-2.0 * diff --git a/bsp/bluetrum/libcpu/interrupt.c b/bsp/bluetrum/libcpu/interrupt.c index 2a4d313755..1903ec25ce 100644 --- a/bsp/bluetrum/libcpu/interrupt.c +++ b/bsp/bluetrum/libcpu/interrupt.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2018, RT-Thread Development Team + * Copyright (c) 2020-2020, Bluetrum Development Team * * SPDX-License-Identifier: Apache-2.0 * diff --git a/bsp/bluetrum/libraries/hal_drivers/drv_common.h b/bsp/bluetrum/libraries/hal_drivers/drv_common.h index 031f1ae92a..3bdce2ed42 100644 --- a/bsp/bluetrum/libraries/hal_drivers/drv_common.h +++ b/bsp/bluetrum/libraries/hal_drivers/drv_common.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2020, RT-Thread Development Team + * Copyright (c) 2020-2020, Bluetrum Development Team * * SPDX-License-Identifier: Apache-2.0 * diff --git a/bsp/bluetrum/libraries/hal_drivers/drv_gpio.c b/bsp/bluetrum/libraries/hal_drivers/drv_gpio.c index 4cfdd2c2bd..8713f97c27 100644 --- a/bsp/bluetrum/libraries/hal_drivers/drv_gpio.c +++ b/bsp/bluetrum/libraries/hal_drivers/drv_gpio.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2020, RT-Thread Development Team + * Copyright (c) 2020-2020, Bluetrum Development Team * * SPDX-License-Identifier: Apache-2.0 * diff --git a/bsp/bluetrum/libraries/hal_drivers/drv_gpio.h b/bsp/bluetrum/libraries/hal_drivers/drv_gpio.h index a59abd492f..c7116b8be3 100644 --- a/bsp/bluetrum/libraries/hal_drivers/drv_gpio.h +++ b/bsp/bluetrum/libraries/hal_drivers/drv_gpio.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2020, RT-Thread Development Team + * Copyright (c) 2020-2020, Bluetrum Development Team * * SPDX-License-Identifier: Apache-2.0 * diff --git a/bsp/bluetrum/libraries/hal_drivers/drv_log.h b/bsp/bluetrum/libraries/hal_drivers/drv_log.h index 5887b1721a..f73f00e8a2 100644 --- a/bsp/bluetrum/libraries/hal_drivers/drv_log.h +++ b/bsp/bluetrum/libraries/hal_drivers/drv_log.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2020, RT-Thread Development Team + * Copyright (c) 2020-2020, Bluetrum Development Team * * SPDX-License-Identifier: Apache-2.0 * diff --git a/bsp/bluetrum/libraries/hal_drivers/drv_usart.c b/bsp/bluetrum/libraries/hal_drivers/drv_usart.c index 94c4d08c21..ca0a4ecffc 100644 --- a/bsp/bluetrum/libraries/hal_drivers/drv_usart.c +++ b/bsp/bluetrum/libraries/hal_drivers/drv_usart.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2020, RT-Thread Development Team + * Copyright (c) 2020-2020, Bluetrum Development Team * * SPDX-License-Identifier: Apache-2.0 * diff --git a/bsp/bluetrum/libraries/hal_drivers/drv_usart.h b/bsp/bluetrum/libraries/hal_drivers/drv_usart.h index eeb154b577..2e34efd792 100644 --- a/bsp/bluetrum/libraries/hal_drivers/drv_usart.h +++ b/bsp/bluetrum/libraries/hal_drivers/drv_usart.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2020, RT-Thread Development Team + * Copyright (c) 2006-2020, Bluetrum Development Team * * SPDX-License-Identifier: Apache-2.0 * diff --git a/bsp/bluetrum/libraries/hal_libraries/ab32vg1_hal/SConscript b/bsp/bluetrum/libraries/hal_libraries/ab32vg1_hal/SConscript index ac9ce5e87b..e7227244bb 100644 --- a/bsp/bluetrum/libraries/hal_libraries/ab32vg1_hal/SConscript +++ b/bsp/bluetrum/libraries/hal_libraries/ab32vg1_hal/SConscript @@ -1,12 +1,5 @@ #-*- encoding: utf-8 -*- -#--------------------------------------------------------------------------------- -# @File: Sconscript for package -# @Author: Rice -# @Date: 2020-07-14 16:57:00(v0.0.1) -# -# @LICENSE: GPLv3: https://github.com/rtpkgs/buildpkg/blob/master/LICENSE. -# -#--------------------------------------------------------------------------------- + import os from building import * Import('RTT_ROOT') diff --git a/bsp/bluetrum/libraries/hal_libraries/bmsis/SConscript b/bsp/bluetrum/libraries/hal_libraries/bmsis/SConscript index 880da97932..9a82897032 100644 --- a/bsp/bluetrum/libraries/hal_libraries/bmsis/SConscript +++ b/bsp/bluetrum/libraries/hal_libraries/bmsis/SConscript @@ -1,12 +1,5 @@ #-*- encoding: utf-8 -*- -#--------------------------------------------------------------------------------- -# @File: Sconscript for package -# @Author: Rice -# @Date: 2020-07-14 16:57:00(v0.0.1) -# -# @LICENSE: GPLv3: https://github.com/rtpkgs/buildpkg/blob/master/LICENSE. -# -#--------------------------------------------------------------------------------- + import os from building import * Import('RTT_ROOT') -- GitLab