diff --git a/telephony/telephonyjstest/netmanager_base/network_nopermission/entry/src/main/js/default/app.js b/telephony/telephonyjstest/netmanager_base/network_nopermission/entry/src/main/js/default/app.js index 6d060ffe5682c19fc83e2274a9e62cbc40a655f8..87d7dd1586d0c1ad80a25a712acf63b68e646c75 100644 --- a/telephony/telephonyjstest/netmanager_base/network_nopermission/entry/src/main/js/default/app.js +++ b/telephony/telephonyjstest/netmanager_base/network_nopermission/entry/src/main/js/default/app.js @@ -1,3 +1,17 @@ +/** + * Copyright (C) 2022 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. + */ export default { onCreate() { console.info("Application onCreate"); diff --git a/telephony/telephonyjstest/netmanager_base/network_nowifi/entry/src/main/js/default/app.js b/telephony/telephonyjstest/netmanager_base/network_nowifi/entry/src/main/js/default/app.js index 6d060ffe5682c19fc83e2274a9e62cbc40a655f8..87d7dd1586d0c1ad80a25a712acf63b68e646c75 100644 --- a/telephony/telephonyjstest/netmanager_base/network_nowifi/entry/src/main/js/default/app.js +++ b/telephony/telephonyjstest/netmanager_base/network_nowifi/entry/src/main/js/default/app.js @@ -1,3 +1,17 @@ +/** + * Copyright (C) 2022 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. + */ export default { onCreate() { console.info("Application onCreate"); diff --git a/telephony/telephonyjstest/netmanager_base/network_wifi/entry/src/main/js/default/app.js b/telephony/telephonyjstest/netmanager_base/network_wifi/entry/src/main/js/default/app.js index 6d060ffe5682c19fc83e2274a9e62cbc40a655f8..87d7dd1586d0c1ad80a25a712acf63b68e646c75 100644 --- a/telephony/telephonyjstest/netmanager_base/network_wifi/entry/src/main/js/default/app.js +++ b/telephony/telephonyjstest/netmanager_base/network_wifi/entry/src/main/js/default/app.js @@ -1,3 +1,17 @@ +/** + * Copyright (C) 2022 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. + */ export default { onCreate() { console.info("Application onCreate"); diff --git a/telephony/telephonyjstest/netmanager_base/system_fetch/entry/src/main/js/default/app.js b/telephony/telephonyjstest/netmanager_base/system_fetch/entry/src/main/js/default/app.js index 6d060ffe5682c19fc83e2274a9e62cbc40a655f8..87d7dd1586d0c1ad80a25a712acf63b68e646c75 100644 --- a/telephony/telephonyjstest/netmanager_base/system_fetch/entry/src/main/js/default/app.js +++ b/telephony/telephonyjstest/netmanager_base/system_fetch/entry/src/main/js/default/app.js @@ -1,3 +1,17 @@ +/** + * Copyright (C) 2022 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. + */ export default { onCreate() { console.info("Application onCreate");