summaryrefslogtreecommitdiff
path: root/app/src/main/assets/licenses.xml
blob: b6e12cf541517c8ad6bab99721bff8bd93f0dfe7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<?xml version="1.0" encoding="UTF-8"?>
<libraries>
    <library
        name="AntennaPod"
        author="The AntennaPod team"
        website="https://github.com/AntennaPod/AntennaPod/"
        license="GPL-3.0"
        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="Android Jetpack"
        author="Google"
        website="https://developer.android.com/jetpack"
        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="Material Components"
        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"
        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="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>