Skip to content

Commit a9d7587

Browse files
committed
修复许可证
1 parent 1ad6e1a commit a9d7587

File tree

2 files changed

+3
-17
lines changed

2 files changed

+3
-17
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright [yyyy] [name of copyright owner]
189+
Copyright 2022 TakWolf
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

README.md

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Platform](https://img.shields.io/badge/platform-Android-brightgreen)](https://developer.android.com)
44
[![API](https://img.shields.io/badge/API-21%2B-brightgreen)](https://android-arsenal.com/api?level=21)
5-
[![License](https://img.shields.io/github/license/TakWolf/Android-HeaderAndFooterRecyclerView)](https://www.apache.org/licenses/LICENSE-2.0)
5+
[![License](https://img.shields.io/github/license/TakWolf/Android-HeaderAndFooterRecyclerView)](LICENSE)
66
[![JitPack](https://jitpack.io/v/TakWolf/Android-HeaderAndFooterRecyclerView.svg)](https://jitpack.io/#TakWolf/Android-HeaderAndFooterRecyclerView)
77

88
`RecyclerView` 添加 `HeaderView``FooterView` 的解决方案。
@@ -56,18 +56,4 @@ recyclerView.addFooterView(footerView)
5656

5757
## License
5858

59-
```
60-
Copyright 2022 TakWolf
61-
62-
Licensed under the Apache License, Version 2.0 (the "License");
63-
you may not use this file except in compliance with the License.
64-
You may obtain a copy of the License at
65-
66-
http://www.apache.org/licenses/LICENSE-2.0
67-
68-
Unless required by applicable law or agreed to in writing, software
69-
distributed under the License is distributed on an "AS IS" BASIS,
70-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
71-
See the License for the specific language governing permissions and
72-
limitations under the License.
73-
```
59+
[Apache License 2.0](LICENSE)

0 commit comments

Comments
 (0)