rcitach 3 днів тому
батько
коміт
b4436e9b2e

+ 11 - 0
components/lwp/vdso/user/arch/aarch64/vdso.lds.S

@@ -1,3 +1,14 @@
+/*
+ * Copyright (c) 2006-2026, RT-Thread Development Team
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ *
+ * Change Logs:
+ * Date           Author         Notes
+ * 2024-07-04     rcitach        init ver.
+ * 2026-04-27     rcitach        Update the header file
+ */
+
 #include <vdso_constants.h>
 
 OUTPUT_FORMAT("elf64-littleaarch64", "elf64-littleaarch64", "elf64-littleaarch64")

+ 10 - 0
components/lwp/vdso/user/arch/aarch64/vdso_arch.h

@@ -1,3 +1,13 @@
+/*
+ * Copyright (c) 2006-2026, RT-Thread Development Team
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ *
+ * Change Logs:
+ * Date           Author         Notes
+ * 2026-04-27     rcitach        init ver.
+ */
+
 #ifndef RT_VDSO_ARCH_H
 #define RT_VDSO_ARCH_H
 

+ 10 - 0
components/lwp/vdso/user/arch/arm/vdso.lds.S

@@ -1,3 +1,13 @@
+/*
+ * Copyright (c) 2006-2026, RT-Thread Development Team
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ *
+ * Change Logs:
+ * Date           Author         Notes
+ * 2026-04-27     rcitach        init ver.
+ */
+
 #include <vdso_constants.h>
 
 OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm")

+ 10 - 0
components/lwp/vdso/user/arch/arm/vdso_arch.h

@@ -1,3 +1,13 @@
+/*
+ * Copyright (c) 2006-2026, RT-Thread Development Team
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ *
+ * Change Logs:
+ * Date           Author         Notes
+ * 2026-04-27     rcitach        init ver.
+ */
+
 #ifndef RT_VDSO_ARCH_H
 #define RT_VDSO_ARCH_H
 

+ 11 - 0
components/lwp/vdso/user/arch/risc-v/vdso.lds.S

@@ -1,3 +1,14 @@
+/*
+ * Copyright (c) 2006-2026, RT-Thread Development Team
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ *
+ * Change Logs:
+ * Date           Author         Notes
+ * 2024-07-04     rcitach        init ver.
+ * 2026-04-27     rcitach        Update the header file
+ */
+
 #include <vdso_constants.h>
 
 OUTPUT_FORMAT("elf64-littleriscv", "elf64-littleriscv", "elf64-littleriscv")

+ 2 - 2
components/lwp/vdso/user/arch/risc-v/vdso_arch.h

@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2006-2024 RT-Thread Development Team
+ * Copyright (c) 2006-2026 RT-Thread Development Team
  *
  * SPDX-License-Identifier: Apache-2.0
  *
  * Change Logs:
  * Date           Author         Notes
- * 2026-04-21     rcitach        init ver.
+ * 2024-07-04     rcitach        init ver.
  */
 
 #ifndef RT_VDSO_ARCH_H

+ 1 - 1
components/lwp/vdso/user/common/vdso_clock_gettime.c

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2006-2024 RT-Thread Development Team
+ * Copyright (c) 2006-2026 RT-Thread Development Team
  *
  * SPDX-License-Identifier: Apache-2.0
  *

+ 1 - 1
components/lwp/vdso/user/common/vdso_user_internal.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2006-2024 RT-Thread Development Team
+ * Copyright (c) 2006-2026 RT-Thread Development Team
  *
  * SPDX-License-Identifier: Apache-2.0
  *