From 7e6d8fc5dc7bba6a820eef06ce74bb47dee4bb1c Mon Sep 17 00:00:00 2001 From: jjy188013 Date: Thu, 8 Jul 2021 11:38:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=88=E6=9D=83=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/wujie/radarview/MainAbility.java | 2 +- .../java/com/wujie/radarview/MyApplication.java | 2 +- .../wujie/radarview/slice/MainAbilitySlice.java | 2 +- .../radarview/slice/MainAbilitySliceTest.java | 2 +- .../main/java/com/huawei/radarviewlib/IntDef.java | 2 +- .../com/huawei/radarviewlib/RadarCommpent.java | 2 +- .../java/com/huawei/radarviewlib/RadarView.java | 15 --------------- .../com/huawei/radarviewlib/RaderWheelView.java | 15 --------------- .../main/java/com/huawei/radarviewlib/Utils.java | 2 +- 9 files changed, 7 insertions(+), 37 deletions(-) diff --git a/entry/src/main/java/com/wujie/radarview/MainAbility.java b/entry/src/main/java/com/wujie/radarview/MainAbility.java index bb543b4..34fa829 100644 --- a/entry/src/main/java/com/wujie/radarview/MainAbility.java +++ b/entry/src/main/java/com/wujie/radarview/MainAbility.java @@ -2,7 +2,7 @@ * 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 an copy of the License at + * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/entry/src/main/java/com/wujie/radarview/MyApplication.java b/entry/src/main/java/com/wujie/radarview/MyApplication.java index 1661398..34d9b2e 100644 --- a/entry/src/main/java/com/wujie/radarview/MyApplication.java +++ b/entry/src/main/java/com/wujie/radarview/MyApplication.java @@ -2,7 +2,7 @@ * 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 an copy of the License at + * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/entry/src/main/java/com/wujie/radarview/slice/MainAbilitySlice.java b/entry/src/main/java/com/wujie/radarview/slice/MainAbilitySlice.java index 690cf8e..4584737 100644 --- a/entry/src/main/java/com/wujie/radarview/slice/MainAbilitySlice.java +++ b/entry/src/main/java/com/wujie/radarview/slice/MainAbilitySlice.java @@ -2,7 +2,7 @@ * 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 an copy of the License at + * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/entry/src/ohosTest/java/com/wujie/radarview/slice/MainAbilitySliceTest.java b/entry/src/ohosTest/java/com/wujie/radarview/slice/MainAbilitySliceTest.java index eadcc10..43caa66 100644 --- a/entry/src/ohosTest/java/com/wujie/radarview/slice/MainAbilitySliceTest.java +++ b/entry/src/ohosTest/java/com/wujie/radarview/slice/MainAbilitySliceTest.java @@ -2,7 +2,7 @@ * 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 an copy of the License at + * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/radarviewlib/src/main/java/com/huawei/radarviewlib/IntDef.java b/radarviewlib/src/main/java/com/huawei/radarviewlib/IntDef.java index 30fe413..d1c99b9 100644 --- a/radarviewlib/src/main/java/com/huawei/radarviewlib/IntDef.java +++ b/radarviewlib/src/main/java/com/huawei/radarviewlib/IntDef.java @@ -2,7 +2,7 @@ * 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 an copy of the License at + * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/radarviewlib/src/main/java/com/huawei/radarviewlib/RadarCommpent.java b/radarviewlib/src/main/java/com/huawei/radarviewlib/RadarCommpent.java index 8019adf..b13b8a5 100644 --- a/radarviewlib/src/main/java/com/huawei/radarviewlib/RadarCommpent.java +++ b/radarviewlib/src/main/java/com/huawei/radarviewlib/RadarCommpent.java @@ -2,7 +2,7 @@ * 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 an copy of the License at + * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/radarviewlib/src/main/java/com/huawei/radarviewlib/RadarView.java b/radarviewlib/src/main/java/com/huawei/radarviewlib/RadarView.java index 3c503f1..0e3c444 100644 --- a/radarviewlib/src/main/java/com/huawei/radarviewlib/RadarView.java +++ b/radarviewlib/src/main/java/com/huawei/radarviewlib/RadarView.java @@ -1,18 +1,3 @@ -/* - * 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 an 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.huawei.radarviewlib; import ohos.agp.colors.RgbColor; diff --git a/radarviewlib/src/main/java/com/huawei/radarviewlib/RaderWheelView.java b/radarviewlib/src/main/java/com/huawei/radarviewlib/RaderWheelView.java index 5a82a0c..6ad6747 100644 --- a/radarviewlib/src/main/java/com/huawei/radarviewlib/RaderWheelView.java +++ b/radarviewlib/src/main/java/com/huawei/radarviewlib/RaderWheelView.java @@ -1,18 +1,3 @@ -/* - * 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 an 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.huawei.radarviewlib; import ohos.agp.colors.RgbColor; diff --git a/radarviewlib/src/main/java/com/huawei/radarviewlib/Utils.java b/radarviewlib/src/main/java/com/huawei/radarviewlib/Utils.java index 3c02246..7a5ab3b 100644 --- a/radarviewlib/src/main/java/com/huawei/radarviewlib/Utils.java +++ b/radarviewlib/src/main/java/com/huawei/radarviewlib/Utils.java @@ -2,7 +2,7 @@ * 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 an copy of the License at + * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * -- Gitee