summaryrefslogtreecommitdiff
path: root/app/src/main/assets/licenses.xml
blob: e6745e4f5ef3a2d4f1314d1ce6aca7a11f80b8cd (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
118
119
120
121
122
123
<?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="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="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"
        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="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"
        license="Simplified BSD"
        licenseText="LICENSE_GLIDE.txt" />
    <library
        name="jsoup"
        author="Jonathan Hedley"
        website="https://jsoup.org/"
        license="MIT"
        licenseText="LICENSE_JSOUP.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"
        license="Apache 2.0"
        licenseText="LICENSE_APACHE-2.0.txt" />
    <library
        name="Material Design Icons"
        author="Templarian"
        website="https://github.com/Templarian/MaterialDesign"
        license="Pictogrammers Free License"
        licenseText="LICENSE_PICTOGRAMMERS.txt" />
    <library
        name="OkHttp"
        author="Square"
        website="https://github.com/square/okhttp"
        license="Apache 2.0"
        licenseText="LICENSE_OKHTTP.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"
        license="Apache 2.0"
        licenseText="LICENSE_APACHE-2.0.txt" />
</libraries>