diff --git a/LICENSE b/LICENSE index e178d88..19ad94c 100644 --- a/LICENSE +++ b/LICENSE @@ -132,4 +132,31 @@ contract, or otherwise. Control can be direct or indirect. software under these terms. **Use** means anything you do with the software requiring one -of your licenses. \ No newline at end of file +of your licenses. + +# THIRD-PARTY NOTICES + +This software links to and uses the following third-party libraries. These libraries are provided under their own license terms. + +### 1. Apache License, Version 2.0 +The following components are licensed under the Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0). + +* **Kotlin Standard Libraries & Coroutines** (JetBrains s.r.o.) +* **Ktor Client & Server Framework** (JetBrains s.r.o.) +* **Compose Multiplatform Framework** (JetBrains s.r.o.) +* **AndroidX Libraries** (Activity, AppCompat, Core, Lifecycle, Navigation) +* **SQLDelight Runtime & Drivers** (Cash App / Square, Inc.) +* **Multiplatform Settings** (Russell Wolf) +* **Material Design Icons & Symbols** (Google LLC) +* **Multiplatform Markdown Renderer** (Mikepenz) +* **Jib Container Tool** (Google LLC) + +### 2. Eclipse Public License 2.0 (EPL-2.0) +The following components are licensed under the EPL-2.0 (https://www.eclipse.org/legal/epl-2.0/). + +* **JUnit 4** (junit.org) + +### 3. Logback (EPL-1.0 and LGPL 2.1) +The following component is dual-licensed under the Eclipse Public License v1.0 and the GNU Lesser General Public License v2.1. + +* **Logback Classic** (QOS.ch) diff --git a/composeApp/src/commonMain/composeResources/drawable/de.xml b/composeApp/src/commonMain/composeResources/drawable/de.xml index 689c490..6309002 100644 --- a/composeApp/src/commonMain/composeResources/drawable/de.xml +++ b/composeApp/src/commonMain/composeResources/drawable/de.xml @@ -1,15 +1,15 @@ - - - - + android:width="24dp" + android:height="14.4dp" + android:viewportWidth="5" + android:viewportHeight="3"> + + + + \ No newline at end of file diff --git a/composeApp/src/commonMain/composeResources/drawable/gb.xml b/composeApp/src/commonMain/composeResources/drawable/gb.xml index 02eae97..eeb2cb7 100644 --- a/composeApp/src/commonMain/composeResources/drawable/gb.xml +++ b/composeApp/src/commonMain/composeResources/drawable/gb.xml @@ -1,37 +1,25 @@ - - + android:fillColor="#00247D" + android:pathData="M0,0h60v30h-60z" /> - - - - + android:strokeColor="#FFFFFF" /> + android:fillColor="#CF142B" + android:pathData="M0,0 L30,15 M60,0 L30,15 M60,30 L30,15 M0,30 L30,15" + android:strokeWidth="2" + android:strokeColor="#CF142B" /> - + android:fillColor="#FFFFFF" + android:pathData="M25,0h10v30h-10z M0,10h60v10h-60z" /> +