Skip to content

Commit 47c94bc

Browse files
committed
修复许可证
1 parent 84a6378 commit 47c94bc

2 files changed

Lines changed: 3 additions & 17 deletions

File tree

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 2014 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-Lock9View)](https://www.apache.org/licenses/LICENSE-2.0)
5+
[![License](https://img.shields.io/github/license/TakWolf/Android-Lock9View)](LICENSE)
66
[![JitPack](https://jitpack.io/v/TakWolf/Android-Lock9View.svg)](https://jitpack.io/#TakWolf/Android-Lock9View)
77

88
A nine grid lock screen view for Android.
@@ -132,18 +132,4 @@ lock9View.setGestureCallback(new Lock9View.GestureCallback() {
132132

133133
## License
134134

135-
```
136-
Copyright 2014 TakWolf
137-
138-
Licensed under the Apache License, Version 2.0 (the "License");
139-
you may not use this file except in compliance with the License.
140-
You may obtain a copy of the License at
141-
142-
http://www.apache.org/licenses/LICENSE-2.0
143-
144-
Unless required by applicable law or agreed to in writing, software
145-
distributed under the License is distributed on an "AS IS" BASIS,
146-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
147-
See the License for the specific language governing permissions and
148-
limitations under the License.
149-
```
135+
[Apache License 2.0](LICENSE)

0 commit comments

Comments
 (0)