45 lines
2.0 KiB
Markdown
45 lines
2.0 KiB
Markdown
# NOTICE — GPS2Audio
|
||
|
||
GPS2Audio
|
||
Copyright 2024–2026 Marcel Mayer (NesoHub).
|
||
|
||
This product is licensed under the **Apache License, Version 2.0**
|
||
("Apache 2.0") with the addition of the **Commons Clause License
|
||
Condition v1.0**.
|
||
|
||
You may obtain a copy of Apache 2.0 at:
|
||
https://www.apache.org/licenses/LICENSE-2.0
|
||
|
||
The Commons Clause restricts the right to **Sell** the software
|
||
or to provide it as a commercial / hosted service. See `LICENSE`
|
||
and `TERMS.md` (German user-facing version) for the binding
|
||
project-internal interpretation, including the list of restricted
|
||
commercial use cases (paid tours, SaaS, B2B integration, etc.).
|
||
|
||
## Third-party components
|
||
|
||
The Android application ships with the following third-party
|
||
components, used under their respective licenses. Their licenses
|
||
are **not** overridden by the Commons Clause and apply to those
|
||
components only.
|
||
|
||
| Component | License | Notes |
|
||
| --- | --- | --- |
|
||
| AndroidX / Jetpack libraries (core, lifecycle, activity, navigation, datastore, splashscreen) | Apache 2.0 | © The Android Open Source Project |
|
||
| Jetpack Compose, Material3, Material Icons Extended | Apache 2.0 | © The Android Open Source Project |
|
||
| Kotlin standard library & coroutines | Apache 2.0 | © JetBrains s.r.o. |
|
||
| Google Play services Location | Custom Google license | © Google LLC |
|
||
| AndroidX Media3 / ExoPlayer | Apache 2.0 | © The Android Open Source Project |
|
||
| osmdroid | Apache 2.0 | © osmdroid contributors |
|
||
| MapLibre Native Android SDK | BSD-2-Clause | © MapLibre contributors |
|
||
| Gson | Apache 2.0 | © Google LLC |
|
||
| OpenStreetMap raster tiles | © OpenStreetMap contributors, ODbL | Map data and tiles served by OSM and compatible providers |
|
||
|
||
See `THIRD_PARTY_NOTICES.md` for the canonical, longer list and
|
||
attribution requirements. New third-party additions MUST be added
|
||
both there and here, and the in-app About screen MUST keep its
|
||
Apache 2.0 + Commons Clause notice intact.
|
||
|
||
This NOTICE file itself is provided as required by Section 4(d) of
|
||
the Apache License 2.0.
|