update license
This commit is contained in:
@@ -133,3 +133,30 @@ software under these terms.
|
||||
|
||||
**Use** means anything you do with the software requiring one
|
||||
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)
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="1000dp"
|
||||
android:height="600dp"
|
||||
android:width="24dp"
|
||||
android:height="14.4dp"
|
||||
android:viewportWidth="5"
|
||||
android:viewportHeight="3">
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M0,0h5v3H0z"/>
|
||||
android:fillColor="#000000"
|
||||
android:pathData="M0,0h5v1h-5z"/>
|
||||
<path
|
||||
android:pathData="M0,1h5v2H0z"
|
||||
android:fillColor="#D00"/>
|
||||
android:fillColor="#FF0000"
|
||||
android:pathData="M0,1h5v1h-5z"/>
|
||||
<path
|
||||
android:pathData="M0,2h5v1H0z"
|
||||
android:fillColor="#FFCE00"/>
|
||||
android:fillColor="#FFCE00"
|
||||
android:pathData="M0,2h5v1h-5z"/>
|
||||
</vector>
|
||||
@@ -1,37 +1,25 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="1200dp"
|
||||
android:height="600dp"
|
||||
android:width="24dp"
|
||||
android:height="12dp"
|
||||
android:viewportWidth="60"
|
||||
android:viewportHeight="30">
|
||||
<group>
|
||||
<clip-path
|
||||
android:pathData="M0,0v30h60V0z"/>
|
||||
<path
|
||||
android:pathData="M0,0v30h60V0z"
|
||||
android:fillColor="#012169"/>
|
||||
android:fillColor="#00247D"
|
||||
android:pathData="M0,0h60v30h-60z" />
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="m0,0 l60,30m0,-30L0,30"
|
||||
android:fillColor="#FFFFFF"
|
||||
android:pathData="M0,0 L60,30 M60,0 L0,30"
|
||||
android:strokeWidth="6"
|
||||
android:strokeColor="#fff"/>
|
||||
<group>
|
||||
<clip-path
|
||||
android:pathData="M30,15h30v15zv15H0zH0V0zV0h30z"/>
|
||||
android:strokeColor="#FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="m0,0 l60,30m0,-30L0,30"
|
||||
android:strokeWidth="4"
|
||||
android:strokeColor="#C8102E"/>
|
||||
</group>
|
||||
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" />
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M30,0v30M0,15h60"
|
||||
android:strokeWidth="10"
|
||||
android:strokeColor="#fff"/>
|
||||
android:fillColor="#FFFFFF"
|
||||
android:pathData="M25,0h10v30h-10z M0,10h60v10h-60z" />
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M30,0v30M0,15h60"
|
||||
android:strokeWidth="6"
|
||||
android:strokeColor="#C8102E"/>
|
||||
</group>
|
||||
android:fillColor="#CF142B"
|
||||
android:pathData="M27,0h6v30h-6z M0,12h60v6h-60z" />
|
||||
</vector>
|
||||
|
||||
Reference in New Issue
Block a user