Skip to content

Commit 3120b7d

Browse files
Update README.md
1 parent de18fb8 commit 3120b7d

1 file changed

Lines changed: 10 additions & 11 deletions

File tree

README.md

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

33
# JetpackLoading
44

5-
In almost all applications, there are processes that run asynchronously, such as API requests or long-running tasks. In these cases, developers usually use the loading view to show users that something is in progress.
65
JetpackLoading is a collection of nice loading animations in Jetpack Compose, adapted from the famous [AVLoadingIndicatorView](https://github.com/HarlonWang/AVLoadingIndicatorView) library.
76

87
See the animations in the [Demo](https://github.com/MahboubehSeyedpour/JetpackLoading#demo) section and their use in [Usage](https://github.com/MahboubehSeyedpour/JetpackLoading#usage)
@@ -113,17 +112,17 @@ Row 5
113112
## License
114113
115114
```
116-
Copyright 2015 jack wang
115+
Copyright 2023 Mahboubeh Seyedpour
117116

118-
Licensed under the Apache License, Version 2.0 (the "License");
119-
you may not use this file except in compliance with the License.
120-
You may obtain a copy of the License at
117+
Licensed under the Apache License, Version 2.0 (the "License");
118+
you may not use this file except in compliance with the License.
119+
You may obtain a copy of the License at
121120

122-
http://www.apache.org/licenses/LICENSE-2.0
121+
http://www.apache.org/licenses/LICENSE-2.0
123122

124-
Unless required by applicable law or agreed to in writing, software
125-
distributed under the License is distributed on an "AS IS" BASIS,
126-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
127-
See the License for the specific language governing permissions and
128-
limitations under the License.
123+
Unless required by applicable law or agreed to in writing, software
124+
distributed under the License is distributed on an "AS IS" BASIS,
125+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
126+
See the License for the specific language governing permissions and
127+
limitations under the License.
129128
```

0 commit comments

Comments
 (0)