From bd39d1522529f9ed400cdc452286dc8c20fa612f Mon Sep 17 00:00:00 2001 From: harambasicluka <64483219+harambasicluka@users.noreply.github.com> Date: Wed, 7 Apr 2021 14:45:48 +0200 Subject: [PATCH] Closed some html tags in technical.html (DEV) (#2748) Co-authored-by: I502720 <axel.herbstreith@sap.com> Co-authored-by: Mohamed <mohamed.metwalli@sap.com> --- .../src/main/assets/technical.html | 56 ++++++++++++++----- 1 file changed, 43 insertions(+), 13 deletions(-) diff --git a/Corona-Warn-App/src/main/assets/technical.html b/Corona-Warn-App/src/main/assets/technical.html index ab77f6194..25a8b08df 100644 --- a/Corona-Warn-App/src/main/assets/technical.html +++ b/Corona-Warn-App/src/main/assets/technical.html @@ -6,74 +6,104 @@ to our attention by contacting us via this email: corona-warn-app.opensource@sap.com</p> <h2>Components:</h2> -<p>Component: android-database-sqlcipher<br/> +<p> + Component: android-database-sqlcipher<br/> Licensor: Zetetic LLC<br/> Website: https://www.zetetic.net/sqlcipher/<br/> License: BSD-style license -<p>Component: guava<br/> +</p> +<p> + Component: guava<br/> Licensor: Google<br/> Website: https://github.com/google/guava<br/> License: Apache 2.0 +</p> <p>Component: joda-time<br/> Licensor: Joda.org<br/> Website: https://www.joda.org/joda-time/<br/> License: Apache 2.0 -<p>Component: MockK<br/> +</p> +<p> + Component: MockK<br/> Licensor: github.com/mockk<br/> Website: https://github.com/mockk/mockk<br/> License: Apache 2.0 -<p>Component: Robolectric<br/> +</p> +<p> + Component: Robolectric<br/> Licensor: Xtreme Labs, Pivotal Labs and Google Inc.<br/> Website: https://robolectric.org/<br/> License: MIT -<p>Component: Zxing<br/> +</p> +<p> + Component: Zxing<br/> Licensor: zxing<br/> Website: https://github.com/zxing/zxing/<br/> License: Apache 2.0 -<p>Component: ZXing Android Embedded<br/> +</p> +<p> + Component: ZXing Android Embedded<br/> Licensor: ZXing authors, Journey Mobile<br/> Website: https://github.com/journeyapps/zxing-android-embedded<br/> License: Apache 2.0 -<p>Component: Detekt<br/> +</p> +<p> + Component: Detekt<br/> Licensor: detekt<br/> Website: https://detekt.github.io/detekt/<br/> License: Apache 2.0 -<p>Component: gson<br/> +</p> +<p> + Component: gson<br/> Licensor: Google<br/> Website: https://github.com/google/gson<br/> License: Apache 2.0 +</p> <p>Component: okhttp<br/> Licensor: square<br/> Website: https://square.github.io/okhttp/<br/> License: Apache 2.0 +</p> <p>Component: kotlinx.coroutines<br/> Licensor: Kotlin<br/> Website: https://github.com/Kotlin/kotlinx.coroutines<br/> License: Apache 2.0 +</p> <p>Component: Ktlint Gradle<br/> Licensor: Jonathan Leitschuh<br/> Website: https://github.com/JLLeitschuh/ktlint-gradle<br/> License: MIT -<p>Component: Retrofit<br/> +</p> +<p> + Component: Retrofit<br/> Licensor: square<br/> Website: https://square.github.io/retrofit/<br/> License: Apache 2.0 -<p>Component: Protobuf gradle plugin<br/> +</p> +<p> + Component: Protobuf gradle plugin<br/> Licensor: Google<br/> Website: https://github.com/google/protobuf-gradle-plugin<br/> License: BSD 3-Clause -<p>Component: Dagger<br/> +</p> +<p> + Component: Dagger<br/> Licensor: Google<br/> Website: https://github.com/google/dagger<br/> License: Apache 2.0 -<p>Component: Conscrypt<br/> +</p> +<p> + Component: Conscrypt<br/> Licensor: Conscrypt<br/> Website: https://github.com/google/conscrypt<br/> License: Apache 2.0 -<p>Component: Lottie<br/> +</p> +<p> + Component: Lottie<br/> Licensor: Airbnb, Inc.<br/> Website: https://github.com/airbnb/lottie-android<br/> License: Apache 2.0 +</p> <hr/> <p>Copyright (c) 2008-2020 Zetetic LLC All rights reserved.</p> -- GitLab