From b6f44f22a5f6162ca0ce19e5228a94d76095c116 Mon Sep 17 00:00:00 2001 From: hui Date: Wed, 18 Jun 2025 11:59:16 +0800 Subject: [PATCH] device_co Signed-off-by: hui --- frameworks/js/napi/include/napi_ha_event_utils.h | 2 +- frameworks/js/napi/src/common/napi_ha_event_utils.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frameworks/js/napi/include/napi_ha_event_utils.h b/frameworks/js/napi/include/napi_ha_event_utils.h index 93266fe5..70f2832d 100644 --- a/frameworks/js/napi/include/napi_ha_event_utils.h +++ b/frameworks/js/napi/include/napi_ha_event_utils.h @@ -1,5 +1,5 @@ /* - * Copyright (C) Huawei Technologies Co., Ltd. 2025-2025. All rights reserved. + * Copyright (C) Huawei Device Co., Ltd. 2025-2025. All rights reserved. * 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/frameworks/js/napi/src/common/napi_ha_event_utils.cpp b/frameworks/js/napi/src/common/napi_ha_event_utils.cpp index 9d609552..8ab33bcf 100644 --- a/frameworks/js/napi/src/common/napi_ha_event_utils.cpp +++ b/frameworks/js/napi/src/common/napi_ha_event_utils.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) Huawei Technologies Co., Ltd. 2025-2025. All rights reserved. + * Copyright (C) Huawei Device Co., Ltd. 2025-2025. All rights reserved. * 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