From 5eb73ad38ad0b0cd29b3e889f0f673bb68ef1130 Mon Sep 17 00:00:00 2001 From: liyuke Date: Thu, 10 Jul 2025 16:41:56 +0800 Subject: [PATCH] =?UTF-8?q?mkdir=5Fcore=20=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liyuke Change-Id: I13a7f9885fa5616f3e24f52c1d9f910b3b8315ba --- interfaces/kits/js/src/mod_fs/properties/mkdir_core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces/kits/js/src/mod_fs/properties/mkdir_core.h b/interfaces/kits/js/src/mod_fs/properties/mkdir_core.h index 46bc81a70..0db1fa095 100644 --- a/interfaces/kits/js/src/mod_fs/properties/mkdir_core.h +++ b/interfaces/kits/js/src/mod_fs/properties/mkdir_core.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2023 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