Add missing libraries to license assets
This commit is contained in:
parent
69282e0648
commit
0fbc6992a1
|
@ -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/"
|
website="https://commons.apache.org/"
|
||||||
license="Apache 2.0"
|
license="Apache 2.0"
|
||||||
licenseText="LICENSE_APACHE-2.0.txt" />
|
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
|
<library
|
||||||
name="EventBus"
|
name="EventBus"
|
||||||
author="greenrobot"
|
author="greenrobot"
|
||||||
|
@ -42,6 +54,12 @@
|
||||||
website="https://github.com/leinardi/FloatingActionButtonSpeedDial"
|
website="https://github.com/leinardi/FloatingActionButtonSpeedDial"
|
||||||
license="Apache 2.0"
|
license="Apache 2.0"
|
||||||
licenseText="LICENSE_APACHE-2.0.txt" />
|
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
|
<library
|
||||||
name="Glide"
|
name="Glide"
|
||||||
author="bumptech"
|
author="bumptech"
|
||||||
|
@ -60,6 +78,18 @@
|
||||||
website="https://jsoup.org/"
|
website="https://jsoup.org/"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
licenseText="LICENSE_JSOUP.txt" />
|
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
|
<library
|
||||||
name="Material Design Icons"
|
name="Material Design Icons"
|
||||||
author="Google"
|
author="Google"
|
||||||
|
@ -72,12 +102,6 @@
|
||||||
website="https://github.com/Templarian/MaterialDesign"
|
website="https://github.com/Templarian/MaterialDesign"
|
||||||
license="Pictogrammers Free License"
|
license="Pictogrammers Free License"
|
||||||
licenseText="LICENSE_PICTOGRAMMERS.txt" />
|
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
|
<library
|
||||||
name="OkHttp"
|
name="OkHttp"
|
||||||
author="Square"
|
author="Square"
|
||||||
|
@ -90,12 +114,30 @@
|
||||||
website="https://github.com/square/okio"
|
website="https://github.com/square/okio"
|
||||||
license="Apache 2.0"
|
license="Apache 2.0"
|
||||||
licenseText="LICENSE_APACHE-2.0.txt" />
|
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
|
<library
|
||||||
name="RxAndroid"
|
name="RxAndroid"
|
||||||
author="ReactiveX"
|
author="ReactiveX"
|
||||||
website="https://github.com/ReactiveX/RxAndroid"
|
website="https://github.com/ReactiveX/RxAndroid"
|
||||||
license="Apache 2.0"
|
license="Apache 2.0"
|
||||||
licenseText="LICENSE_APACHE-2.0.txt" />
|
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
|
<library
|
||||||
name="StackBlur"
|
name="StackBlur"
|
||||||
author="Enrique López Mañas"
|
author="Enrique López Mañas"
|
||||||
|
|
Loading…
Reference in New Issue