diff --git a/core/iwasm/aot/aot_perf_map.c b/core/iwasm/aot/aot_perf_map.c index e744086719..b96bcd1bf4 100644 --- a/core/iwasm/aot/aot_perf_map.c +++ b/core/iwasm/aot/aot_perf_map.c @@ -116,4 +116,3 @@ aot_create_perf_map(const AOTModule *module, char *error_buf, return ret; } - diff --git a/core/iwasm/aot/aot_validator.c b/core/iwasm/aot/aot_validator.c index 17886059a1..58757f767f 100644 --- a/core/iwasm/aot/aot_validator.c +++ b/core/iwasm/aot/aot_validator.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Intel Corporation. All rights reserved. + * Copyright (C) 2025 Intel Corporation. All rights reserved. * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception */ diff --git a/core/iwasm/aot/aot_validator.h b/core/iwasm/aot/aot_validator.h index baec27640a..dd8f0ecb5e 100644 --- a/core/iwasm/aot/aot_validator.h +++ b/core/iwasm/aot/aot_validator.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Intel Corporation. All rights reserved. + * Copyright (C) 2025 Intel Corporation. All rights reserved. * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception */