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 14879c85f6db81176f9d188dcb226859db496c75..a4f229d9739721d96966ab23f07f16389e073ab9 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 6698e799fea71a12cdfc44ab24a18c7adc2ee13a..ba743282456cd5cb1e100b6e7a1c4350fa88f41f 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 591c2ca514dc9da22f2455a02a653f1c4c830ee5..b97093c3232afa3299b6c43051c2c7c77c3db281 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 c3cdd6add1efc8ebaf6da60a3b06ea0342675950..1be9f08a69e619eec08039af21e093282bcdfd2d 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 8bb93fb8505238a402858819a93996f413ba642b..e95d24f6ccf5912bdd3617e92025a405fb9932de 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 0cf2fc6b9716a6d2a75607e7224239d8dbae8b39..0b0395aa3a71b0276f8ffd5cb5e7b628c0a7b947 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 14597a1e2959597502c96286eeadadf051ffb0fa..fce439b76ab5c4de63a2f4ba4af093cd4a50d706 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 edbcaca71d1d0c195ec73aae71a1bec2d7b90c3d..6f513e5536bea66239259c3e95b49da5c73c3617 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 166db26246f47b75b69df56a52a30a3579e70924..4b9ed3587f0405cee6023b1169a5fca2f88cd63c 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 e7f09185f37933891ed7be285c67929d043ddf37..26286cc7e8c0f16ace35e1cc55c8d640f391c06e 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 5af043fe4b46c04c329ec8644d67c2f3eef966ec..73a290301d600eb4b2d5045c9a58964558b135c5 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 05c48cbfd9841c31fb79f799d54234e1c96445e1..daf351ecc0d8b0368538b75113d9ae9d29ac8ece 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 646898391fc1f232608548ec6ef53f02453e181b..6d3232fb452f59b88f5c7b5715b795881269b1ea 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 175cec0a433731116d8960646d7a345db425b38b..71877d7a2e9db9994eed5680b32e44a3cec5ea93 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 3f0a16626a062034e665703c807a15dcd5963a4d..72a9e0e58609ffdbf6187abd8acd104d272e5172 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 73338ebe6389e18bee5e6fce3bb4b452c02ff80c..72edc4eb396d9870482ff53e04cd8a33336e8e15 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 20d00b0d64e34986691b74461a6d1890a0092a85..a6cc999019d1f838d9ed6eb933f87c4c96e78f6f 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 2385132fee6863dacb1ff27c5e9eac14a4362c8b..fa3f05a23b9a6b2d5783e87526691b26fb167d56 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.