Ver Fonte

update copyright

Meco Man há 4 anos atrás
pai
commit
2cbbbc95ce

+ 9 - 0
examples/flag_example.c

@@ -1,3 +1,12 @@
+/*
+ * Copyright (c) 2021, Meco Jianting Man <jiantingman@foxmail.com>
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ *
+ * Change Logs:
+ * Date           Author       Notes
+ * 2020-09-30     Meco Man     first version
+ */
 #include <ucos_ii.h>
 
 #define TASK_SIZE  256

+ 9 - 0
examples/messagequeue_example.c

@@ -1,3 +1,12 @@
+/*
+ * Copyright (c) 2021, Meco Jianting Man <jiantingman@foxmail.com>
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ *
+ * Change Logs:
+ * Date           Author       Notes
+ * 2020-09-30     Meco Man     first version
+ */
 #include <ucos_ii.h>
 
 #define TASK_SIZE  256

+ 9 - 0
examples/mutex_example.c

@@ -1,3 +1,12 @@
+/*
+ * Copyright (c) 2021, Meco Jianting Man <jiantingman@foxmail.com>
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ *
+ * Change Logs:
+ * Date           Author       Notes
+ * 2020-09-30     Meco Man     first version
+ */
 #include <ucos_ii.h>
 
 #define TASK_SIZE  256

+ 9 - 0
examples/sem_example.c

@@ -1,3 +1,12 @@
+/*
+ * Copyright (c) 2021, Meco Jianting Man <jiantingman@foxmail.com>
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ *
+ * Change Logs:
+ * Date           Author       Notes
+ * 2020-09-30     Meco Man     first version
+ */
 #include <ucos_ii.h>
 
 #define TASK_SIZE  256

+ 9 - 0
examples/task_example.c

@@ -1,3 +1,12 @@
+/*
+ * Copyright (c) 2021, Meco Jianting Man <jiantingman@foxmail.com>
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ *
+ * Change Logs:
+ * Date           Author       Notes
+ * 2020-09-30     Meco Man     first version
+ */
 #include <ucos_ii.h>
 
 #define TASK_SIZE  256

+ 1 - 1
examples/timer_example.c

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2006-2021, RT-Thread Development Team
+ * Copyright (c) 2021, Meco Jianting Man <jiantingman@foxmail.com>
  *
  * SPDX-License-Identifier: Apache-2.0
  *

+ 1 - 1
uCOS-II/app_hooks.c

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2006-2021, RT-Thread Development Team
+ * Copyright (c) 2021, Meco Jianting Man <jiantingman@foxmail.com>
  *
  * SPDX-License-Identifier: Apache-2.0
  *

+ 1 - 1
uCOS-II/os.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2006-2021, RT-Thread Development Team
+ * Copyright (c) 2021, Meco Jianting Man <jiantingman@foxmail.com>
  *
  * SPDX-License-Identifier: Apache-2.0
  *

+ 1 - 1
uCOS-II/os_cfg.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2006-2021, RT-Thread Development Team
+ * Copyright (c) 2021, Meco Jianting Man <jiantingman@foxmail.com>
  *
  * SPDX-License-Identifier: Apache-2.0
  *

+ 1 - 1
uCOS-II/os_core.c

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2006-2021, RT-Thread Development Team
+ * Copyright (c) 2021, Meco Jianting Man <jiantingman@foxmail.com>
  *
  * SPDX-License-Identifier: Apache-2.0
  *

+ 1 - 1
uCOS-II/os_cpu.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2006-2021, RT-Thread Development Team
+ * Copyright (c) 2021, Meco Jianting Man <jiantingman@foxmail.com>
  *
  * SPDX-License-Identifier: Apache-2.0
  *

+ 1 - 1
uCOS-II/os_cpu_a.c

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2006-2021, RT-Thread Development Team
+ * Copyright (c) 2021, Meco Jianting Man <jiantingman@foxmail.com>
  *
  * SPDX-License-Identifier: Apache-2.0
  *

+ 1 - 1
uCOS-II/os_cpu_c.c

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2006-2021, RT-Thread Development Team
+ * Copyright (c) 2021, Meco Jianting Man <jiantingman@foxmail.com>
  *
  * SPDX-License-Identifier: Apache-2.0
  *

+ 1 - 1
uCOS-II/os_flag.c

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2006-2021, RT-Thread Development Team
+ * Copyright (c) 2021, Meco Jianting Man <jiantingman@foxmail.com>
  *
  * SPDX-License-Identifier: Apache-2.0
  *

+ 1 - 1
uCOS-II/os_mbox.c

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2006-2021, RT-Thread Development Team
+ * Copyright (c) 2021, Meco Jianting Man <jiantingman@foxmail.com>
  *
  * SPDX-License-Identifier: Apache-2.0
  *

+ 1 - 1
uCOS-II/os_mem.c

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2006-2021, RT-Thread Development Team
+ * Copyright (c) 2021, Meco Jianting Man <jiantingman@foxmail.com>
  *
  * SPDX-License-Identifier: Apache-2.0
  *

+ 1 - 1
uCOS-II/os_mutex.c

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2006-2021, RT-Thread Development Team
+ * Copyright (c) 2021, Meco Jianting Man <jiantingman@foxmail.com>
  *
  * SPDX-License-Identifier: Apache-2.0
  *

+ 1 - 1
uCOS-II/os_q.c

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2006-2021, RT-Thread Development Team
+ * Copyright (c) 2021, Meco Jianting Man <jiantingman@foxmail.com>
  *
  * SPDX-License-Identifier: Apache-2.0
  *

+ 1 - 1
uCOS-II/os_rtwrap.c

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2006-2021, RT-Thread Development Team
+ * Copyright (c) 2021, Meco Jianting Man <jiantingman@foxmail.com>
  *
  * SPDX-License-Identifier: Apache-2.0
  *

+ 1 - 1
uCOS-II/os_sem.c

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2006-2021, RT-Thread Development Team
+ * Copyright (c) 2021, Meco Jianting Man <jiantingman@foxmail.com>
  *
  * SPDX-License-Identifier: Apache-2.0
  *

+ 1 - 1
uCOS-II/os_task.c

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2006-2021, RT-Thread Development Team
+ * Copyright (c) 2021, Meco Jianting Man <jiantingman@foxmail.com>
  *
  * SPDX-License-Identifier: Apache-2.0
  *

+ 1 - 1
uCOS-II/os_time.c

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2006-2021, RT-Thread Development Team
+ * Copyright (c) 2021, Meco Jianting Man <jiantingman@foxmail.com>
  *
  * SPDX-License-Identifier: Apache-2.0
  *

+ 1 - 1
uCOS-II/os_tmr.c

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2006-2021, RT-Thread Development Team
+ * Copyright (c) 2021, Meco Jianting Man <jiantingman@foxmail.com>
  *
  * SPDX-License-Identifier: Apache-2.0
  *

+ 1 - 1
uCOS-II/ucos_ii.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2006-2021, RT-Thread Development Team
+ * Copyright (c) 2021, Meco Jianting Man <jiantingman@foxmail.com>
  *
  * SPDX-License-Identifier: Apache-2.0
  *