From 8ebd5dc0882cdbb09d67892d3e0ff29af1604dd5 Mon Sep 17 00:00:00 2001 From: Denis Silakov Date: Thu, 28 Aug 2025 17:14:59 +0300 Subject: [PATCH] Check codecheck --- static_core/libpandabase/arch/aarch64/cpu_features.cpp | 2 +- static_core/libpandabase/arch/default/cpu_features.cpp | 2 +- static_core/libpandabase/clang.h | 2 +- static_core/libpandabase/concepts.h | 2 +- static_core/libpandabase/cpu_features.h | 2 +- static_core/libpandabase/events/events.h | 2 +- static_core/libpandabase/globals.h | 2 +- static_core/libpandabase/macros.h | 2 +- static_core/libpandabase/mem/alloc_tracker.cpp | 2 +- static_core/libpandabase/mem/alloc_tracker.h | 2 +- static_core/libpandabase/mem/arena-inl.h | 2 +- static_core/libpandabase/mem/arena.h | 2 +- static_core/libpandabase/mem/arena_allocator.cpp | 2 +- static_core/libpandabase/mem/arena_allocator.h | 2 +- static_core/libpandabase/mem/arena_allocator_stl_adapter.h | 2 +- static_core/libpandabase/mem/base_mem_stats.cpp | 2 +- static_core/libpandabase/mem/base_mem_stats.h | 2 +- static_core/libpandabase/mem/code_allocator.cpp | 2 +- static_core/libpandabase/mem/code_allocator.h | 2 +- static_core/libpandabase/mem/gc_barrier.h | 2 +- static_core/libpandabase/mem/malloc_mem_pool-inl.h | 2 +- static_core/libpandabase/mem/malloc_mem_pool.h | 2 +- static_core/libpandabase/mem/mem.h | 2 +- static_core/libpandabase/mem/mem_config.cpp | 2 +- static_core/libpandabase/mem/mem_config.h | 2 +- static_core/libpandabase/mem/mem_pool.h | 2 +- static_core/libpandabase/mem/mem_range.h | 2 +- static_core/libpandabase/mem/mmap_mem_pool-inl.h | 2 +- static_core/libpandabase/mem/mmap_mem_pool.h | 2 +- static_core/libpandabase/mem/object_pointer.h | 2 +- static_core/libpandabase/mem/pool_manager.cpp | 2 +- static_core/libpandabase/mem/pool_manager.h | 2 +- static_core/libpandabase/mem/pool_map.cpp | 2 +- static_core/libpandabase/mem/pool_map.h | 2 +- static_core/libpandabase/mem/ringbuf/lock_free_ring_buffer.h | 2 +- static_core/libpandabase/mem/space.h | 2 +- static_core/libpandabase/mem/stack_like_allocator-inl.h | 2 +- static_core/libpandabase/mem/stack_like_allocator.h | 2 +- static_core/libpandabase/mem/weighted_adaptive_tlab_average.h | 2 +- static_core/libpandabase/os/cpu_affinity.h | 2 +- static_core/libpandabase/os/debug_info.cpp | 2 +- static_core/libpandabase/os/debug_info.h | 2 +- static_core/libpandabase/os/dfx_option.cpp | 2 +- static_core/libpandabase/os/dfx_option.h | 2 +- static_core/libpandabase/os/error.h | 2 +- static_core/libpandabase/os/exec.h | 2 +- static_core/libpandabase/os/failure_retry.h | 2 +- static_core/libpandabase/os/file.h | 2 +- static_core/libpandabase/os/filesystem.cpp | 2 +- static_core/libpandabase/os/filesystem.h | 2 +- static_core/libpandabase/os/kill.h | 2 +- static_core/libpandabase/os/library_loader.h | 2 +- static_core/libpandabase/os/mem.h | 2 +- static_core/libpandabase/os/mem_hooks.h | 2 +- static_core/libpandabase/os/mutex.cpp | 2 +- static_core/libpandabase/os/mutex.h | 2 +- static_core/libpandabase/os/native_stack.cpp | 2 +- static_core/libpandabase/os/native_stack.h | 2 +- static_core/libpandabase/os/pipe.h | 2 +- static_core/libpandabase/os/property.cpp | 2 +- static_core/libpandabase/os/property.h | 2 +- static_core/libpandabase/os/sighook.h | 2 +- static_core/libpandabase/os/stacktrace.cpp | 2 +- static_core/libpandabase/os/stacktrace.h | 2 +- static_core/libpandabase/os/stacktrace_stub.cpp | 2 +- static_core/libpandabase/os/system_environment.h | 2 +- static_core/libpandabase/os/thread.h | 2 +- static_core/libpandabase/os/time.cpp | 2 +- static_core/libpandabase/os/time.h | 2 +- static_core/libpandabase/os/unique_fd.h | 2 +- static_core/libpandabase/serializer/for_each_tuple.h | 2 +- static_core/libpandabase/serializer/serializer.h | 2 +- static_core/libpandabase/serializer/struct_to_tuple.h | 2 +- static_core/libpandabase/serializer/tuple_to_struct.h | 2 +- static_core/libpandabase/task_runner.h | 2 +- .../libpandabase/taskmanager/schedulable_task_queue_interface.h | 2 +- static_core/libpandabase/taskmanager/task.cpp | 2 +- static_core/libpandabase/taskmanager/task.h | 2 +- static_core/libpandabase/taskmanager/task_manager.cpp | 2 +- static_core/libpandabase/taskmanager/task_manager.h | 2 +- static_core/libpandabase/taskmanager/task_manager_common.h | 2 +- static_core/libpandabase/taskmanager/task_queue.h | 2 +- static_core/libpandabase/taskmanager/task_queue_interface.h | 2 +- static_core/libpandabase/taskmanager/task_queue_set.cpp | 2 +- static_core/libpandabase/taskmanager/task_queue_set.h | 2 +- static_core/libpandabase/taskmanager/task_scheduler.cpp | 2 +- static_core/libpandabase/taskmanager/task_scheduler.h | 2 +- static_core/libpandabase/taskmanager/timer_thread.cpp | 2 +- static_core/libpandabase/taskmanager/timer_thread.h | 2 +- .../libpandabase/taskmanager/utils/sp_mc_lock_free_queue.h | 2 +- .../libpandabase/taskmanager/utils/sp_sc_lock_free_queue.h | 2 +- static_core/libpandabase/taskmanager/utils/task_time_stats.cpp | 2 +- static_core/libpandabase/taskmanager/utils/task_time_stats.h | 2 +- static_core/libpandabase/taskmanager/utils/two_lock_queue.h | 2 +- static_core/libpandabase/taskmanager/utils/wait_list.h | 2 +- static_core/libpandabase/taskmanager/worker_thread.cpp | 2 +- static_core/libpandabase/taskmanager/worker_thread.h | 2 +- static_core/libpandabase/test_utilities.h | 2 +- static_core/libpandabase/tests/alloc_tracker_test.cpp | 2 +- static_core/libpandabase/tests/arena_allocator_test.cpp | 2 +- static_core/libpandabase/tests/arena_test.cpp | 2 +- static_core/libpandabase/tests/base_mem_stats_test.cpp | 2 +- static_core/libpandabase/tests/base_thread_test.cpp | 2 +- static_core/libpandabase/tests/bit_helpers_test.cpp | 2 +- static_core/libpandabase/tests/bit_memory_region_test.cpp | 2 +- static_core/libpandabase/tests/bit_table_test.cpp | 2 +- static_core/libpandabase/tests/bit_utils_test.cpp | 2 +- static_core/libpandabase/tests/bit_vector_test.cpp | 2 +- static_core/libpandabase/tests/code_allocator_test.cpp | 2 +- static_core/libpandabase/tests/dfx_test.cpp | 2 +- static_core/libpandabase/tests/expected_test.cpp | 2 +- static_core/libpandabase/tests/futex_test.cpp | 2 +- static_core/libpandabase/tests/genmc/common.h | 2 +- static_core/libpandabase/tests/genmc/condvar_test_1.cpp | 2 +- static_core/libpandabase/tests/genmc/condvar_test_2.cpp | 2 +- static_core/libpandabase/tests/genmc/condvar_test_3.cpp | 2 +- static_core/libpandabase/tests/genmc/mutex_test_2.cpp | 2 +- static_core/libpandabase/tests/genmc/mutex_test_3.cpp | 2 +- static_core/libpandabase/tests/genmc/mutex_test_4.cpp | 2 +- static_core/libpandabase/tests/genmc/mutex_test_genmc.cpp | 2 +- static_core/libpandabase/tests/hash_test.cpp | 2 +- static_core/libpandabase/tests/json_builder_test.cpp | 2 +- static_core/libpandabase/tests/json_parser_test.cpp | 2 +- static_core/libpandabase/tests/leb128_test.cpp | 2 +- static_core/libpandabase/tests/list_test.cpp | 2 +- static_core/libpandabase/tests/lock_holder_test.cpp | 2 +- static_core/libpandabase/tests/logger_test.cpp | 2 +- static_core/libpandabase/tests/math_helpers_test.cpp | 2 +- static_core/libpandabase/tests/mem_hooks_test.cpp | 2 +- static_core/libpandabase/tests/mem_range_test.cpp | 2 +- static_core/libpandabase/tests/memory_literals_test.cpp | 2 +- static_core/libpandabase/tests/mmap_mem_pool_test.cpp | 2 +- static_core/libpandabase/tests/mmap_test.cpp | 2 +- .../libpandabase/tests/native_bytes_from_mallinfo_test.cpp | 2 +- static_core/libpandabase/tests/pandargs_test.cpp | 2 +- static_core/libpandabase/tests/pool_map_test.cpp | 2 +- static_core/libpandabase/tests/regmask_test.cpp | 2 +- static_core/libpandabase/tests/ring_buffer_test.cpp | 2 +- .../libpandabase/tests/ringbuf/lock_free_ring_buffer_test.cpp | 2 +- static_core/libpandabase/tests/serializer_test.cpp | 2 +- static_core/libpandabase/tests/small_vector_test.cpp | 2 +- static_core/libpandabase/tests/span_test.cpp | 2 +- static_core/libpandabase/tests/string_helpers_test.cpp | 2 +- .../tests/taskmanager/task_manager_gc_corner_case_test.cpp | 2 +- .../libpandabase/tests/taskmanager/task_scheduler_test.cpp | 2 +- .../tests/taskmanager/task_sheduler_logging_test.cpp | 2 +- static_core/libpandabase/tests/taskmanager/task_test.cpp | 2 +- static_core/libpandabase/tests/taskmanager/task_utils_test.cpp | 2 +- static_core/libpandabase/tests/type_converter_tests.cpp | 2 +- static_core/libpandabase/tests/unique_fd_test.cpp | 2 +- static_core/libpandabase/tests/unix_signal_test.cpp | 2 +- static_core/libpandabase/tests/utf_test.cpp | 2 +- static_core/libpandabase/trace/trace.cpp | 2 +- static_core/libpandabase/trace/trace.h | 2 +- static_core/libpandabase/utils/arch.h | 2 +- static_core/libpandabase/utils/arena_containers.h | 2 +- static_core/libpandabase/utils/asan_interface.h | 2 +- static_core/libpandabase/utils/atomic.h | 2 +- static_core/libpandabase/utils/bit_field.h | 2 +- static_core/libpandabase/utils/bit_helpers.h | 2 +- static_core/libpandabase/utils/bit_memory_region-inl.h | 2 +- static_core/libpandabase/utils/bit_memory_region.h | 2 +- static_core/libpandabase/utils/bit_memory_stream.h | 2 +- static_core/libpandabase/utils/bit_table.h | 2 +- static_core/libpandabase/utils/bit_utils.h | 2 +- static_core/libpandabase/utils/bit_vector.h | 2 +- static_core/libpandabase/utils/cframe_layout.h | 2 +- static_core/libpandabase/utils/debug.cpp | 2 +- static_core/libpandabase/utils/debug.h | 2 +- static_core/libpandabase/utils/dfx.cpp | 2 +- static_core/libpandabase/utils/dfx.h | 2 +- static_core/libpandabase/utils/expected.h | 2 +- static_core/libpandabase/utils/hash.h | 2 +- static_core/libpandabase/utils/hash_base.h | 2 +- static_core/libpandabase/utils/json_builder.cpp | 2 +- static_core/libpandabase/utils/json_builder.h | 2 +- static_core/libpandabase/utils/json_parser.cpp | 2 +- static_core/libpandabase/utils/json_parser.h | 2 +- static_core/libpandabase/utils/leb128.h | 2 +- static_core/libpandabase/utils/list.h | 2 +- static_core/libpandabase/utils/logger.cpp | 2 +- static_core/libpandabase/utils/logger.h | 2 +- static_core/libpandabase/utils/math_helpers.h | 2 +- static_core/libpandabase/utils/murmur3_hash.h | 2 +- static_core/libpandabase/utils/pandargs.h | 2 +- static_core/libpandabase/utils/range.h | 2 +- static_core/libpandabase/utils/regmask.h | 2 +- static_core/libpandabase/utils/ring_buffer.h | 2 +- static_core/libpandabase/utils/sequence.h | 2 +- static_core/libpandabase/utils/small_vector.h | 2 +- static_core/libpandabase/utils/span.h | 2 +- static_core/libpandabase/utils/string_helpers.h | 2 +- static_core/libpandabase/utils/terminate.cpp | 2 +- static_core/libpandabase/utils/terminate.h | 2 +- static_core/libpandabase/utils/time.cpp | 2 +- static_core/libpandabase/utils/time.h | 2 +- static_core/libpandabase/utils/tsan_interface.h | 2 +- static_core/libpandabase/utils/type_converter.cpp | 2 +- static_core/libpandabase/utils/type_converter.h | 2 +- static_core/libpandabase/utils/type_helpers.h | 2 +- static_core/libpandabase/utils/utf.cpp | 2 +- static_core/libpandabase/utils/utf.h | 2 +- static_core/libpandabase/utils/utils.cpp | 2 +- static_core/libpandabase/utils/utils.h | 2 +- static_core/libpandabase/utils/value_object.h | 2 +- 205 files changed, 205 insertions(+), 205 deletions(-) diff --git a/static_core/libpandabase/arch/aarch64/cpu_features.cpp b/static_core/libpandabase/arch/aarch64/cpu_features.cpp index 6cfb5ccdfa..95b60e88a7 100644 --- a/static_core/libpandabase/arch/aarch64/cpu_features.cpp +++ b/static_core/libpandabase/arch/aarch64/cpu_features.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Huawei Device Co., Ltd. + * Copyright2 (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/arch/default/cpu_features.cpp b/static_core/libpandabase/arch/default/cpu_features.cpp index 1d598dda6e..ba92dad658 100644 --- a/static_core/libpandabase/arch/default/cpu_features.cpp +++ b/static_core/libpandabase/arch/default/cpu_features.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Huawei Device Co., Ltd. + * Copyright2 (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/clang.h b/static_core/libpandabase/clang.h index 9bbae5f2e7..a3cbbd8cc4 100644 --- a/static_core/libpandabase/clang.h +++ b/static_core/libpandabase/clang.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/concepts.h b/static_core/libpandabase/concepts.h index 279b80586e..dd0060eb1d 100644 --- a/static_core/libpandabase/concepts.h +++ b/static_core/libpandabase/concepts.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/cpu_features.h b/static_core/libpandabase/cpu_features.h index 4be63fd73a..948de2320e 100644 --- a/static_core/libpandabase/cpu_features.h +++ b/static_core/libpandabase/cpu_features.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/events/events.h b/static_core/libpandabase/events/events.h index 0654c75dc0..1d1f206525 100644 --- a/static_core/libpandabase/events/events.h +++ b/static_core/libpandabase/events/events.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/globals.h b/static_core/libpandabase/globals.h index 081adfc765..2b4b789d37 100644 --- a/static_core/libpandabase/globals.h +++ b/static_core/libpandabase/globals.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/macros.h b/static_core/libpandabase/macros.h index 3152dc82a9..a04f6648aa 100644 --- a/static_core/libpandabase/macros.h +++ b/static_core/libpandabase/macros.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2025 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/mem/alloc_tracker.cpp b/static_core/libpandabase/mem/alloc_tracker.cpp index 93b855596b..2fd8e21123 100644 --- a/static_core/libpandabase/mem/alloc_tracker.cpp +++ b/static_core/libpandabase/mem/alloc_tracker.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/mem/alloc_tracker.h b/static_core/libpandabase/mem/alloc_tracker.h index 56f1bdc71c..1d189c1121 100644 --- a/static_core/libpandabase/mem/alloc_tracker.h +++ b/static_core/libpandabase/mem/alloc_tracker.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/mem/arena-inl.h b/static_core/libpandabase/mem/arena-inl.h index 88357a3e14..ed50986fc5 100644 --- a/static_core/libpandabase/mem/arena-inl.h +++ b/static_core/libpandabase/mem/arena-inl.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/mem/arena.h b/static_core/libpandabase/mem/arena.h index 2b6b5fbdb7..5365d48f68 100644 --- a/static_core/libpandabase/mem/arena.h +++ b/static_core/libpandabase/mem/arena.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/mem/arena_allocator.cpp b/static_core/libpandabase/mem/arena_allocator.cpp index a5a64777e9..4107cbd20c 100644 --- a/static_core/libpandabase/mem/arena_allocator.cpp +++ b/static_core/libpandabase/mem/arena_allocator.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2025 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/mem/arena_allocator.h b/static_core/libpandabase/mem/arena_allocator.h index 62a7a1e312..e9a6cb4c30 100644 --- a/static_core/libpandabase/mem/arena_allocator.h +++ b/static_core/libpandabase/mem/arena_allocator.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2025 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/mem/arena_allocator_stl_adapter.h b/static_core/libpandabase/mem/arena_allocator_stl_adapter.h index 089d6c3837..cd73ee628b 100644 --- a/static_core/libpandabase/mem/arena_allocator_stl_adapter.h +++ b/static_core/libpandabase/mem/arena_allocator_stl_adapter.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2025 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/mem/base_mem_stats.cpp b/static_core/libpandabase/mem/base_mem_stats.cpp index 15369c848d..dc82299bc6 100644 --- a/static_core/libpandabase/mem/base_mem_stats.cpp +++ b/static_core/libpandabase/mem/base_mem_stats.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/mem/base_mem_stats.h b/static_core/libpandabase/mem/base_mem_stats.h index 4a34838345..f9ddb1728d 100644 --- a/static_core/libpandabase/mem/base_mem_stats.h +++ b/static_core/libpandabase/mem/base_mem_stats.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/mem/code_allocator.cpp b/static_core/libpandabase/mem/code_allocator.cpp index 9644be52a9..c5d5a5f3fc 100644 --- a/static_core/libpandabase/mem/code_allocator.cpp +++ b/static_core/libpandabase/mem/code_allocator.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/mem/code_allocator.h b/static_core/libpandabase/mem/code_allocator.h index 5044869d59..c6cd39f788 100644 --- a/static_core/libpandabase/mem/code_allocator.h +++ b/static_core/libpandabase/mem/code_allocator.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/mem/gc_barrier.h b/static_core/libpandabase/mem/gc_barrier.h index 8777487543..b91dd35613 100644 --- a/static_core/libpandabase/mem/gc_barrier.h +++ b/static_core/libpandabase/mem/gc_barrier.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2025 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/mem/malloc_mem_pool-inl.h b/static_core/libpandabase/mem/malloc_mem_pool-inl.h index 0f628b1b48..ffd2f41568 100644 --- a/static_core/libpandabase/mem/malloc_mem_pool-inl.h +++ b/static_core/libpandabase/mem/malloc_mem_pool-inl.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/mem/malloc_mem_pool.h b/static_core/libpandabase/mem/malloc_mem_pool.h index 39c980d3d8..356592a159 100644 --- a/static_core/libpandabase/mem/malloc_mem_pool.h +++ b/static_core/libpandabase/mem/malloc_mem_pool.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/mem/mem.h b/static_core/libpandabase/mem/mem.h index c19c5e07bf..82bdccb851 100644 --- a/static_core/libpandabase/mem/mem.h +++ b/static_core/libpandabase/mem/mem.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2025 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/mem/mem_config.cpp b/static_core/libpandabase/mem/mem_config.cpp index 300a4b64ee..6c58d13121 100644 --- a/static_core/libpandabase/mem/mem_config.cpp +++ b/static_core/libpandabase/mem/mem_config.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/mem/mem_config.h b/static_core/libpandabase/mem/mem_config.h index 8463b856bf..71d0c1145a 100644 --- a/static_core/libpandabase/mem/mem_config.h +++ b/static_core/libpandabase/mem/mem_config.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2025 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/mem/mem_pool.h b/static_core/libpandabase/mem/mem_pool.h index 11a8b9c093..91cb1dccee 100644 --- a/static_core/libpandabase/mem/mem_pool.h +++ b/static_core/libpandabase/mem/mem_pool.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2025 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/mem/mem_range.h b/static_core/libpandabase/mem/mem_range.h index ccd5114ea3..6390736f11 100644 --- a/static_core/libpandabase/mem/mem_range.h +++ b/static_core/libpandabase/mem/mem_range.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/mem/mmap_mem_pool-inl.h b/static_core/libpandabase/mem/mmap_mem_pool-inl.h index 22b1583eb9..58c6919ae0 100644 --- a/static_core/libpandabase/mem/mmap_mem_pool-inl.h +++ b/static_core/libpandabase/mem/mmap_mem_pool-inl.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2025 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/mem/mmap_mem_pool.h b/static_core/libpandabase/mem/mmap_mem_pool.h index ae1c5abacb..6823894923 100644 --- a/static_core/libpandabase/mem/mmap_mem_pool.h +++ b/static_core/libpandabase/mem/mmap_mem_pool.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2025 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/mem/object_pointer.h b/static_core/libpandabase/mem/object_pointer.h index 0fe5912f3b..d994ccd7ce 100644 --- a/static_core/libpandabase/mem/object_pointer.h +++ b/static_core/libpandabase/mem/object_pointer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/mem/pool_manager.cpp b/static_core/libpandabase/mem/pool_manager.cpp index f71cbbe6ef..0241885113 100644 --- a/static_core/libpandabase/mem/pool_manager.cpp +++ b/static_core/libpandabase/mem/pool_manager.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/mem/pool_manager.h b/static_core/libpandabase/mem/pool_manager.h index b4b72585b6..d2d16ebc45 100644 --- a/static_core/libpandabase/mem/pool_manager.h +++ b/static_core/libpandabase/mem/pool_manager.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/mem/pool_map.cpp b/static_core/libpandabase/mem/pool_map.cpp index 9527bae927..a5abcf2cf8 100644 --- a/static_core/libpandabase/mem/pool_map.cpp +++ b/static_core/libpandabase/mem/pool_map.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/mem/pool_map.h b/static_core/libpandabase/mem/pool_map.h index 67f381db8c..ef8e4df23a 100644 --- a/static_core/libpandabase/mem/pool_map.h +++ b/static_core/libpandabase/mem/pool_map.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/mem/ringbuf/lock_free_ring_buffer.h b/static_core/libpandabase/mem/ringbuf/lock_free_ring_buffer.h index 2a92a6b319..0abc833497 100644 --- a/static_core/libpandabase/mem/ringbuf/lock_free_ring_buffer.h +++ b/static_core/libpandabase/mem/ringbuf/lock_free_ring_buffer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2025 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/mem/space.h b/static_core/libpandabase/mem/space.h index e3e9956c24..d5ac6836f3 100644 --- a/static_core/libpandabase/mem/space.h +++ b/static_core/libpandabase/mem/space.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/mem/stack_like_allocator-inl.h b/static_core/libpandabase/mem/stack_like_allocator-inl.h index d6a2d46408..d947838d83 100644 --- a/static_core/libpandabase/mem/stack_like_allocator-inl.h +++ b/static_core/libpandabase/mem/stack_like_allocator-inl.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/mem/stack_like_allocator.h b/static_core/libpandabase/mem/stack_like_allocator.h index 98625ef619..677c440812 100644 --- a/static_core/libpandabase/mem/stack_like_allocator.h +++ b/static_core/libpandabase/mem/stack_like_allocator.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2025 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/mem/weighted_adaptive_tlab_average.h b/static_core/libpandabase/mem/weighted_adaptive_tlab_average.h index c823354a13..30a5b6f9a5 100644 --- a/static_core/libpandabase/mem/weighted_adaptive_tlab_average.h +++ b/static_core/libpandabase/mem/weighted_adaptive_tlab_average.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/os/cpu_affinity.h b/static_core/libpandabase/os/cpu_affinity.h index 7087699a31..9243a78643 100644 --- a/static_core/libpandabase/os/cpu_affinity.h +++ b/static_core/libpandabase/os/cpu_affinity.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/os/debug_info.cpp b/static_core/libpandabase/os/debug_info.cpp index 3214fc78e5..bfd7dad6fb 100644 --- a/static_core/libpandabase/os/debug_info.cpp +++ b/static_core/libpandabase/os/debug_info.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2025 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/os/debug_info.h b/static_core/libpandabase/os/debug_info.h index 0b8e3475ea..aa13265c73 100644 --- a/static_core/libpandabase/os/debug_info.h +++ b/static_core/libpandabase/os/debug_info.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2025 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/os/dfx_option.cpp b/static_core/libpandabase/os/dfx_option.cpp index 8e593feb2a..1e4dad4692 100644 --- a/static_core/libpandabase/os/dfx_option.cpp +++ b/static_core/libpandabase/os/dfx_option.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/os/dfx_option.h b/static_core/libpandabase/os/dfx_option.h index a0581acf46..04d69b9049 100644 --- a/static_core/libpandabase/os/dfx_option.h +++ b/static_core/libpandabase/os/dfx_option.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/os/error.h b/static_core/libpandabase/os/error.h index 5f95237788..2dc0adc06c 100644 --- a/static_core/libpandabase/os/error.h +++ b/static_core/libpandabase/os/error.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/os/exec.h b/static_core/libpandabase/os/exec.h index ec48d471c5..997ba47a82 100644 --- a/static_core/libpandabase/os/exec.h +++ b/static_core/libpandabase/os/exec.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/os/failure_retry.h b/static_core/libpandabase/os/failure_retry.h index cf46ab6e82..7c0815fa13 100644 --- a/static_core/libpandabase/os/failure_retry.h +++ b/static_core/libpandabase/os/failure_retry.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/os/file.h b/static_core/libpandabase/os/file.h index c57ff9ce78..b7bac7a0a4 100644 --- a/static_core/libpandabase/os/file.h +++ b/static_core/libpandabase/os/file.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/os/filesystem.cpp b/static_core/libpandabase/os/filesystem.cpp index cceb05c6f2..b64b025b50 100644 --- a/static_core/libpandabase/os/filesystem.cpp +++ b/static_core/libpandabase/os/filesystem.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/os/filesystem.h b/static_core/libpandabase/os/filesystem.h index 35f66a5b73..7e8ae63917 100644 --- a/static_core/libpandabase/os/filesystem.h +++ b/static_core/libpandabase/os/filesystem.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/os/kill.h b/static_core/libpandabase/os/kill.h index 757e394b3c..637a83f568 100644 --- a/static_core/libpandabase/os/kill.h +++ b/static_core/libpandabase/os/kill.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/os/library_loader.h b/static_core/libpandabase/os/library_loader.h index 73070dfbaa..02ddfffe73 100644 --- a/static_core/libpandabase/os/library_loader.h +++ b/static_core/libpandabase/os/library_loader.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/os/mem.h b/static_core/libpandabase/os/mem.h index f03e7c3ff7..3a4fd0888f 100644 --- a/static_core/libpandabase/os/mem.h +++ b/static_core/libpandabase/os/mem.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2025 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/os/mem_hooks.h b/static_core/libpandabase/os/mem_hooks.h index 8931ed5546..6248da7703 100644 --- a/static_core/libpandabase/os/mem_hooks.h +++ b/static_core/libpandabase/os/mem_hooks.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2022-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/os/mutex.cpp b/static_core/libpandabase/os/mutex.cpp index 270c82b290..2234321098 100644 --- a/static_core/libpandabase/os/mutex.cpp +++ b/static_core/libpandabase/os/mutex.cpp @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/os/mutex.h b/static_core/libpandabase/os/mutex.h index 99c8f2a537..28fd3e81a4 100644 --- a/static_core/libpandabase/os/mutex.h +++ b/static_core/libpandabase/os/mutex.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2025 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/os/native_stack.cpp b/static_core/libpandabase/os/native_stack.cpp index ec6f57a0c3..04a3efaec1 100644 --- a/static_core/libpandabase/os/native_stack.cpp +++ b/static_core/libpandabase/os/native_stack.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/os/native_stack.h b/static_core/libpandabase/os/native_stack.h index a81292fd71..854d08d60e 100644 --- a/static_core/libpandabase/os/native_stack.h +++ b/static_core/libpandabase/os/native_stack.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/os/pipe.h b/static_core/libpandabase/os/pipe.h index ffcf945b24..17914ace68 100644 --- a/static_core/libpandabase/os/pipe.h +++ b/static_core/libpandabase/os/pipe.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/os/property.cpp b/static_core/libpandabase/os/property.cpp index 79beb60658..4d248e2cb0 100644 --- a/static_core/libpandabase/os/property.cpp +++ b/static_core/libpandabase/os/property.cpp @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/os/property.h b/static_core/libpandabase/os/property.h index cf9be39f62..d4b85410ac 100644 --- a/static_core/libpandabase/os/property.h +++ b/static_core/libpandabase/os/property.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/os/sighook.h b/static_core/libpandabase/os/sighook.h index 496f083761..9b8b42f0bd 100644 --- a/static_core/libpandabase/os/sighook.h +++ b/static_core/libpandabase/os/sighook.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2022-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/os/stacktrace.cpp b/static_core/libpandabase/os/stacktrace.cpp index 3629bbbd06..57d5e98a86 100644 --- a/static_core/libpandabase/os/stacktrace.cpp +++ b/static_core/libpandabase/os/stacktrace.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2025 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/os/stacktrace.h b/static_core/libpandabase/os/stacktrace.h index d2e0ed28e2..4af6a001f7 100644 --- a/static_core/libpandabase/os/stacktrace.h +++ b/static_core/libpandabase/os/stacktrace.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2025 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/os/stacktrace_stub.cpp b/static_core/libpandabase/os/stacktrace_stub.cpp index db13cafadc..888e6d372a 100644 --- a/static_core/libpandabase/os/stacktrace_stub.cpp +++ b/static_core/libpandabase/os/stacktrace_stub.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2025 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/os/system_environment.h b/static_core/libpandabase/os/system_environment.h index 54d0361960..d29264f6a6 100644 --- a/static_core/libpandabase/os/system_environment.h +++ b/static_core/libpandabase/os/system_environment.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/os/thread.h b/static_core/libpandabase/os/thread.h index 4cdc6bdaa3..1ebfb57673 100644 --- a/static_core/libpandabase/os/thread.h +++ b/static_core/libpandabase/os/thread.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/os/time.cpp b/static_core/libpandabase/os/time.cpp index a8135ab946..41a6c73042 100644 --- a/static_core/libpandabase/os/time.cpp +++ b/static_core/libpandabase/os/time.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/os/time.h b/static_core/libpandabase/os/time.h index 1544735541..517a597521 100644 --- a/static_core/libpandabase/os/time.h +++ b/static_core/libpandabase/os/time.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/os/unique_fd.h b/static_core/libpandabase/os/unique_fd.h index 0c783d0f2d..23efc0ee60 100644 --- a/static_core/libpandabase/os/unique_fd.h +++ b/static_core/libpandabase/os/unique_fd.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/serializer/for_each_tuple.h b/static_core/libpandabase/serializer/for_each_tuple.h index 1ae2f6481d..165ca5d0e9 100644 --- a/static_core/libpandabase/serializer/for_each_tuple.h +++ b/static_core/libpandabase/serializer/for_each_tuple.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/serializer/serializer.h b/static_core/libpandabase/serializer/serializer.h index ec2e336658..39d3c63764 100644 --- a/static_core/libpandabase/serializer/serializer.h +++ b/static_core/libpandabase/serializer/serializer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2025 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/serializer/struct_to_tuple.h b/static_core/libpandabase/serializer/struct_to_tuple.h index bcabb4e712..db37f9abe4 100644 --- a/static_core/libpandabase/serializer/struct_to_tuple.h +++ b/static_core/libpandabase/serializer/struct_to_tuple.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/serializer/tuple_to_struct.h b/static_core/libpandabase/serializer/tuple_to_struct.h index a0828c8424..b81ac6df1b 100644 --- a/static_core/libpandabase/serializer/tuple_to_struct.h +++ b/static_core/libpandabase/serializer/tuple_to_struct.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/task_runner.h b/static_core/libpandabase/task_runner.h index d38da1c3e1..be5573eb84 100644 --- a/static_core/libpandabase/task_runner.h +++ b/static_core/libpandabase/task_runner.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/taskmanager/schedulable_task_queue_interface.h b/static_core/libpandabase/taskmanager/schedulable_task_queue_interface.h index 5b0efee533..a0738a430d 100644 --- a/static_core/libpandabase/taskmanager/schedulable_task_queue_interface.h +++ b/static_core/libpandabase/taskmanager/schedulable_task_queue_interface.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2025 Huawei Device Co., Ltd. + * Copyright22 (c) 2023-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/taskmanager/task.cpp b/static_core/libpandabase/taskmanager/task.cpp index 17bce29398..40de675dde 100644 --- a/static_core/libpandabase/taskmanager/task.cpp +++ b/static_core/libpandabase/taskmanager/task.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2025 Huawei Device Co., Ltd. + * Copyright2 (c) 2023-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/taskmanager/task.h b/static_core/libpandabase/taskmanager/task.h index f980334230..2ae06cefe4 100644 --- a/static_core/libpandabase/taskmanager/task.h +++ b/static_core/libpandabase/taskmanager/task.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2025 Huawei Device Co., Ltd. + * Copyright22 (c) 2023-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/taskmanager/task_manager.cpp b/static_core/libpandabase/taskmanager/task_manager.cpp index ff12a954a8..e31be96940 100644 --- a/static_core/libpandabase/taskmanager/task_manager.cpp +++ b/static_core/libpandabase/taskmanager/task_manager.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025 Huawei Device Co., Ltd. + * Copyright2 (c) 2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/taskmanager/task_manager.h b/static_core/libpandabase/taskmanager/task_manager.h index 23f4a9510f..8e536e15ce 100644 --- a/static_core/libpandabase/taskmanager/task_manager.h +++ b/static_core/libpandabase/taskmanager/task_manager.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025 Huawei Device Co., Ltd. + * Copyright22 (c) 2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/taskmanager/task_manager_common.h b/static_core/libpandabase/taskmanager/task_manager_common.h index 031f0e9929..fd62bf5ab8 100644 --- a/static_core/libpandabase/taskmanager/task_manager_common.h +++ b/static_core/libpandabase/taskmanager/task_manager_common.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025 Huawei Device Co., Ltd. + * Copyright22 (c) 2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/taskmanager/task_queue.h b/static_core/libpandabase/taskmanager/task_queue.h index eb144b9ac6..233d0f6f81 100644 --- a/static_core/libpandabase/taskmanager/task_queue.h +++ b/static_core/libpandabase/taskmanager/task_queue.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2025 Huawei Device Co., Ltd. + * Copyright22 (c) 2023-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/taskmanager/task_queue_interface.h b/static_core/libpandabase/taskmanager/task_queue_interface.h index 8083fd1c89..6931e53634 100644 --- a/static_core/libpandabase/taskmanager/task_queue_interface.h +++ b/static_core/libpandabase/taskmanager/task_queue_interface.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2025 Huawei Device Co., Ltd. + * Copyright22 (c) 2023-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/taskmanager/task_queue_set.cpp b/static_core/libpandabase/taskmanager/task_queue_set.cpp index 94be2a1e55..03921e5cd3 100644 --- a/static_core/libpandabase/taskmanager/task_queue_set.cpp +++ b/static_core/libpandabase/taskmanager/task_queue_set.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025 Huawei Device Co., Ltd. + * Copyright2 (c) 2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/taskmanager/task_queue_set.h b/static_core/libpandabase/taskmanager/task_queue_set.h index 1e213e3174..95d05e9ad9 100644 --- a/static_core/libpandabase/taskmanager/task_queue_set.h +++ b/static_core/libpandabase/taskmanager/task_queue_set.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025 Huawei Device Co., Ltd. + * Copyright22 (c) 2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/taskmanager/task_scheduler.cpp b/static_core/libpandabase/taskmanager/task_scheduler.cpp index 6ae340268b..8a9496c01b 100644 --- a/static_core/libpandabase/taskmanager/task_scheduler.cpp +++ b/static_core/libpandabase/taskmanager/task_scheduler.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2025 Huawei Device Co., Ltd. + * Copyright2 (c) 2023-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/taskmanager/task_scheduler.h b/static_core/libpandabase/taskmanager/task_scheduler.h index e9699c147e..b991ae4021 100644 --- a/static_core/libpandabase/taskmanager/task_scheduler.h +++ b/static_core/libpandabase/taskmanager/task_scheduler.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2025 Huawei Device Co., Ltd. + * Copyright22 (c) 2023-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/taskmanager/timer_thread.cpp b/static_core/libpandabase/taskmanager/timer_thread.cpp index b2f76f4be5..8436949be0 100644 --- a/static_core/libpandabase/taskmanager/timer_thread.cpp +++ b/static_core/libpandabase/taskmanager/timer_thread.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025 Huawei Device Co., Ltd. + * Copyright2 (c) 2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/taskmanager/timer_thread.h b/static_core/libpandabase/taskmanager/timer_thread.h index 48b45de27f..9119f27806 100644 --- a/static_core/libpandabase/taskmanager/timer_thread.h +++ b/static_core/libpandabase/taskmanager/timer_thread.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025 Huawei Device Co., Ltd. + * Copyright22 (c) 2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/taskmanager/utils/sp_mc_lock_free_queue.h b/static_core/libpandabase/taskmanager/utils/sp_mc_lock_free_queue.h index 9ef50e78db..f1e9770df2 100644 --- a/static_core/libpandabase/taskmanager/utils/sp_mc_lock_free_queue.h +++ b/static_core/libpandabase/taskmanager/utils/sp_mc_lock_free_queue.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025 Huawei Device Co., Ltd. + * Copyright22 (c) 2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/taskmanager/utils/sp_sc_lock_free_queue.h b/static_core/libpandabase/taskmanager/utils/sp_sc_lock_free_queue.h index 2431d03ef7..0a551ec097 100644 --- a/static_core/libpandabase/taskmanager/utils/sp_sc_lock_free_queue.h +++ b/static_core/libpandabase/taskmanager/utils/sp_sc_lock_free_queue.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Huawei Device Co., Ltd. + * Copyright22 (c) 2024-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/taskmanager/utils/task_time_stats.cpp b/static_core/libpandabase/taskmanager/utils/task_time_stats.cpp index e4b43659be..8742baade7 100644 --- a/static_core/libpandabase/taskmanager/utils/task_time_stats.cpp +++ b/static_core/libpandabase/taskmanager/utils/task_time_stats.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Huawei Device Co., Ltd. + * Copyright2 (c) 2024-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/taskmanager/utils/task_time_stats.h b/static_core/libpandabase/taskmanager/utils/task_time_stats.h index a938daf00d..007597dd0a 100644 --- a/static_core/libpandabase/taskmanager/utils/task_time_stats.h +++ b/static_core/libpandabase/taskmanager/utils/task_time_stats.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Huawei Device Co., Ltd. + * Copyright22 (c) 2024-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/taskmanager/utils/two_lock_queue.h b/static_core/libpandabase/taskmanager/utils/two_lock_queue.h index 941ee7f495..699b04a09a 100644 --- a/static_core/libpandabase/taskmanager/utils/two_lock_queue.h +++ b/static_core/libpandabase/taskmanager/utils/two_lock_queue.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025 Huawei Device Co., Ltd. + * Copyright22 (c) 2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/taskmanager/utils/wait_list.h b/static_core/libpandabase/taskmanager/utils/wait_list.h index 32e3bcc034..2d9036c1c7 100644 --- a/static_core/libpandabase/taskmanager/utils/wait_list.h +++ b/static_core/libpandabase/taskmanager/utils/wait_list.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Huawei Device Co., Ltd. + * Copyright22 (c) 2024-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/taskmanager/worker_thread.cpp b/static_core/libpandabase/taskmanager/worker_thread.cpp index 0edd9e2464..ded49e6ca2 100644 --- a/static_core/libpandabase/taskmanager/worker_thread.cpp +++ b/static_core/libpandabase/taskmanager/worker_thread.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2025 Huawei Device Co., Ltd. + * Copyright2 (c) 2023-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/taskmanager/worker_thread.h b/static_core/libpandabase/taskmanager/worker_thread.h index d0e45eb30b..89b64c86c1 100644 --- a/static_core/libpandabase/taskmanager/worker_thread.h +++ b/static_core/libpandabase/taskmanager/worker_thread.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2025 Huawei Device Co., Ltd. + * Copyright22 (c) 2023-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/test_utilities.h b/static_core/libpandabase/test_utilities.h index 8d2297328a..af374f13b5 100644 --- a/static_core/libpandabase/test_utilities.h +++ b/static_core/libpandabase/test_utilities.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/tests/alloc_tracker_test.cpp b/static_core/libpandabase/tests/alloc_tracker_test.cpp index fa58d4814e..6da74c8e52 100644 --- a/static_core/libpandabase/tests/alloc_tracker_test.cpp +++ b/static_core/libpandabase/tests/alloc_tracker_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2025 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/tests/arena_allocator_test.cpp b/static_core/libpandabase/tests/arena_allocator_test.cpp index 680f1fae99..bc16d24223 100644 --- a/static_core/libpandabase/tests/arena_allocator_test.cpp +++ b/static_core/libpandabase/tests/arena_allocator_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/tests/arena_test.cpp b/static_core/libpandabase/tests/arena_test.cpp index f0c2bbcc3b..6815e88b64 100644 --- a/static_core/libpandabase/tests/arena_test.cpp +++ b/static_core/libpandabase/tests/arena_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/tests/base_mem_stats_test.cpp b/static_core/libpandabase/tests/base_mem_stats_test.cpp index 76a497690a..50e600ae43 100644 --- a/static_core/libpandabase/tests/base_mem_stats_test.cpp +++ b/static_core/libpandabase/tests/base_mem_stats_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/tests/base_thread_test.cpp b/static_core/libpandabase/tests/base_thread_test.cpp index 0d05507581..82b8eecb28 100644 --- a/static_core/libpandabase/tests/base_thread_test.cpp +++ b/static_core/libpandabase/tests/base_thread_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Huawei Device Co., Ltd. + * Copyright2 (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/tests/bit_helpers_test.cpp b/static_core/libpandabase/tests/bit_helpers_test.cpp index 49dcd08bbd..655aeeb509 100644 --- a/static_core/libpandabase/tests/bit_helpers_test.cpp +++ b/static_core/libpandabase/tests/bit_helpers_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/tests/bit_memory_region_test.cpp b/static_core/libpandabase/tests/bit_memory_region_test.cpp index b8998e6d48..667fa78f59 100644 --- a/static_core/libpandabase/tests/bit_memory_region_test.cpp +++ b/static_core/libpandabase/tests/bit_memory_region_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/tests/bit_table_test.cpp b/static_core/libpandabase/tests/bit_table_test.cpp index 5c72d68f1c..74231061ab 100644 --- a/static_core/libpandabase/tests/bit_table_test.cpp +++ b/static_core/libpandabase/tests/bit_table_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/tests/bit_utils_test.cpp b/static_core/libpandabase/tests/bit_utils_test.cpp index 80e2ad731d..d20bb4b8e0 100644 --- a/static_core/libpandabase/tests/bit_utils_test.cpp +++ b/static_core/libpandabase/tests/bit_utils_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/tests/bit_vector_test.cpp b/static_core/libpandabase/tests/bit_vector_test.cpp index 6fa08dc9f2..e612f7bf00 100644 --- a/static_core/libpandabase/tests/bit_vector_test.cpp +++ b/static_core/libpandabase/tests/bit_vector_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/tests/code_allocator_test.cpp b/static_core/libpandabase/tests/code_allocator_test.cpp index 6c7d906a71..7614a0b68c 100644 --- a/static_core/libpandabase/tests/code_allocator_test.cpp +++ b/static_core/libpandabase/tests/code_allocator_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/tests/dfx_test.cpp b/static_core/libpandabase/tests/dfx_test.cpp index 1d24bf57f5..7428207253 100644 --- a/static_core/libpandabase/tests/dfx_test.cpp +++ b/static_core/libpandabase/tests/dfx_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2025 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/tests/expected_test.cpp b/static_core/libpandabase/tests/expected_test.cpp index 9365191b0a..122b731979 100644 --- a/static_core/libpandabase/tests/expected_test.cpp +++ b/static_core/libpandabase/tests/expected_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/tests/futex_test.cpp b/static_core/libpandabase/tests/futex_test.cpp index 7ba2976667..2a1cfcda75 100644 --- a/static_core/libpandabase/tests/futex_test.cpp +++ b/static_core/libpandabase/tests/futex_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/tests/genmc/common.h b/static_core/libpandabase/tests/genmc/common.h index f3b27643fa..69866c7e1a 100644 --- a/static_core/libpandabase/tests/genmc/common.h +++ b/static_core/libpandabase/tests/genmc/common.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/tests/genmc/condvar_test_1.cpp b/static_core/libpandabase/tests/genmc/condvar_test_1.cpp index 10beac3223..648edcd542 100644 --- a/static_core/libpandabase/tests/genmc/condvar_test_1.cpp +++ b/static_core/libpandabase/tests/genmc/condvar_test_1.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/tests/genmc/condvar_test_2.cpp b/static_core/libpandabase/tests/genmc/condvar_test_2.cpp index 97e4f879f6..5a5bba88f5 100644 --- a/static_core/libpandabase/tests/genmc/condvar_test_2.cpp +++ b/static_core/libpandabase/tests/genmc/condvar_test_2.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/tests/genmc/condvar_test_3.cpp b/static_core/libpandabase/tests/genmc/condvar_test_3.cpp index 58f8b3246f..376e2456fe 100644 --- a/static_core/libpandabase/tests/genmc/condvar_test_3.cpp +++ b/static_core/libpandabase/tests/genmc/condvar_test_3.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/tests/genmc/mutex_test_2.cpp b/static_core/libpandabase/tests/genmc/mutex_test_2.cpp index ea28ee3c87..2257deb5b6 100644 --- a/static_core/libpandabase/tests/genmc/mutex_test_2.cpp +++ b/static_core/libpandabase/tests/genmc/mutex_test_2.cpp @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/tests/genmc/mutex_test_3.cpp b/static_core/libpandabase/tests/genmc/mutex_test_3.cpp index 93cef65242..95d49f5ab0 100644 --- a/static_core/libpandabase/tests/genmc/mutex_test_3.cpp +++ b/static_core/libpandabase/tests/genmc/mutex_test_3.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/tests/genmc/mutex_test_4.cpp b/static_core/libpandabase/tests/genmc/mutex_test_4.cpp index 145c8c86ba..83a9222f86 100644 --- a/static_core/libpandabase/tests/genmc/mutex_test_4.cpp +++ b/static_core/libpandabase/tests/genmc/mutex_test_4.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/tests/genmc/mutex_test_genmc.cpp b/static_core/libpandabase/tests/genmc/mutex_test_genmc.cpp index 4a8e0a82af..34884a07e6 100644 --- a/static_core/libpandabase/tests/genmc/mutex_test_genmc.cpp +++ b/static_core/libpandabase/tests/genmc/mutex_test_genmc.cpp @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/tests/hash_test.cpp b/static_core/libpandabase/tests/hash_test.cpp index 52e38b7bf0..787d280c62 100644 --- a/static_core/libpandabase/tests/hash_test.cpp +++ b/static_core/libpandabase/tests/hash_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/tests/json_builder_test.cpp b/static_core/libpandabase/tests/json_builder_test.cpp index 81d7d33ca9..6bd7b0b623 100644 --- a/static_core/libpandabase/tests/json_builder_test.cpp +++ b/static_core/libpandabase/tests/json_builder_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Huawei Device Co., Ltd. + * Copyright2 (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/tests/json_parser_test.cpp b/static_core/libpandabase/tests/json_parser_test.cpp index 9a5a3476d1..3418e6c824 100644 --- a/static_core/libpandabase/tests/json_parser_test.cpp +++ b/static_core/libpandabase/tests/json_parser_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2025 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/tests/leb128_test.cpp b/static_core/libpandabase/tests/leb128_test.cpp index b21ffaf72d..3330620fee 100644 --- a/static_core/libpandabase/tests/leb128_test.cpp +++ b/static_core/libpandabase/tests/leb128_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/tests/list_test.cpp b/static_core/libpandabase/tests/list_test.cpp index 28e51744c0..74d2d5de0b 100644 --- a/static_core/libpandabase/tests/list_test.cpp +++ b/static_core/libpandabase/tests/list_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/tests/lock_holder_test.cpp b/static_core/libpandabase/tests/lock_holder_test.cpp index 277008b24e..f5c350125e 100644 --- a/static_core/libpandabase/tests/lock_holder_test.cpp +++ b/static_core/libpandabase/tests/lock_holder_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2024 Huawei Device Co., Ltd. + * Copyright2 (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/tests/logger_test.cpp b/static_core/libpandabase/tests/logger_test.cpp index 39767e73e7..e8b3c9f71b 100644 --- a/static_core/libpandabase/tests/logger_test.cpp +++ b/static_core/libpandabase/tests/logger_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2025 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/tests/math_helpers_test.cpp b/static_core/libpandabase/tests/math_helpers_test.cpp index ed31c9b0af..af708335e8 100644 --- a/static_core/libpandabase/tests/math_helpers_test.cpp +++ b/static_core/libpandabase/tests/math_helpers_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/tests/mem_hooks_test.cpp b/static_core/libpandabase/tests/mem_hooks_test.cpp index 4c9c9a9301..929bf168c1 100644 --- a/static_core/libpandabase/tests/mem_hooks_test.cpp +++ b/static_core/libpandabase/tests/mem_hooks_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/tests/mem_range_test.cpp b/static_core/libpandabase/tests/mem_range_test.cpp index 6c9cd2bb99..eb0d41008d 100644 --- a/static_core/libpandabase/tests/mem_range_test.cpp +++ b/static_core/libpandabase/tests/mem_range_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/tests/memory_literals_test.cpp b/static_core/libpandabase/tests/memory_literals_test.cpp index 033f90d464..e994a87214 100644 --- a/static_core/libpandabase/tests/memory_literals_test.cpp +++ b/static_core/libpandabase/tests/memory_literals_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/tests/mmap_mem_pool_test.cpp b/static_core/libpandabase/tests/mmap_mem_pool_test.cpp index e0373f5996..7850f26a83 100644 --- a/static_core/libpandabase/tests/mmap_mem_pool_test.cpp +++ b/static_core/libpandabase/tests/mmap_mem_pool_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/tests/mmap_test.cpp b/static_core/libpandabase/tests/mmap_test.cpp index f82e9e0ba4..21d1f917f2 100644 --- a/static_core/libpandabase/tests/mmap_test.cpp +++ b/static_core/libpandabase/tests/mmap_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2024 Huawei Device Co., Ltd. + * Copyright2 (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/tests/native_bytes_from_mallinfo_test.cpp b/static_core/libpandabase/tests/native_bytes_from_mallinfo_test.cpp index 660fdcbadb..957a3e5735 100644 --- a/static_core/libpandabase/tests/native_bytes_from_mallinfo_test.cpp +++ b/static_core/libpandabase/tests/native_bytes_from_mallinfo_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/tests/pandargs_test.cpp b/static_core/libpandabase/tests/pandargs_test.cpp index ac7dc8c893..e2891963eb 100644 --- a/static_core/libpandabase/tests/pandargs_test.cpp +++ b/static_core/libpandabase/tests/pandargs_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/tests/pool_map_test.cpp b/static_core/libpandabase/tests/pool_map_test.cpp index ec1f84cf21..4293ecc95b 100644 --- a/static_core/libpandabase/tests/pool_map_test.cpp +++ b/static_core/libpandabase/tests/pool_map_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/tests/regmask_test.cpp b/static_core/libpandabase/tests/regmask_test.cpp index af043904d6..341832b9f8 100644 --- a/static_core/libpandabase/tests/regmask_test.cpp +++ b/static_core/libpandabase/tests/regmask_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/tests/ring_buffer_test.cpp b/static_core/libpandabase/tests/ring_buffer_test.cpp index 87cba03bb9..0444cfd3d8 100644 --- a/static_core/libpandabase/tests/ring_buffer_test.cpp +++ b/static_core/libpandabase/tests/ring_buffer_test.cpp @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/tests/ringbuf/lock_free_ring_buffer_test.cpp b/static_core/libpandabase/tests/ringbuf/lock_free_ring_buffer_test.cpp index 5d6e3ed226..49478dce0c 100644 --- a/static_core/libpandabase/tests/ringbuf/lock_free_ring_buffer_test.cpp +++ b/static_core/libpandabase/tests/ringbuf/lock_free_ring_buffer_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/tests/serializer_test.cpp b/static_core/libpandabase/tests/serializer_test.cpp index b568b4955e..a9eee5edab 100644 --- a/static_core/libpandabase/tests/serializer_test.cpp +++ b/static_core/libpandabase/tests/serializer_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/tests/small_vector_test.cpp b/static_core/libpandabase/tests/small_vector_test.cpp index 92f9be4121..d29adcbc51 100644 --- a/static_core/libpandabase/tests/small_vector_test.cpp +++ b/static_core/libpandabase/tests/small_vector_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/tests/span_test.cpp b/static_core/libpandabase/tests/span_test.cpp index 1b16b830a2..420662f346 100644 --- a/static_core/libpandabase/tests/span_test.cpp +++ b/static_core/libpandabase/tests/span_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/tests/string_helpers_test.cpp b/static_core/libpandabase/tests/string_helpers_test.cpp index 18cbc53e60..72e486daf8 100644 --- a/static_core/libpandabase/tests/string_helpers_test.cpp +++ b/static_core/libpandabase/tests/string_helpers_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/tests/taskmanager/task_manager_gc_corner_case_test.cpp b/static_core/libpandabase/tests/taskmanager/task_manager_gc_corner_case_test.cpp index fbe739a2bb..3f9d125121 100644 --- a/static_core/libpandabase/tests/taskmanager/task_manager_gc_corner_case_test.cpp +++ b/static_core/libpandabase/tests/taskmanager/task_manager_gc_corner_case_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2025 Huawei Device Co., Ltd. + * Copyright2 (c) 2023-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/tests/taskmanager/task_scheduler_test.cpp b/static_core/libpandabase/tests/taskmanager/task_scheduler_test.cpp index 515125f637..9ae09a6666 100644 --- a/static_core/libpandabase/tests/taskmanager/task_scheduler_test.cpp +++ b/static_core/libpandabase/tests/taskmanager/task_scheduler_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2025 Huawei Device Co., Ltd. + * Copyright2 (c) 2023-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/tests/taskmanager/task_sheduler_logging_test.cpp b/static_core/libpandabase/tests/taskmanager/task_sheduler_logging_test.cpp index 8749596cf6..b440768160 100644 --- a/static_core/libpandabase/tests/taskmanager/task_sheduler_logging_test.cpp +++ b/static_core/libpandabase/tests/taskmanager/task_sheduler_logging_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025 Huawei Device Co., Ltd. + * Copyright2 (c) 2024-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/tests/taskmanager/task_test.cpp b/static_core/libpandabase/tests/taskmanager/task_test.cpp index 4cb2fe230d..c622c3f984 100644 --- a/static_core/libpandabase/tests/taskmanager/task_test.cpp +++ b/static_core/libpandabase/tests/taskmanager/task_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2025 Huawei Device Co., Ltd. + * Copyright2 (c) 2023-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/tests/taskmanager/task_utils_test.cpp b/static_core/libpandabase/tests/taskmanager/task_utils_test.cpp index 587ba6636b..80a8c93fe5 100644 --- a/static_core/libpandabase/tests/taskmanager/task_utils_test.cpp +++ b/static_core/libpandabase/tests/taskmanager/task_utils_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2024 Huawei Device Co., Ltd. + * Copyright2 (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/tests/type_converter_tests.cpp b/static_core/libpandabase/tests/type_converter_tests.cpp index 921c1a7ca9..23d1b8e899 100644 --- a/static_core/libpandabase/tests/type_converter_tests.cpp +++ b/static_core/libpandabase/tests/type_converter_tests.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/tests/unique_fd_test.cpp b/static_core/libpandabase/tests/unique_fd_test.cpp index 4d36a76474..7bc283ff65 100644 --- a/static_core/libpandabase/tests/unique_fd_test.cpp +++ b/static_core/libpandabase/tests/unique_fd_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/tests/unix_signal_test.cpp b/static_core/libpandabase/tests/unix_signal_test.cpp index 7623e11f22..585ff09616 100644 --- a/static_core/libpandabase/tests/unix_signal_test.cpp +++ b/static_core/libpandabase/tests/unix_signal_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/tests/utf_test.cpp b/static_core/libpandabase/tests/utf_test.cpp index 9517a77515..6c931a33d9 100644 --- a/static_core/libpandabase/tests/utf_test.cpp +++ b/static_core/libpandabase/tests/utf_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2025 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/trace/trace.cpp b/static_core/libpandabase/trace/trace.cpp index d066c0c216..a0522d70cc 100644 --- a/static_core/libpandabase/trace/trace.cpp +++ b/static_core/libpandabase/trace/trace.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/trace/trace.h b/static_core/libpandabase/trace/trace.h index 3a237f13a6..5b47969d6a 100644 --- a/static_core/libpandabase/trace/trace.h +++ b/static_core/libpandabase/trace/trace.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/utils/arch.h b/static_core/libpandabase/utils/arch.h index 296394b7ec..db2fa27f64 100644 --- a/static_core/libpandabase/utils/arch.h +++ b/static_core/libpandabase/utils/arch.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/utils/arena_containers.h b/static_core/libpandabase/utils/arena_containers.h index 9a77db71ba..2362e25ba0 100644 --- a/static_core/libpandabase/utils/arena_containers.h +++ b/static_core/libpandabase/utils/arena_containers.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/utils/asan_interface.h b/static_core/libpandabase/utils/asan_interface.h index 33679d3163..8f9d730f08 100644 --- a/static_core/libpandabase/utils/asan_interface.h +++ b/static_core/libpandabase/utils/asan_interface.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2025 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/utils/atomic.h b/static_core/libpandabase/utils/atomic.h index a4e9d97ad7..069b524a1e 100644 --- a/static_core/libpandabase/utils/atomic.h +++ b/static_core/libpandabase/utils/atomic.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2024-2025 Huawei Device Co., Ltd. + * Copyright22 (c) 2024-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/utils/bit_field.h b/static_core/libpandabase/utils/bit_field.h index 8592d418b4..17b8e02aad 100644 --- a/static_core/libpandabase/utils/bit_field.h +++ b/static_core/libpandabase/utils/bit_field.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/utils/bit_helpers.h b/static_core/libpandabase/utils/bit_helpers.h index 47f5c00459..9fdfcd1393 100644 --- a/static_core/libpandabase/utils/bit_helpers.h +++ b/static_core/libpandabase/utils/bit_helpers.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/utils/bit_memory_region-inl.h b/static_core/libpandabase/utils/bit_memory_region-inl.h index 3411d497dd..b8768fd76d 100644 --- a/static_core/libpandabase/utils/bit_memory_region-inl.h +++ b/static_core/libpandabase/utils/bit_memory_region-inl.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/utils/bit_memory_region.h b/static_core/libpandabase/utils/bit_memory_region.h index 3dceffdfda..3409f4e8c4 100644 --- a/static_core/libpandabase/utils/bit_memory_region.h +++ b/static_core/libpandabase/utils/bit_memory_region.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2025 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/utils/bit_memory_stream.h b/static_core/libpandabase/utils/bit_memory_stream.h index 9a775b80db..8e24ab0dd9 100644 --- a/static_core/libpandabase/utils/bit_memory_stream.h +++ b/static_core/libpandabase/utils/bit_memory_stream.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/utils/bit_table.h b/static_core/libpandabase/utils/bit_table.h index ae0202827b..138e801ed6 100644 --- a/static_core/libpandabase/utils/bit_table.h +++ b/static_core/libpandabase/utils/bit_table.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/utils/bit_utils.h b/static_core/libpandabase/utils/bit_utils.h index ab76552477..4b587eb082 100644 --- a/static_core/libpandabase/utils/bit_utils.h +++ b/static_core/libpandabase/utils/bit_utils.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2025 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/utils/bit_vector.h b/static_core/libpandabase/utils/bit_vector.h index 6a01e574c5..0c0d92b9fd 100644 --- a/static_core/libpandabase/utils/bit_vector.h +++ b/static_core/libpandabase/utils/bit_vector.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2025 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/utils/cframe_layout.h b/static_core/libpandabase/utils/cframe_layout.h index e48f0b7cff..c6bff68b25 100644 --- a/static_core/libpandabase/utils/cframe_layout.h +++ b/static_core/libpandabase/utils/cframe_layout.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/utils/debug.cpp b/static_core/libpandabase/utils/debug.cpp index 705cbb031b..6225ad0835 100644 --- a/static_core/libpandabase/utils/debug.cpp +++ b/static_core/libpandabase/utils/debug.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2025 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/utils/debug.h b/static_core/libpandabase/utils/debug.h index 4b2a66cab7..da600a2877 100644 --- a/static_core/libpandabase/utils/debug.h +++ b/static_core/libpandabase/utils/debug.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2025 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/utils/dfx.cpp b/static_core/libpandabase/utils/dfx.cpp index 1de01f7c98..fba636b12d 100644 --- a/static_core/libpandabase/utils/dfx.cpp +++ b/static_core/libpandabase/utils/dfx.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2025 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/utils/dfx.h b/static_core/libpandabase/utils/dfx.h index a45665a9cf..418b072486 100644 --- a/static_core/libpandabase/utils/dfx.h +++ b/static_core/libpandabase/utils/dfx.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/utils/expected.h b/static_core/libpandabase/utils/expected.h index 3f8c65528e..5cfe4b6f59 100644 --- a/static_core/libpandabase/utils/expected.h +++ b/static_core/libpandabase/utils/expected.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2025 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/utils/hash.h b/static_core/libpandabase/utils/hash.h index 5d742ca0ea..3c8758fc33 100644 --- a/static_core/libpandabase/utils/hash.h +++ b/static_core/libpandabase/utils/hash.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/utils/hash_base.h b/static_core/libpandabase/utils/hash_base.h index 3bc4d0c7c5..d37daef866 100644 --- a/static_core/libpandabase/utils/hash_base.h +++ b/static_core/libpandabase/utils/hash_base.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/utils/json_builder.cpp b/static_core/libpandabase/utils/json_builder.cpp index 81cc05c0e7..8ce26b7e21 100644 --- a/static_core/libpandabase/utils/json_builder.cpp +++ b/static_core/libpandabase/utils/json_builder.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Huawei Device Co., Ltd. + * Copyright2 (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/utils/json_builder.h b/static_core/libpandabase/utils/json_builder.h index d5e3e11d71..e3c0d447cc 100644 --- a/static_core/libpandabase/utils/json_builder.h +++ b/static_core/libpandabase/utils/json_builder.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/utils/json_parser.cpp b/static_core/libpandabase/utils/json_parser.cpp index d6b5899194..e5c9557adf 100644 --- a/static_core/libpandabase/utils/json_parser.cpp +++ b/static_core/libpandabase/utils/json_parser.cpp @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/utils/json_parser.h b/static_core/libpandabase/utils/json_parser.h index 1d0a29bc8a..342fe86606 100644 --- a/static_core/libpandabase/utils/json_parser.h +++ b/static_core/libpandabase/utils/json_parser.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/utils/leb128.h b/static_core/libpandabase/utils/leb128.h index 3e28e6561f..a849714302 100644 --- a/static_core/libpandabase/utils/leb128.h +++ b/static_core/libpandabase/utils/leb128.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2025 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/utils/list.h b/static_core/libpandabase/utils/list.h index 1840bd3da0..1b698e784e 100644 --- a/static_core/libpandabase/utils/list.h +++ b/static_core/libpandabase/utils/list.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2025 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/utils/logger.cpp b/static_core/libpandabase/utils/logger.cpp index c069a41fb7..97bb8f3993 100644 --- a/static_core/libpandabase/utils/logger.cpp +++ b/static_core/libpandabase/utils/logger.cpp @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2025 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/utils/logger.h b/static_core/libpandabase/utils/logger.h index ea7c6b111d..cc45721782 100644 --- a/static_core/libpandabase/utils/logger.h +++ b/static_core/libpandabase/utils/logger.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2025 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/utils/math_helpers.h b/static_core/libpandabase/utils/math_helpers.h index 99b9dca8af..c835884471 100644 --- a/static_core/libpandabase/utils/math_helpers.h +++ b/static_core/libpandabase/utils/math_helpers.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/utils/murmur3_hash.h b/static_core/libpandabase/utils/murmur3_hash.h index ea769b79b9..d8e6a9fed0 100644 --- a/static_core/libpandabase/utils/murmur3_hash.h +++ b/static_core/libpandabase/utils/murmur3_hash.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/utils/pandargs.h b/static_core/libpandabase/utils/pandargs.h index 7eaabaf324..67a4712660 100644 --- a/static_core/libpandabase/utils/pandargs.h +++ b/static_core/libpandabase/utils/pandargs.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2025 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/utils/range.h b/static_core/libpandabase/utils/range.h index f5547ffdb5..a7d42c32a5 100644 --- a/static_core/libpandabase/utils/range.h +++ b/static_core/libpandabase/utils/range.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/utils/regmask.h b/static_core/libpandabase/utils/regmask.h index a888e903cf..f443547d5d 100644 --- a/static_core/libpandabase/utils/regmask.h +++ b/static_core/libpandabase/utils/regmask.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/utils/ring_buffer.h b/static_core/libpandabase/utils/ring_buffer.h index e05be625f7..05c305e73e 100644 --- a/static_core/libpandabase/utils/ring_buffer.h +++ b/static_core/libpandabase/utils/ring_buffer.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/utils/sequence.h b/static_core/libpandabase/utils/sequence.h index 5bb4806efa..dd8ee1326f 100644 --- a/static_core/libpandabase/utils/sequence.h +++ b/static_core/libpandabase/utils/sequence.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2023-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2023-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/utils/small_vector.h b/static_core/libpandabase/utils/small_vector.h index e22c78002a..f1c5096e37 100644 --- a/static_core/libpandabase/utils/small_vector.h +++ b/static_core/libpandabase/utils/small_vector.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/utils/span.h b/static_core/libpandabase/utils/span.h index 0ea743723b..cbcf96adb4 100644 --- a/static_core/libpandabase/utils/span.h +++ b/static_core/libpandabase/utils/span.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2025 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/utils/string_helpers.h b/static_core/libpandabase/utils/string_helpers.h index 0b5ba601bc..33d5e77096 100644 --- a/static_core/libpandabase/utils/string_helpers.h +++ b/static_core/libpandabase/utils/string_helpers.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/utils/terminate.cpp b/static_core/libpandabase/utils/terminate.cpp index 641a0c8eee..dabb4218fc 100644 --- a/static_core/libpandabase/utils/terminate.cpp +++ b/static_core/libpandabase/utils/terminate.cpp @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/utils/terminate.h b/static_core/libpandabase/utils/terminate.h index 4e9b3eb201..4a2af52b46 100644 --- a/static_core/libpandabase/utils/terminate.h +++ b/static_core/libpandabase/utils/terminate.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/utils/time.cpp b/static_core/libpandabase/utils/time.cpp index 2d261696f1..234fc6e590 100644 --- a/static_core/libpandabase/utils/time.cpp +++ b/static_core/libpandabase/utils/time.cpp @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/utils/time.h b/static_core/libpandabase/utils/time.h index 42ffed86a0..a1222ca14c 100644 --- a/static_core/libpandabase/utils/time.h +++ b/static_core/libpandabase/utils/time.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/utils/tsan_interface.h b/static_core/libpandabase/utils/tsan_interface.h index ca7346b1ba..50de6dce0a 100644 --- a/static_core/libpandabase/utils/tsan_interface.h +++ b/static_core/libpandabase/utils/tsan_interface.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/utils/type_converter.cpp b/static_core/libpandabase/utils/type_converter.cpp index 23c55c3d80..f0aff0aa3e 100644 --- a/static_core/libpandabase/utils/type_converter.cpp +++ b/static_core/libpandabase/utils/type_converter.cpp @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/utils/type_converter.h b/static_core/libpandabase/utils/type_converter.h index 75c17ae412..1dfd2d6d63 100644 --- a/static_core/libpandabase/utils/type_converter.h +++ b/static_core/libpandabase/utils/type_converter.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/utils/type_helpers.h b/static_core/libpandabase/utils/type_helpers.h index 6ea853118f..4b59ed56fe 100644 --- a/static_core/libpandabase/utils/type_helpers.h +++ b/static_core/libpandabase/utils/type_helpers.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/utils/utf.cpp b/static_core/libpandabase/utils/utf.cpp index 872a2d4b82..b16eb087e4 100644 --- a/static_core/libpandabase/utils/utf.cpp +++ b/static_core/libpandabase/utils/utf.cpp @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2025 Huawei Device Co., Ltd. + * Copyright2 (c) 2021-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/utils/utf.h b/static_core/libpandabase/utils/utf.h index 2359bc4f1b..7ee9cf5944 100644 --- a/static_core/libpandabase/utils/utf.h +++ b/static_core/libpandabase/utils/utf.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/utils/utils.cpp b/static_core/libpandabase/utils/utils.cpp index de474451ce..43055a7bb9 100644 --- a/static_core/libpandabase/utils/utils.cpp +++ b/static_core/libpandabase/utils/utils.cpp @@ -1,5 +1,5 @@ /** - * Copyright (c) 2023-2025 Huawei Device Co., Ltd. + * Copyright2 (c) 2023-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/utils/utils.h b/static_core/libpandabase/utils/utils.h index c99ecef236..78d6e51467 100644 --- a/static_core/libpandabase/utils/utils.h +++ b/static_core/libpandabase/utils/utils.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2025 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/static_core/libpandabase/utils/value_object.h b/static_core/libpandabase/utils/value_object.h index 2f6ecd128a..3500975f3f 100644 --- a/static_core/libpandabase/utils/value_object.h +++ b/static_core/libpandabase/utils/value_object.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright22 (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at -- Gitee