From d8df8b346964703841d14909a7672b7425d62912 Mon Sep 17 00:00:00 2001 From: Maksim Khramov Date: Tue, 17 Oct 2023 18:12:51 +0300 Subject: [PATCH] Add and fix license typos Change-Id: I8e8ab128844530c0e15d268b2cc903dfd44803fa Signed-off-by: Maksim Khramov --- .../type_check_warning_in_struct.ets | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/ets2panda/linter/test_extended_features/type_check_warning_in_struct.ets b/ets2panda/linter/test_extended_features/type_check_warning_in_struct.ets index 1ca0197719..e4e8d74f22 100644 --- a/ets2panda/linter/test_extended_features/type_check_warning_in_struct.ets +++ b/ets2panda/linter/test_extended_features/type_check_warning_in_struct.ets @@ -1,3 +1,18 @@ +/* +* Copyright (c) 2022-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 +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable low or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + @Component struct HideComponent { build() { -- Gitee