From b9e71963f10c51a2242bfa600a7fad4d173dae95 Mon Sep 17 00:00:00 2001 From: zhongning5 Date: Tue, 14 Nov 2023 14:54:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E4=BB=B6=E5=88=9B?= =?UTF-8?q?=E5=BB=BA=E6=97=A5=E6=9C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhongning5 --- js/builtin/deviceinfokit/src/nativeapi_ohos_deviceinfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/builtin/deviceinfokit/src/nativeapi_ohos_deviceinfo.cpp b/js/builtin/deviceinfokit/src/nativeapi_ohos_deviceinfo.cpp index c028d19..2dbdf62 100644 --- a/js/builtin/deviceinfokit/src/nativeapi_ohos_deviceinfo.cpp +++ b/js/builtin/deviceinfokit/src/nativeapi_ohos_deviceinfo.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Huawei Device Co., Ltd. + * Copyright (c) 2023 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