diff --git a/ace/ace_ets_component/entry/src/main/ets/MainAbility/pages/motionPath.ets b/ace/ace_ets_component/entry/src/main/ets/MainAbility/pages/motionPath.ets old mode 100755 new mode 100644 index b305961dd3ba7931f9d9df1fa4f91efe03787d98..4f05c9681f306e1a7b48c6081b32809e39b016f4 --- a/ace/ace_ets_component/entry/src/main/ets/MainAbility/pages/motionPath.ets +++ b/ace/ace_ets_component/entry/src/main/ets/MainAbility/pages/motionPath.ets @@ -1,4 +1,17 @@ -// @ts-nocheck +/** + * Copyright (c) 2021 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 events_emitter from '@ohos.emitter' @Entry diff --git a/ace/ace_ets_component/entry/src/main/ets/MainAbility/test/MotionPathJsunit.test.ets b/ace/ace_ets_component/entry/src/main/ets/MainAbility/test/MotionPathJsunit.test.ets old mode 100755 new mode 100644 index 92264738db53657a16bf6610ed1b256ddd0a721d..7decc8125e0d18fb372e00a4fb6010bec6956ecb --- a/ace/ace_ets_component/entry/src/main/ets/MainAbility/test/MotionPathJsunit.test.ets +++ b/ace/ace_ets_component/entry/src/main/ets/MainAbility/test/MotionPathJsunit.test.ets @@ -1,4 +1,17 @@ -// @ts-nocheck +/** + * Copyright (c) 2021 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 {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from "deccjsunit/index.ets" import router from '@system.router';