Skip to content

Commit a74f293

Browse files
committed
完善版权信息
1 parent 4b4b5b4 commit a74f293

8 files changed

Lines changed: 56 additions & 4 deletions

File tree

components/lwp/vdso/user/arch/aarch64/vdso.lds.S

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
/*
2+
* Copyright (c) 2006-2026, RT-Thread Development Team
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*
6+
* Change Logs:
7+
* Date Author Notes
8+
* 2024-07-04 rcitach init ver.
9+
* 2026-04-27 rcitach Update the header file
10+
*/
11+
112
#include <vdso_constants.h>
213

314
OUTPUT_FORMAT("elf64-littleaarch64", "elf64-littleaarch64", "elf64-littleaarch64")

components/lwp/vdso/user/arch/aarch64/vdso_arch.h

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
/*
2+
* Copyright (c) 2006-2026, RT-Thread Development Team
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*
6+
* Change Logs:
7+
* Date Author Notes
8+
* 2026-04-27 rcitach init ver.
9+
*/
10+
111
#ifndef RT_VDSO_ARCH_H
212
#define RT_VDSO_ARCH_H
313

components/lwp/vdso/user/arch/arm/vdso.lds.S

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
/*
2+
* Copyright (c) 2006-2026, RT-Thread Development Team
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*
6+
* Change Logs:
7+
* Date Author Notes
8+
* 2026-04-27 rcitach init ver.
9+
*/
10+
111
#include <vdso_constants.h>
212

313
OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm")

components/lwp/vdso/user/arch/arm/vdso_arch.h

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
/*
2+
* Copyright (c) 2006-2026, RT-Thread Development Team
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*
6+
* Change Logs:
7+
* Date Author Notes
8+
* 2026-04-27 rcitach init ver.
9+
*/
10+
111
#ifndef RT_VDSO_ARCH_H
212
#define RT_VDSO_ARCH_H
313

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
/*
2+
* Copyright (c) 2006-2026, RT-Thread Development Team
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*
6+
* Change Logs:
7+
* Date Author Notes
8+
* 2024-07-04 rcitach init ver.
9+
* 2026-04-27 rcitach Update the header file
10+
*/
11+
112
#include <vdso_constants.h>
213

314
OUTPUT_FORMAT("elf64-littleriscv", "elf64-littleriscv", "elf64-littleriscv")

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*
2-
* Copyright (c) 2006-2024 RT-Thread Development Team
2+
* Copyright (c) 2006-2026 RT-Thread Development Team
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*
66
* Change Logs:
77
* Date Author Notes
8-
* 2026-04-21 rcitach init ver.
8+
* 2024-07-04 rcitach init ver.
99
*/
1010

1111
#ifndef RT_VDSO_ARCH_H

components/lwp/vdso/user/common/vdso_clock_gettime.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2006-2024 RT-Thread Development Team
2+
* Copyright (c) 2006-2026 RT-Thread Development Team
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

components/lwp/vdso/user/common/vdso_user_internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2006-2024 RT-Thread Development Team
2+
* Copyright (c) 2006-2026 RT-Thread Development Team
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

0 commit comments

Comments
 (0)