From 6a0a80705ec87e4d1710389997c8c9633957daf8 Mon Sep 17 00:00:00 2001 From: 17351781990 <827990754@qq.com> Date: Wed, 21 Apr 2021 10:06:55 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E5=86=85?= =?UTF-8?q?=E5=AE=B9=E3=80=91=EF=BC=9A=E4=BF=AE=E6=94=B9copyright?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../photodraweeview/sample/CustomTitle.java | 2 +- .../relex/photodraweeview/sample/PhotoApp.java | 16 ---------------- .../sample/RecyclerViewAbility.java | 16 ---------------- .../sample/SharedElementAbility.java | 16 ---------------- .../photodraweeview/sample/SingleAbility.java | 16 ---------------- .../photodraweeview/sample/ViewPagerAbility.java | 16 ---------------- .../sample/provider/ImageProvider.java | 2 +- .../sample/provider/TitleMenuProvider.java | 2 +- .../sample/provider/ViewPagerProvider.java | 5 ++--- .../sample/slice/RecyclerViewAbilitySlice.java | 5 ++--- .../sample/slice/SharedElementAbilitySlice.java | 2 +- .../slice/SharedElementLaunchedAbilitySlice.java | 2 +- .../sample/slice/SingleAbilitySlice.java | 2 +- .../sample/slice/ViewPagerAbilitySlice.java | 2 +- .../com/me/relex/photodraweeview/PhotoView.java | 2 +- .../me/relex/photodraweeview/PhotoViewFrame.java | 2 +- .../photodraweeview/iml/OnEnableListener.java | 2 +- .../com/me/relex/photodraweeview/utils/Util.java | 2 +- 18 files changed, 15 insertions(+), 97 deletions(-) diff --git a/entry/src/main/java/com/me/relex/photodraweeview/sample/CustomTitle.java b/entry/src/main/java/com/me/relex/photodraweeview/sample/CustomTitle.java index f1ee3c4..30b1b9c 100644 --- a/entry/src/main/java/com/me/relex/photodraweeview/sample/CustomTitle.java +++ b/entry/src/main/java/com/me/relex/photodraweeview/sample/CustomTitle.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 The Chinese Software International Co., Ltd. + * 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 diff --git a/entry/src/main/java/com/me/relex/photodraweeview/sample/PhotoApp.java b/entry/src/main/java/com/me/relex/photodraweeview/sample/PhotoApp.java index 40ca616..6fb8666 100644 --- a/entry/src/main/java/com/me/relex/photodraweeview/sample/PhotoApp.java +++ b/entry/src/main/java/com/me/relex/photodraweeview/sample/PhotoApp.java @@ -1,19 +1,3 @@ -/* - * Copyright (C) 2021 The Chinese Software International 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. - * - */ - package com.me.relex.photodraweeview.sample; import ohos.aafwk.ability.AbilityPackage; diff --git a/entry/src/main/java/com/me/relex/photodraweeview/sample/RecyclerViewAbility.java b/entry/src/main/java/com/me/relex/photodraweeview/sample/RecyclerViewAbility.java index c2b37e9..59a2584 100644 --- a/entry/src/main/java/com/me/relex/photodraweeview/sample/RecyclerViewAbility.java +++ b/entry/src/main/java/com/me/relex/photodraweeview/sample/RecyclerViewAbility.java @@ -1,19 +1,3 @@ -/* - * Copyright (C) 2021 The Chinese Software International 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. - * - */ - package com.me.relex.photodraweeview.sample; import com.me.relex.photodraweeview.sample.slice.RecyclerViewAbilitySlice; diff --git a/entry/src/main/java/com/me/relex/photodraweeview/sample/SharedElementAbility.java b/entry/src/main/java/com/me/relex/photodraweeview/sample/SharedElementAbility.java index 0f9744c..602d3f8 100644 --- a/entry/src/main/java/com/me/relex/photodraweeview/sample/SharedElementAbility.java +++ b/entry/src/main/java/com/me/relex/photodraweeview/sample/SharedElementAbility.java @@ -1,19 +1,3 @@ -/* - * Copyright (C) 2021 The Chinese Software International 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. - * - */ - package com.me.relex.photodraweeview.sample; import com.me.relex.photodraweeview.sample.slice.SharedElementAbilitySlice; diff --git a/entry/src/main/java/com/me/relex/photodraweeview/sample/SingleAbility.java b/entry/src/main/java/com/me/relex/photodraweeview/sample/SingleAbility.java index 1d19225..cb168c5 100644 --- a/entry/src/main/java/com/me/relex/photodraweeview/sample/SingleAbility.java +++ b/entry/src/main/java/com/me/relex/photodraweeview/sample/SingleAbility.java @@ -1,19 +1,3 @@ -/* - * Copyright (C) 2021 The Chinese Software International 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. - * - */ - package com.me.relex.photodraweeview.sample; import com.me.relex.photodraweeview.sample.slice.SingleAbilitySlice; diff --git a/entry/src/main/java/com/me/relex/photodraweeview/sample/ViewPagerAbility.java b/entry/src/main/java/com/me/relex/photodraweeview/sample/ViewPagerAbility.java index 01eb3f2..cb5d536 100644 --- a/entry/src/main/java/com/me/relex/photodraweeview/sample/ViewPagerAbility.java +++ b/entry/src/main/java/com/me/relex/photodraweeview/sample/ViewPagerAbility.java @@ -1,19 +1,3 @@ -/* - * Copyright (C) 2021 The Chinese Software International 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. - * - */ - package com.me.relex.photodraweeview.sample; import com.me.relex.photodraweeview.sample.slice.ViewPagerAbilitySlice; diff --git a/entry/src/main/java/com/me/relex/photodraweeview/sample/provider/ImageProvider.java b/entry/src/main/java/com/me/relex/photodraweeview/sample/provider/ImageProvider.java index 9fb306d..ee4d110 100644 --- a/entry/src/main/java/com/me/relex/photodraweeview/sample/provider/ImageProvider.java +++ b/entry/src/main/java/com/me/relex/photodraweeview/sample/provider/ImageProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 The Chinese Software International Co., Ltd. + * 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 diff --git a/entry/src/main/java/com/me/relex/photodraweeview/sample/provider/TitleMenuProvider.java b/entry/src/main/java/com/me/relex/photodraweeview/sample/provider/TitleMenuProvider.java index 56f32a9..ea15341 100644 --- a/entry/src/main/java/com/me/relex/photodraweeview/sample/provider/TitleMenuProvider.java +++ b/entry/src/main/java/com/me/relex/photodraweeview/sample/provider/TitleMenuProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 The Chinese Software International Co., Ltd. + * 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 diff --git a/entry/src/main/java/com/me/relex/photodraweeview/sample/provider/ViewPagerProvider.java b/entry/src/main/java/com/me/relex/photodraweeview/sample/provider/ViewPagerProvider.java index 0f67238..98ef744 100644 --- a/entry/src/main/java/com/me/relex/photodraweeview/sample/provider/ViewPagerProvider.java +++ b/entry/src/main/java/com/me/relex/photodraweeview/sample/provider/ViewPagerProvider.java @@ -1,11 +1,10 @@ /* - * Copyright (C) 2021 Chinasoft International - * + * 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 + * 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, diff --git a/entry/src/main/java/com/me/relex/photodraweeview/sample/slice/RecyclerViewAbilitySlice.java b/entry/src/main/java/com/me/relex/photodraweeview/sample/slice/RecyclerViewAbilitySlice.java index d28d54e..05f96a4 100644 --- a/entry/src/main/java/com/me/relex/photodraweeview/sample/slice/RecyclerViewAbilitySlice.java +++ b/entry/src/main/java/com/me/relex/photodraweeview/sample/slice/RecyclerViewAbilitySlice.java @@ -1,11 +1,10 @@ /* - * Copyright (C) 2021 Chinasoft International - * + * 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 + * 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, diff --git a/entry/src/main/java/com/me/relex/photodraweeview/sample/slice/SharedElementAbilitySlice.java b/entry/src/main/java/com/me/relex/photodraweeview/sample/slice/SharedElementAbilitySlice.java index b47e5c7..6410a3f 100644 --- a/entry/src/main/java/com/me/relex/photodraweeview/sample/slice/SharedElementAbilitySlice.java +++ b/entry/src/main/java/com/me/relex/photodraweeview/sample/slice/SharedElementAbilitySlice.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 The Chinese Software International Co., Ltd. + * 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 diff --git a/entry/src/main/java/com/me/relex/photodraweeview/sample/slice/SharedElementLaunchedAbilitySlice.java b/entry/src/main/java/com/me/relex/photodraweeview/sample/slice/SharedElementLaunchedAbilitySlice.java index c4f99e4..d9568cc 100644 --- a/entry/src/main/java/com/me/relex/photodraweeview/sample/slice/SharedElementLaunchedAbilitySlice.java +++ b/entry/src/main/java/com/me/relex/photodraweeview/sample/slice/SharedElementLaunchedAbilitySlice.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 The Chinese Software International Co., Ltd. + * 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 diff --git a/entry/src/main/java/com/me/relex/photodraweeview/sample/slice/SingleAbilitySlice.java b/entry/src/main/java/com/me/relex/photodraweeview/sample/slice/SingleAbilitySlice.java index b4ef857..8ad2b32 100644 --- a/entry/src/main/java/com/me/relex/photodraweeview/sample/slice/SingleAbilitySlice.java +++ b/entry/src/main/java/com/me/relex/photodraweeview/sample/slice/SingleAbilitySlice.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 The Chinese Software International Co., Ltd. + * 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 diff --git a/entry/src/main/java/com/me/relex/photodraweeview/sample/slice/ViewPagerAbilitySlice.java b/entry/src/main/java/com/me/relex/photodraweeview/sample/slice/ViewPagerAbilitySlice.java index abf89f9..1f302bf 100644 --- a/entry/src/main/java/com/me/relex/photodraweeview/sample/slice/ViewPagerAbilitySlice.java +++ b/entry/src/main/java/com/me/relex/photodraweeview/sample/slice/ViewPagerAbilitySlice.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 The Chinese Software International Co., Ltd. + * 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 diff --git a/photodraweeview/src/main/java/com/me/relex/photodraweeview/PhotoView.java b/photodraweeview/src/main/java/com/me/relex/photodraweeview/PhotoView.java index 5ce1e44..14d9149 100644 --- a/photodraweeview/src/main/java/com/me/relex/photodraweeview/PhotoView.java +++ b/photodraweeview/src/main/java/com/me/relex/photodraweeview/PhotoView.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 The Chinese Software International Co., Ltd. + * 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 diff --git a/photodraweeview/src/main/java/com/me/relex/photodraweeview/PhotoViewFrame.java b/photodraweeview/src/main/java/com/me/relex/photodraweeview/PhotoViewFrame.java index b094359..a3d5af6 100644 --- a/photodraweeview/src/main/java/com/me/relex/photodraweeview/PhotoViewFrame.java +++ b/photodraweeview/src/main/java/com/me/relex/photodraweeview/PhotoViewFrame.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 The Chinese Software International Co., Ltd. + * 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 diff --git a/photodraweeview/src/main/java/com/me/relex/photodraweeview/iml/OnEnableListener.java b/photodraweeview/src/main/java/com/me/relex/photodraweeview/iml/OnEnableListener.java index bde58d6..9ffda1d 100644 --- a/photodraweeview/src/main/java/com/me/relex/photodraweeview/iml/OnEnableListener.java +++ b/photodraweeview/src/main/java/com/me/relex/photodraweeview/iml/OnEnableListener.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 The Chinese Software International Co., Ltd. + * 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 diff --git a/photodraweeview/src/main/java/com/me/relex/photodraweeview/utils/Util.java b/photodraweeview/src/main/java/com/me/relex/photodraweeview/utils/Util.java index 41b42d9..817a814 100644 --- a/photodraweeview/src/main/java/com/me/relex/photodraweeview/utils/Util.java +++ b/photodraweeview/src/main/java/com/me/relex/photodraweeview/utils/Util.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 The Chinese Software International Co., Ltd. + * 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 -- Gitee From 46ceddb112427ae0f5aea5fb79e2e544ede518a7 Mon Sep 17 00:00:00 2001 From: 17351781990 <827990754@qq.com> Date: Wed, 21 Apr 2021 10:24:58 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E5=86=85?= =?UTF-8?q?=E5=AE=B9=E3=80=91=EF=BC=9A=E6=9B=B4=E6=96=B0changelog=E7=9A=84?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa892b4..1a4ae4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.0.3-SNAPSHOT +* modification: Update copyright + ## 0.0.2-SNAPSHOT * optimization: Optimize code -- Gitee