From 65d1e2ecd1c2eed9c812e649d1172e6a1baad421 Mon Sep 17 00:00:00 2001 From: ZYF949 <446962864@qq.com> Date: Sat, 31 Jul 2021 09:31:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0gitee?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/scwang/wave/ColorRes.java | 15 +++++++++++++++ .../src/main/java/com/scwang/wave/IntRange.java | 15 +++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/library/src/main/java/com/scwang/wave/ColorRes.java b/library/src/main/java/com/scwang/wave/ColorRes.java index 3da7db6..ae5d61a 100644 --- a/library/src/main/java/com/scwang/wave/ColorRes.java +++ b/library/src/main/java/com/scwang/wave/ColorRes.java @@ -1,3 +1,18 @@ +/* + * 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 + * + * 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.scwang.wave; import java.lang.annotation.*; diff --git a/library/src/main/java/com/scwang/wave/IntRange.java b/library/src/main/java/com/scwang/wave/IntRange.java index 208ef81..bad8f0b 100644 --- a/library/src/main/java/com/scwang/wave/IntRange.java +++ b/library/src/main/java/com/scwang/wave/IntRange.java @@ -1,3 +1,18 @@ +/* + * 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 + * + * 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.scwang.wave; import java.lang.annotation.ElementType; -- Gitee