From c88806e600150e74de09846bde9513270fe79db0 Mon Sep 17 00:00:00 2001 From: molotkovmikhail Date: Mon, 16 Jun 2025 13:24:37 +0300 Subject: [PATCH] Fix for comments in coroutines dfx Fix for comments in coroutines dfx Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/ICFKAA Testing: `ninja all tests` Signed-off-by: molotkovmikhail --- static_core/runtime/trace.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static_core/runtime/trace.h b/static_core/runtime/trace.h index f6f5e6ef47..7c42b9bfb9 100644 --- a/static_core/runtime/trace.h +++ b/static_core/runtime/trace.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021-2025 Huawei Device Co., Ltd. + * Copyright (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 -- Gitee