summaryrefslogtreecommitdiff
path: root/app/src/main/assets/licenses.xml
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2019-11-09 00:57:44 +0100
committerByteHamster <info@bytehamster.com>2019-11-09 09:56:42 +0100
commitd9e122f6d2650eff818478fa40cb32074dce1daa (patch)
tree42af6ee9b7f776e22dca4ee62acf1ec181d4e824 /app/src/main/assets/licenses.xml
parentb401c5b64b52ed3917d33b3929f151b6aac7564e (diff)
downloadAntennaPod-d9e122f6d2650eff818478fa40cb32074dce1daa.zip
Added licenses screen
Diffstat (limited to 'app/src/main/assets/licenses.xml')
-rw-r--r--app/src/main/assets/licenses.xml111
1 files changed, 111 insertions, 0 deletions
diff --git a/app/src/main/assets/licenses.xml b/app/src/main/assets/licenses.xml
new file mode 100644
index 000000000..9fefb2e2c
--- /dev/null
+++ b/app/src/main/assets/licenses.xml
@@ -0,0 +1,111 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<libraries>
+ <library
+ name="AntennaPod"
+ author="The AntennaPod team"
+ website="https://github.com/AntennaPod/AntennaPod/"
+ license="MIT"
+ licenseText="LICENSE.txt" />
+ <library
+ name="AntennaPod-AudioPlayer"
+ author="The AntennaPod team"
+ website="https://github.com/AntennaPod/AntennaPod-AudioPlayer/"
+ license="Apache 2.0"
+ licenseText="LICENSE_APACHE-2.0.txt" />
+ <library
+ name="Apache Commons"
+ author="The Apache Software Foundation"
+ website="http://commons.apache.org/"
+ license="Apache 2.0"
+ licenseText="LICENSE_APACHE-2.0.txt" />
+ <library
+ name="EventBus"
+ author="greenrobot"
+ website="https://github.com/greenrobot/EventBus"
+ license="Apache 2.0"
+ licenseText="LICENSE_APACHE-2.0.txt" />
+ <library
+ name="ExoPlayer"
+ author="Google"
+ website="https://github.com/google/ExoPlayer"
+ license="Apache 2.0"
+ licenseText="LICENSE_APACHE-2.0.txt" />
+ <library
+ name="Floating Action Button Speed Dial"
+ author="Roberto Leinardi"
+ website="https://github.com/leinardi/FloatingActionButtonSpeedDial"
+ license="Apache 2.0"
+ licenseText="LICENSE_APACHE-2.0.txt" />
+ <library
+ name="Glide"
+ author="bumptech"
+ website="https://github.com/bumptech/glide/"
+ license="Simplified BSD"
+ licenseText="LICENSE_GLIDE.txt" />
+ <library
+ name="Iconify"
+ author="Joan Zapata"
+ website="https://github.com/JoanZapata/android-iconify"
+ license="Apache 2.0"
+ licenseText="LICENSE_ANDROID_ICONIFY.txt" />
+ <library
+ name="jsoup"
+ author="Jonathan Hedley"
+ website="http://jsoup.org/"
+ license="MIT"
+ licenseText="LICENSE_JSOUP.txt" />
+ <library
+ name="Material Design Icons"
+ author="Google"
+ website="https://github.com/google/material-design-icons"
+ license="Attribution-ShareAlike 4.0 International"
+ licenseText="LICENSE_MATERIAL_DESIGN_ICONS.txt" />
+ <library
+ name="Material Design Icons"
+ author="Templarian"
+ website="https://github.com/Templarian/MaterialDesign"
+ license="SIL Open Font, Version 1.1"
+ licenseText="LICENSE_SIL.txt" />
+ <library
+ name="OkHttp"
+ author="Square"
+ website="https://github.com/square/okhttp"
+ license="Apache 2.0"
+ licenseText="LICENSE_OKHTTP.txt" />
+ <library
+ name="Okio"
+ author="Square"
+ website="https://github.com/square/okio"
+ license="Apache 2.0"
+ licenseText="LICENSE_APACHE-2.0.txt" />
+ <library
+ name="Presto Client"
+ author="aocate"
+ website="http://www.aocate.com/presto/"
+ license="Apache 2.0"
+ licenseText="LICENSE_PRESTO.txt" />
+ <library
+ name="RecyclerView-FlexibleDivider"
+ author="yqritc"
+ website="https://github.com/yqritc/RecyclerView-FlexibleDivider"
+ 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="StackBlur"
+ author="Enrique López Mañas"
+ website="https://github.com/kikoso/android-stackblur"
+ license="Apache 2.0"
+ licenseText="LICENSE_APACHE-2.0.txt" />
+ <library
+ name="Triangle Label View"
+ author="Shota Saito"
+ website="https://github.com/shts/TriangleLabelView"
+ license="Apache 2.0"
+ licenseText="LICENSE_TRIANGLE_LABEL_VIEW.txt" />
+</libraries>