Add missing libraries to license assets
This commit is contained in:
parent
69282e0648
commit
0fbc6992a1
21
app/src/main/assets/LICENSE_SEARCHPREFERENCE.txt
Normal file
21
app/src/main/assets/LICENSE_SEARCHPREFERENCE.txt
Normal file
@ -0,0 +1,21 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2018 ByteHamster
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
@ -24,6 +24,18 @@
|
||||
website="https://commons.apache.org/"
|
||||
license="Apache 2.0"
|
||||
licenseText="LICENSE_APACHE-2.0.txt" />
|
||||
<library
|
||||
name="Balloon"
|
||||
author="Jaewoong Eum"
|
||||
website="https://github.com/skydoves/Balloon"
|
||||
license="Apache 2.0"
|
||||
licenseText="LICENSE_APACHE-2.0.txt" />
|
||||
<library
|
||||
name="Conscrypt"
|
||||
author="Google"
|
||||
website="https://github.com/google/conscrypt"
|
||||
license="Apache 2.0"
|
||||
licenseText="LICENSE_APACHE-2.0.txt" />
|
||||
<library
|
||||
name="EventBus"
|
||||
author="greenrobot"
|
||||
@ -42,6 +54,12 @@
|
||||
website="https://github.com/leinardi/FloatingActionButtonSpeedDial"
|
||||
license="Apache 2.0"
|
||||
licenseText="LICENSE_APACHE-2.0.txt" />
|
||||
<library
|
||||
name="fyydlin"
|
||||
author="Martin Fietz"
|
||||
website="https://github.com/mfietz/fyydlin"
|
||||
license="Apache 2.0"
|
||||
licenseText="LICENSE_APACHE-2.0.txt" />
|
||||
<library
|
||||
name="Glide"
|
||||
author="bumptech"
|
||||
@ -60,6 +78,18 @@
|
||||
website="https://jsoup.org/"
|
||||
license="MIT"
|
||||
licenseText="LICENSE_JSOUP.txt" />
|
||||
<library
|
||||
name="Lightweight-Stream-API"
|
||||
author="Victor Melnik"
|
||||
website="https://github.com/aNNiMON/Lightweight-Stream-API"
|
||||
license="Apache 2.0"
|
||||
licenseText="LICENSE_APACHE-2.0.txt" />
|
||||
<library
|
||||
name="Material Components for Android"
|
||||
author="Google"
|
||||
website="https://github.com/material-components/material-components-android"
|
||||
license="Apache 2.0"
|
||||
licenseText="LICENSE_APACHE-2.0.txt" />
|
||||
<library
|
||||
name="Material Design Icons"
|
||||
author="Google"
|
||||
@ -72,12 +102,6 @@
|
||||
website="https://github.com/Templarian/MaterialDesign"
|
||||
license="Pictogrammers Free License"
|
||||
licenseText="LICENSE_PICTOGRAMMERS.txt" />
|
||||
<library
|
||||
name="Material Components for Android"
|
||||
author="Google"
|
||||
website="https://github.com/material-components/material-components-android"
|
||||
license="Apache 2.0"
|
||||
licenseText="LICENSE_APACHE-2.0.txt" />
|
||||
<library
|
||||
name="OkHttp"
|
||||
author="Square"
|
||||
@ -90,12 +114,30 @@
|
||||
website="https://github.com/square/okio"
|
||||
license="Apache 2.0"
|
||||
licenseText="LICENSE_APACHE-2.0.txt" />
|
||||
<library
|
||||
name="RecyclerViewSwipeDecorator"
|
||||
author="Paolo Montalto"
|
||||
website="https://github.com/xabaras/RecyclerViewSwipeDecorator"
|
||||
license="Apache 2.0"
|
||||
licenseText="LICENSE_APACHE-2.0.txt" />
|
||||
<library
|
||||
name="RxAndroid"
|
||||
author="ReactiveX"
|
||||
website="https://github.com/ReactiveX/RxAndroid"
|
||||
license="Apache 2.0"
|
||||
licenseText="LICENSE_APACHE-2.0.txt" />
|
||||
<library
|
||||
name="RxJava"
|
||||
author="ReactiveX"
|
||||
website="https://github.com/ReactiveX/RxJava"
|
||||
license="Apache 2.0"
|
||||
licenseText="LICENSE_APACHE-2.0.txt" />
|
||||
<library
|
||||
name="SearchPreference"
|
||||
author="ByteHamster"
|
||||
website="https://github.com/ByteHamster/SearchPreference"
|
||||
license="MIT"
|
||||
licenseText="LICENSE_SEARCHPREFERENCE.txt" />
|
||||
<library
|
||||
name="StackBlur"
|
||||
author="Enrique López Mañas"
|
||||
|
Loading…
x
Reference in New Issue
Block a user