|
| 1 | +Dune - Jellyfin Android TV Client |
| 2 | +Copyright (C) 2023-2025 Sam42a |
| 3 | + |
| 4 | +This is a fork of Jellyfin for Android TV, which is free and open source software |
| 5 | +distributed under the terms of the GNU General Public License v2.0 (GPL-2.0). |
| 6 | + |
| 7 | +--- |
| 8 | + |
| 9 | +Original Jellyfin Android TV: |
| 10 | +Copyright (C) 2017-2025 Jellyfin Contributors |
| 11 | + |
| 12 | +This product includes software developed by the Jellyfin Project (https://jellyfin.org/). |
| 13 | +Original source code and NOTICE file available at: |
| 14 | +https://github.com/jellyfin/jellyfin-androidtv |
| 15 | + |
| 16 | +--- |
| 17 | + |
| 18 | +This program is free software: you can redistribute it and/or modify |
| 19 | +it under the terms of the GNU General Public License as published by |
| 20 | +the Free Software Foundation, either version 2 of the License, or |
| 21 | +(at your option) any later version. |
| 22 | + |
| 23 | +This program is distributed in the hope that it will be useful, |
| 24 | +but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 25 | +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 26 | +GNU General Public License for more details. |
| 27 | + |
| 28 | +You should have received a copy of the GNU General Public License |
| 29 | +along with this program. If not, see <https://www.gnu.org/licenses/>. |
| 30 | + |
| 31 | +--- |
| 32 | + |
| 33 | +Third-party libraries used in this project: |
| 34 | + |
| 35 | +- Jellyfin SDK (GPL-2.0) |
| 36 | + https://github.com/jellyfin/sdk-kotlin |
| 37 | + |
| 38 | +- AndroidX Libraries (Apache-2.0) |
| 39 | + https://developer.android.com/jetpack/androidx |
| 40 | + |
| 41 | +- Kotlin Coroutines (Apache-2.0) |
| 42 | + https://github.com/Kotlin/kotlinx.coroutines |
| 43 | + |
| 44 | +- Koin (Apache-2.0) |
| 45 | + https://insert-koin.io/ |
| 46 | + |
| 47 | +- Coil (Apache-2.0) |
| 48 | + https://coil-kt.github.io/coil/ |
| 49 | + |
| 50 | +- Markwon (Apache-2.0) |
| 51 | + https://github.com/noties/Markwon |
| 52 | + |
| 53 | +- Timber (Apache-2.0) |
| 54 | + https://github.com/JakeWharton/timber |
| 55 | + |
| 56 | +- ACRA (Apache-2.0) |
| 57 | + https://github.com/ACRA/acra |
| 58 | + |
| 59 | +- Kotest (Apache-2.0) |
| 60 | + https://kotest.io/ |
| 61 | + |
| 62 | +- MockK (Apache-2.0) |
| 63 | + https://mockk.io/ |
| 64 | + |
| 65 | +- ExoPlayer (Apache-2.0) |
| 66 | + https://exoplayer.dev/ |
| 67 | + |
| 68 | +Full license texts are available in the respective library source code and in the |
| 69 | +app/src/main/assets/licenses directory. |
0 commit comments