From fae6e7234520444faf47f4266fdb53422bffcf60 Mon Sep 17 00:00:00 2001 From: zhoulei <1090447721@qq.com> Date: Fri, 14 May 2021 14:47:45 +0800 Subject: [PATCH] =?UTF-8?q?copyright=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/lhh/apst/advancedpagerslidingtabstrip/App.java | 7 ++++--- .../advancedpagerslidingtabstrip/CustomTabAbility.java | 7 ++++--- .../apst/advancedpagerslidingtabstrip/IconTabAbility.java | 7 ++++--- .../lhh/apst/advancedpagerslidingtabstrip/MainAbility.java | 7 ++++--- .../advancedpagerslidingtabstrip/NormalTabAbility.java | 7 ++++--- .../apst/advancedpagerslidingtabstrip/ViewTabAbility.java | 7 ++++--- .../apst/advancedpagerslidingtabstrip/WeiboTabAbility.java | 7 ++++--- .../fragments/BaseFragment.java | 7 ++++--- .../fragments/FirstFragment.java | 7 ++++--- .../fragments/FourthFragment.java | 7 ++++--- .../fragments/SecondFragment.java | 7 ++++--- .../fragments/ThirdFragment.java | 7 ++++--- .../advancedpagerslidingtabstrip/slice/CustomTabSlice.java | 7 ++++--- .../advancedpagerslidingtabstrip/slice/IconTabSlice.java | 7 ++++--- .../slice/MainAbilitySlice.java | 7 ++++--- .../advancedpagerslidingtabstrip/slice/NormalTabSlice.java | 7 ++++--- .../advancedpagerslidingtabstrip/slice/ViewTabSlice.java | 7 ++++--- .../advancedpagerslidingtabstrip/slice/WeiboTabSlice.java | 7 ++++--- 18 files changed, 72 insertions(+), 54 deletions(-) diff --git a/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/App.java b/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/App.java index 14879c8..a4f229d 100644 --- a/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/App.java +++ b/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/App.java @@ -1,11 +1,12 @@ /* - * Copyright (C) 2021 Huawei Device Co., Ltd. + * Copyright (c) Huawei Technologies Co., Ltd. 2021-2021. All rights reserved. + *

* 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. diff --git a/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/CustomTabAbility.java b/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/CustomTabAbility.java index 6698e79..ba74328 100644 --- a/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/CustomTabAbility.java +++ b/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/CustomTabAbility.java @@ -1,11 +1,12 @@ /* - * Copyright (C) 2021 Huawei Device Co., Ltd. + * Copyright (c) Huawei Technologies Co., Ltd. 2021-2021. All rights reserved. + *

* 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. diff --git a/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/IconTabAbility.java b/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/IconTabAbility.java index 591c2ca..b97093c 100644 --- a/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/IconTabAbility.java +++ b/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/IconTabAbility.java @@ -1,11 +1,12 @@ /* - * Copyright (C) 2021 Huawei Device Co., Ltd. + * Copyright (c) Huawei Technologies Co., Ltd. 2021-2021. All rights reserved. + *

* 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. diff --git a/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/MainAbility.java b/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/MainAbility.java index c3cdd6a..1be9f08 100644 --- a/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/MainAbility.java +++ b/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/MainAbility.java @@ -1,11 +1,12 @@ /* - * Copyright (C) 2021 Huawei Device Co., Ltd. + * Copyright (c) Huawei Technologies Co., Ltd. 2021-2021. All rights reserved. + *

* 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. diff --git a/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/NormalTabAbility.java b/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/NormalTabAbility.java index 8bb93fb..e95d24f 100644 --- a/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/NormalTabAbility.java +++ b/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/NormalTabAbility.java @@ -1,11 +1,12 @@ /* - * Copyright (C) 2021 Huawei Device Co., Ltd. + * Copyright (c) Huawei Technologies Co., Ltd. 2021-2021. All rights reserved. + *

* 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. diff --git a/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/ViewTabAbility.java b/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/ViewTabAbility.java index 0cf2fc6..0b0395a 100644 --- a/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/ViewTabAbility.java +++ b/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/ViewTabAbility.java @@ -1,11 +1,12 @@ /* - * Copyright (C) 2021 Huawei Device Co., Ltd. + * Copyright (c) Huawei Technologies Co., Ltd. 2021-2021. All rights reserved. + *

* 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. diff --git a/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/WeiboTabAbility.java b/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/WeiboTabAbility.java index 14597a1..fce439b 100644 --- a/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/WeiboTabAbility.java +++ b/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/WeiboTabAbility.java @@ -1,11 +1,12 @@ /* - * Copyright (C) 2021 Huawei Device Co., Ltd. + * Copyright (c) Huawei Technologies Co., Ltd. 2021-2021. All rights reserved. + *

* 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. diff --git a/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/fragments/BaseFragment.java b/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/fragments/BaseFragment.java index edbcaca..6f513e5 100644 --- a/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/fragments/BaseFragment.java +++ b/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/fragments/BaseFragment.java @@ -1,11 +1,12 @@ /* - * Copyright (C) 2021 Huawei Device Co., Ltd. + * Copyright (c) Huawei Technologies Co., Ltd. 2021-2021. All rights reserved. + *

* 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. diff --git a/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/fragments/FirstFragment.java b/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/fragments/FirstFragment.java index 166db26..4b9ed35 100644 --- a/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/fragments/FirstFragment.java +++ b/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/fragments/FirstFragment.java @@ -1,11 +1,12 @@ /* - * Copyright (C) 2021 Huawei Device Co., Ltd. + * Copyright (c) Huawei Technologies Co., Ltd. 2021-2021. All rights reserved. + *

* 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. diff --git a/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/fragments/FourthFragment.java b/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/fragments/FourthFragment.java index e7f0918..26286cc 100644 --- a/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/fragments/FourthFragment.java +++ b/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/fragments/FourthFragment.java @@ -1,11 +1,12 @@ /* - * Copyright (C) 2021 Huawei Device Co., Ltd. + * Copyright (c) Huawei Technologies Co., Ltd. 2021-2021. All rights reserved. + *

* 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. diff --git a/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/fragments/SecondFragment.java b/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/fragments/SecondFragment.java index 5af043f..73a2903 100644 --- a/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/fragments/SecondFragment.java +++ b/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/fragments/SecondFragment.java @@ -1,11 +1,12 @@ /* - * Copyright (C) 2021 Huawei Device Co., Ltd. + * Copyright (c) Huawei Technologies Co., Ltd. 2021-2021. All rights reserved. + *

* 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. diff --git a/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/fragments/ThirdFragment.java b/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/fragments/ThirdFragment.java index 05c48cb..daf351e 100644 --- a/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/fragments/ThirdFragment.java +++ b/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/fragments/ThirdFragment.java @@ -1,11 +1,12 @@ /* - * Copyright (C) 2021 Huawei Device Co., Ltd. + * Copyright (c) Huawei Technologies Co., Ltd. 2021-2021. All rights reserved. + *

* 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. diff --git a/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/slice/CustomTabSlice.java b/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/slice/CustomTabSlice.java index 6468983..6d3232f 100644 --- a/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/slice/CustomTabSlice.java +++ b/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/slice/CustomTabSlice.java @@ -1,11 +1,12 @@ /* - * Copyright (C) 2021 Huawei Device Co., Ltd. + * Copyright (c) Huawei Technologies Co., Ltd. 2021-2021. All rights reserved. + *

* 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. diff --git a/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/slice/IconTabSlice.java b/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/slice/IconTabSlice.java index 175cec0..71877d7 100644 --- a/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/slice/IconTabSlice.java +++ b/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/slice/IconTabSlice.java @@ -1,11 +1,12 @@ /* - * Copyright (C) 2021 Huawei Device Co., Ltd. + * Copyright (c) Huawei Technologies Co., Ltd. 2021-2021. All rights reserved. + *

* 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. diff --git a/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/slice/MainAbilitySlice.java b/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/slice/MainAbilitySlice.java index 3f0a166..72a9e0e 100644 --- a/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/slice/MainAbilitySlice.java +++ b/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/slice/MainAbilitySlice.java @@ -1,11 +1,12 @@ /* - * Copyright (C) 2021 Huawei Device Co., Ltd. + * Copyright (c) Huawei Technologies Co., Ltd. 2021-2021. All rights reserved. + *

* 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. diff --git a/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/slice/NormalTabSlice.java b/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/slice/NormalTabSlice.java index 73338eb..72edc4e 100644 --- a/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/slice/NormalTabSlice.java +++ b/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/slice/NormalTabSlice.java @@ -1,11 +1,12 @@ /* - * Copyright (C) 2021 Huawei Device Co., Ltd. + * Copyright (c) Huawei Technologies Co., Ltd. 2021-2021. All rights reserved. + *

* 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. diff --git a/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/slice/ViewTabSlice.java b/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/slice/ViewTabSlice.java index 20d00b0..a6cc999 100644 --- a/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/slice/ViewTabSlice.java +++ b/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/slice/ViewTabSlice.java @@ -1,11 +1,12 @@ /* - * Copyright (C) 2021 Huawei Device Co., Ltd. + * Copyright (c) Huawei Technologies Co., Ltd. 2021-2021. All rights reserved. + *

* 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. diff --git a/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/slice/WeiboTabSlice.java b/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/slice/WeiboTabSlice.java index 2385132..fa3f05a 100644 --- a/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/slice/WeiboTabSlice.java +++ b/entry/src/main/java/com/lhh/apst/advancedpagerslidingtabstrip/slice/WeiboTabSlice.java @@ -1,11 +1,12 @@ /* - * Copyright (C) 2021 Huawei Device Co., Ltd. + * Copyright (c) Huawei Technologies Co., Ltd. 2021-2021. All rights reserved. + *

* 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. -- Gitee