diff --git a/global/BUILD.gn b/global/BUILD.gn index 62a5b48b94c07aa3e5d76cd9386ad73de42ccb6e..e5614a087dea2f2bd6cec6538dd968370f09d843 100755 --- a/global/BUILD.gn +++ b/global/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (C) 2022 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 diff --git a/global/crossplatform/i18netstest/BUILD.gn b/global/crossplatform/i18netstest/BUILD.gn index 9f0242da65926deed410a07bce235e95c62b4bc0..0d2fd27b84836cee9ee17bebc49d3c150814708f 100644 --- a/global/crossplatform/i18netstest/BUILD.gn +++ b/global/crossplatform/i18netstest/BUILD.gn @@ -1,17 +1,16 @@ -/* - * 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 - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law 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. - */ +# 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 +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law 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. + import("//test/xts/tools/build/suite.gni") ohos_js_hap_suite("i18n_ets_test") { diff --git a/global/crossplatform/resourcemanageretstest/BUILD.gn b/global/crossplatform/resourcemanageretstest/BUILD.gn index b9892f1188c99e0afd2ee4dfc58544e406b29be9..c69b178aca2232a062b2908473671f2f83301e46 100644 --- a/global/crossplatform/resourcemanageretstest/BUILD.gn +++ b/global/crossplatform/resourcemanageretstest/BUILD.gn @@ -1,17 +1,15 @@ -/* - * 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 - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law 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. - */ +# 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 +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law 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. import("//test/xts/tools/build/suite.gni") ohos_js_hap_suite("resourceManager_ets_test") {