summaryrefslogtreecommitdiff
path: root/app/src/main
diff options
context:
space:
mode:
authorTacoTheDank <SkytkRSfan3895@gmail.com>2022-05-15 15:01:49 -0400
committerTacoTheDank <SkytkRSfan3895@gmail.com>2022-05-15 15:01:49 -0400
commit0fbc6992a1947436943e46bbe021311f41290bec (patch)
tree2f83b10d34cea95d36cb4ae696ea5278fc44f1f7 /app/src/main
parent69282e0648b064de63f4e8649319dea48dd9e737 (diff)
downloadAntennaPod-0fbc6992a1947436943e46bbe021311f41290bec.zip
Add missing libraries to license assets
Diffstat (limited to 'app/src/main')
-rw-r--r--app/src/main/assets/LICENSE_SEARCHPREFERENCE.txt21
-rw-r--r--app/src/main/assets/licenses.xml54
2 files changed, 69 insertions, 6 deletions
diff --git a/app/src/main/assets/LICENSE_SEARCHPREFERENCE.txt b/app/src/main/assets/LICENSE_SEARCHPREFERENCE.txt
new file mode 100644
index 000000000..2e1603517
--- /dev/null
+++ b/app/src/main/assets/LICENSE_SEARCHPREFERENCE.txt
@@ -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.
diff --git a/app/src/main/assets/licenses.xml b/app/src/main/assets/licenses.xml
index 7f4b63bdd..f458da2aa 100644
--- a/app/src/main/assets/licenses.xml
+++ b/app/src/main/assets/licenses.xml
@@ -25,6 +25,18 @@
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"
website="https://github.com/greenrobot/EventBus"
@@ -43,6 +55,12 @@
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"
website="https://github.com/bumptech/glide"
@@ -61,6 +79,18 @@
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"
website="https://github.com/google/material-design-icons"
@@ -73,12 +103,6 @@
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"
website="https://github.com/square/okhttp"
@@ -91,12 +115,30 @@
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"
website="https://github.com/kikoso/android-stackblur"