Browse Source

[bsp][bluetrum] update copyright

greedyhao 4 years ago
parent
commit
f7565c4467

+ 1 - 1
bsp/bluetrum/ab32vg1-ab-prougen/applications/main.c

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020-2020, Bluetrum Development Team
+ * Copyright (c) 2020-2021, Bluetrum Development Team
  *
  * SPDX-License-Identifier: Apache-2.0
  *

+ 9 - 1
bsp/bluetrum/ab32vg1-ab-prougen/applications/mnt.c

@@ -1,4 +1,12 @@
-#include <rtthread.h>
+/*
+ * Copyright (c) 2020-2021, Bluetrum Development Team
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ *
+ * Change Logs:
+ * Date           Author       Notes
+ * 2021/01/21     greedyhao    The first version
+ */
 
 #include <rtthread.h>
 

+ 2 - 2
bsp/bluetrum/libraries/hal_drivers/drv_common.h

@@ -1,6 +1,6 @@
 /*
- * Copyright (c) 2020-2020, Bluetrum Development Team
- *
+ * Copyright (c) 2020-2021, Bluetrum Development Team
+ * 
  * SPDX-License-Identifier: Apache-2.0
  *
  * Change Logs:

+ 2 - 2
bsp/bluetrum/libraries/hal_drivers/drv_gpio.c

@@ -1,6 +1,6 @@
 /*
- * Copyright (c) 2020-2020, Bluetrum Development Team
- *
+ * Copyright (c) 2020-2021, Bluetrum Development Team
+ * 
  * SPDX-License-Identifier: Apache-2.0
  *
  * Change Logs:

+ 2 - 2
bsp/bluetrum/libraries/hal_drivers/drv_gpio.h

@@ -1,6 +1,6 @@
 /*
- * Copyright (c) 2020-2020, Bluetrum Development Team
- *
+ * Copyright (c) 2020-2021, Bluetrum Development Team
+ * 
  * SPDX-License-Identifier: Apache-2.0
  *
  * Change Logs:

+ 2 - 2
bsp/bluetrum/libraries/hal_drivers/drv_log.h

@@ -1,6 +1,6 @@
 /*
- * Copyright (c) 2020-2020, Bluetrum Development Team
- *
+ * Copyright (c) 2020-2021, Bluetrum Development Team
+ * 
  * SPDX-License-Identifier: Apache-2.0
  *
  * Change Logs:

+ 3 - 3
bsp/bluetrum/libraries/hal_drivers/drv_sdio.c

@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2006-2021, Bluetrum Development Team
- *
+ * Copyright (c) 2020-2021, Bluetrum Development Team
+ * 
  * SPDX-License-Identifier: Apache-2.0
  *
  * Change Logs:
  * Date           Author            Notes
- * 2021-01-20     greedyhao         first version
+ * 2020-11-30     greedyhao         first version
  */
 
 #include "drv_sdio.h"

+ 2 - 2
bsp/bluetrum/libraries/hal_drivers/drv_sdio.h

@@ -1,6 +1,6 @@
 /*
- * Copyright (c) 2006-2020, RT-Thread Development Team
- *
+ * Copyright (c) 2020-2021, Bluetrum Development Team
+ * 
  * SPDX-License-Identifier: Apache-2.0
  *
  * Change Logs:

+ 2 - 2
bsp/bluetrum/libraries/hal_drivers/drv_usart.c

@@ -1,6 +1,6 @@
 /*
- * Copyright (c) 2020-2020, Bluetrum Development Team
- *
+ * Copyright (c) 2020-2021, Bluetrum Development Team
+ * 
  * SPDX-License-Identifier: Apache-2.0
  *
  * Change Logs:

+ 2 - 2
bsp/bluetrum/libraries/hal_drivers/drv_usart.h

@@ -1,6 +1,6 @@
 /*
- * Copyright (c) 2006-2020, Bluetrum Development Team
- *
+ * Copyright (c) 2020-2021, Bluetrum Development Team
+ * 
  * SPDX-License-Identifier: Apache-2.0
  *
  * Change Logs:

+ 0 - 1
bsp/bluetrum/libraries/hal_libraries/ab32vg1_hal/source/ab32vg1_hal_sd.c

@@ -1,6 +1,5 @@
 #include "ab32vg1_hal.h"
 
-#undef HAL_SD_MODULE_ENABLED
 #ifdef HAL_SD_MODULE_ENABLED
 
 #define HAL_LOG(...)     hal_printf(__VA_ARGS__)