From 17c30acda33c233d37f9b6f94d10d870d278e97d Mon Sep 17 00:00:00 2001 From: tianwenzhe Date: Thu, 2 Mar 2023 19:11:09 +0800 Subject: [PATCH] add Copyright Signed-off-by: tian-wenzhe411 --- .../src/main/ets/pages/Camera/CameraFormat.ets | 15 +++++++++++++++ .../main/ets/pages/Camera/CameraOrientation0.ets | 15 +++++++++++++++ .../ets/pages/Camera/CameraOrientation180.ets | 15 +++++++++++++++ .../ets/pages/Camera/CameraOrientation270.ets | 15 +++++++++++++++ .../main/ets/pages/Camera/CameraOrientation90.ets | 15 +++++++++++++++ .../src/main/ets/pages/Camera/CameraVideo.ets | 15 +++++++++++++++ .../src/main/ets/pages/Camera/Camera_index.ets | 15 +++++++++++++++ .../ets/pages/Experience/Experience_index.ets | 15 +++++++++++++++ .../main/ets/pages/Experience/ScrollListTest.ets | 15 +++++++++++++++ .../src/main/ets/pages/Player/Player_index.ets | 15 +++++++++++++++ .../src/main/ets/pages/Player/ScrollListTest.ets | 15 +++++++++++++++ 11 files changed, 165 insertions(+) diff --git a/validator/acts_validator/src/main/ets/pages/Camera/CameraFormat.ets b/validator/acts_validator/src/main/ets/pages/Camera/CameraFormat.ets index 1f620f24c..ccdd82d69 100644 --- a/validator/acts_validator/src/main/ets/pages/Camera/CameraFormat.ets +++ b/validator/acts_validator/src/main/ets/pages/Camera/CameraFormat.ets @@ -1,3 +1,18 @@ +/* + * 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. + */ + import camera from '@ohos.multimedia.camera' import Logger from '../model/Logger' import CameraService from '../model/CameraService' diff --git a/validator/acts_validator/src/main/ets/pages/Camera/CameraOrientation0.ets b/validator/acts_validator/src/main/ets/pages/Camera/CameraOrientation0.ets index 9ce0c7dde..e82fbd028 100644 --- a/validator/acts_validator/src/main/ets/pages/Camera/CameraOrientation0.ets +++ b/validator/acts_validator/src/main/ets/pages/Camera/CameraOrientation0.ets @@ -1,3 +1,18 @@ +/* + * 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. + */ + import camera from '@ohos.multimedia.camera' import Logger from '../model/Logger' import CameraService from '../model/CameraService' diff --git a/validator/acts_validator/src/main/ets/pages/Camera/CameraOrientation180.ets b/validator/acts_validator/src/main/ets/pages/Camera/CameraOrientation180.ets index 19104e088..a94a383d0 100644 --- a/validator/acts_validator/src/main/ets/pages/Camera/CameraOrientation180.ets +++ b/validator/acts_validator/src/main/ets/pages/Camera/CameraOrientation180.ets @@ -1,3 +1,18 @@ +/* + * 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. + */ + import camera from '@ohos.multimedia.camera' import Logger from '../model/Logger' import CameraService from '../model/CameraService' diff --git a/validator/acts_validator/src/main/ets/pages/Camera/CameraOrientation270.ets b/validator/acts_validator/src/main/ets/pages/Camera/CameraOrientation270.ets index 1921ebe66..b751b107e 100644 --- a/validator/acts_validator/src/main/ets/pages/Camera/CameraOrientation270.ets +++ b/validator/acts_validator/src/main/ets/pages/Camera/CameraOrientation270.ets @@ -1,3 +1,18 @@ +/* + * 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. + */ + import camera from '@ohos.multimedia.camera' import Logger from '../model/Logger' import CameraService from '../model/CameraService' diff --git a/validator/acts_validator/src/main/ets/pages/Camera/CameraOrientation90.ets b/validator/acts_validator/src/main/ets/pages/Camera/CameraOrientation90.ets index d7b6a7aa3..9fdef8106 100644 --- a/validator/acts_validator/src/main/ets/pages/Camera/CameraOrientation90.ets +++ b/validator/acts_validator/src/main/ets/pages/Camera/CameraOrientation90.ets @@ -1,3 +1,18 @@ +/* + * 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. + */ + import camera from '@ohos.multimedia.camera' import Logger from '../model/Logger' import CameraService from '../model/CameraService' diff --git a/validator/acts_validator/src/main/ets/pages/Camera/CameraVideo.ets b/validator/acts_validator/src/main/ets/pages/Camera/CameraVideo.ets index 1631a3a61..a32067f77 100644 --- a/validator/acts_validator/src/main/ets/pages/Camera/CameraVideo.ets +++ b/validator/acts_validator/src/main/ets/pages/Camera/CameraVideo.ets @@ -1,3 +1,18 @@ +/* + * 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. + */ + import camera from '@ohos.multimedia.camera' import Logger from '../model/Logger' import CameraService from '../model/CameraService' diff --git a/validator/acts_validator/src/main/ets/pages/Camera/Camera_index.ets b/validator/acts_validator/src/main/ets/pages/Camera/Camera_index.ets index e3fe48c9b..5da256360 100644 --- a/validator/acts_validator/src/main/ets/pages/Camera/Camera_index.ets +++ b/validator/acts_validator/src/main/ets/pages/Camera/Camera_index.ets @@ -1,3 +1,18 @@ +/* + * 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. + */ + import prompt from '@ohos.prompt'; import router from '@ohos.router'; import fileio from '@ohos.fileio'; diff --git a/validator/acts_validator/src/main/ets/pages/Experience/Experience_index.ets b/validator/acts_validator/src/main/ets/pages/Experience/Experience_index.ets index 7ec76ee0f..104320b4a 100644 --- a/validator/acts_validator/src/main/ets/pages/Experience/Experience_index.ets +++ b/validator/acts_validator/src/main/ets/pages/Experience/Experience_index.ets @@ -1,3 +1,18 @@ +/* + * 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. + */ + import prompt from '@ohos.prompt'; import router from '@ohos.router'; import fileio from '@ohos.fileio'; diff --git a/validator/acts_validator/src/main/ets/pages/Experience/ScrollListTest.ets b/validator/acts_validator/src/main/ets/pages/Experience/ScrollListTest.ets index e71478e4d..63dcb6fe1 100644 --- a/validator/acts_validator/src/main/ets/pages/Experience/ScrollListTest.ets +++ b/validator/acts_validator/src/main/ets/pages/Experience/ScrollListTest.ets @@ -1,3 +1,18 @@ +/* + * 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. + */ + import {CustomContainer} from '../common/CustomContainer'; import FirstDialog from '../model/FirstDialog'; @Entry diff --git a/validator/acts_validator/src/main/ets/pages/Player/Player_index.ets b/validator/acts_validator/src/main/ets/pages/Player/Player_index.ets index 2aa1ca73f..6b87c47c3 100644 --- a/validator/acts_validator/src/main/ets/pages/Player/Player_index.ets +++ b/validator/acts_validator/src/main/ets/pages/Player/Player_index.ets @@ -1,3 +1,18 @@ +/* + * 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. + */ + import prompt from '@ohos.prompt'; import router from '@ohos.router'; import fileio from '@ohos.fileio'; diff --git a/validator/acts_validator/src/main/ets/pages/Player/ScrollListTest.ets b/validator/acts_validator/src/main/ets/pages/Player/ScrollListTest.ets index 60aca1099..2f96aadfd 100644 --- a/validator/acts_validator/src/main/ets/pages/Player/ScrollListTest.ets +++ b/validator/acts_validator/src/main/ets/pages/Player/ScrollListTest.ets @@ -1,3 +1,18 @@ +/* + * 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. + */ + import {CustomContainer} from '../common/CustomContainer'; import FirstDialog from '../model/FirstDialog'; @Entry -- GitLab