diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 3820a95..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,45 +0,0 @@
-# Miscellaneous
-*.class
-*.log
-*.pyc
-*.swp
-.DS_Store
-.atom/
-.build/
-.buildlog/
-.history
-.svn/
-.swiftpm/
-migrate_working_dir/
-
-# IntelliJ related
-*.iml
-*.ipr
-*.iws
-.idea/
-
-# The .vscode folder contains launch configuration and tasks you configure in
-# VS Code which you may wish to be included in version control, so this line
-# is commented out by default.
-#.vscode/
-
-# Flutter/Dart/Pub related
-**/doc/api/
-**/ios/Flutter/.last_build_id
-.dart_tool/
-.flutter-plugins-dependencies
-.pub-cache/
-.pub/
-/build/
-/coverage/
-
-# Symbolication related
-app.*.symbols
-
-# Obfuscation related
-app.*.map.json
-
-# Android Studio will place build artifacts here
-/android/app/debug
-/android/app/profile
-/android/app/release
diff --git a/Android/flutter_app/.metadata b/Android/flutter_app/.metadata
deleted file mode 100644
index b5527e1..0000000
--- a/Android/flutter_app/.metadata
+++ /dev/null
@@ -1,45 +0,0 @@
-# This file tracks properties of this Flutter project.
-# Used by Flutter tool to assess capabilities and perform upgrades etc.
-#
-# This file should be version controlled and should not be manually edited.
-
-version:
- revision: "66dd93f9a27ffe2a9bfc8297506ce066ff51265f"
- channel: "stable"
-
-project_type: app
-
-# Tracks metadata for the flutter migrate command
-migration:
- platforms:
- - platform: root
- create_revision: 66dd93f9a27ffe2a9bfc8297506ce066ff51265f
- base_revision: 66dd93f9a27ffe2a9bfc8297506ce066ff51265f
- - platform: android
- create_revision: 66dd93f9a27ffe2a9bfc8297506ce066ff51265f
- base_revision: 66dd93f9a27ffe2a9bfc8297506ce066ff51265f
- - platform: ios
- create_revision: 66dd93f9a27ffe2a9bfc8297506ce066ff51265f
- base_revision: 66dd93f9a27ffe2a9bfc8297506ce066ff51265f
- - platform: linux
- create_revision: 66dd93f9a27ffe2a9bfc8297506ce066ff51265f
- base_revision: 66dd93f9a27ffe2a9bfc8297506ce066ff51265f
- - platform: macos
- create_revision: 66dd93f9a27ffe2a9bfc8297506ce066ff51265f
- base_revision: 66dd93f9a27ffe2a9bfc8297506ce066ff51265f
- - platform: web
- create_revision: 66dd93f9a27ffe2a9bfc8297506ce066ff51265f
- base_revision: 66dd93f9a27ffe2a9bfc8297506ce066ff51265f
- - platform: windows
- create_revision: 66dd93f9a27ffe2a9bfc8297506ce066ff51265f
- base_revision: 66dd93f9a27ffe2a9bfc8297506ce066ff51265f
-
- # User provided section
-
- # List of Local paths (relative to this file) that should be
- # ignored by the migrate tool.
- #
- # Files that are not part of the templates will be ignored by default.
- unmanaged_files:
- - 'lib/main.dart'
- - 'ios/Runner.xcodeproj/project.pbxproj'
diff --git a/Android/flutter_app/README.md b/Android/flutter_app/README.md
deleted file mode 100644
index 74c007b..0000000
--- a/Android/flutter_app/README.md
+++ /dev/null
@@ -1,16 +0,0 @@
-# s_gizi
-
-A new Flutter project.
-
-## Getting Started
-
-This project is a starting point for a Flutter application.
-
-A few resources to get you started if this is your first Flutter project:
-
-- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
-- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)
-
-For help getting started with Flutter development, view the
-[online documentation](https://docs.flutter.dev/), which offers tutorials,
-samples, guidance on mobile development, and a full API reference.
diff --git a/Android/flutter_app/Untitled b/Android/flutter_app/Untitled
deleted file mode 100644
index 999d9a5..0000000
--- a/Android/flutter_app/Untitled
+++ /dev/null
@@ -1 +0,0 @@
-font_awesome
\ No newline at end of file
diff --git a/Android/flutter_app/analysis_options.yaml b/Android/flutter_app/analysis_options.yaml
deleted file mode 100644
index 0d29021..0000000
--- a/Android/flutter_app/analysis_options.yaml
+++ /dev/null
@@ -1,28 +0,0 @@
-# This file configures the analyzer, which statically analyzes Dart code to
-# check for errors, warnings, and lints.
-#
-# The issues identified by the analyzer are surfaced in the UI of Dart-enabled
-# IDEs (https://dart.dev/tools#ides-and-editors). The analyzer can also be
-# invoked from the command line by running `flutter analyze`.
-
-# The following line activates a set of recommended lints for Flutter apps,
-# packages, and plugins designed to encourage good coding practices.
-include: package:flutter_lints/flutter.yaml
-
-linter:
- # The lint rules applied to this project can be customized in the
- # section below to disable rules from the `package:flutter_lints/flutter.yaml`
- # included above or to enable additional rules. A list of all available lints
- # and their documentation is published at https://dart.dev/lints.
- #
- # Instead of disabling a lint rule for the entire project in the
- # section below, it can also be suppressed for a single line of code
- # or a specific dart file by using the `// ignore: name_of_lint` and
- # `// ignore_for_file: name_of_lint` syntax on the line or in the file
- # producing the lint.
- rules:
- # avoid_print: false # Uncomment to disable the `avoid_print` rule
- # prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule
-
-# Additional information about this file can be found at
-# https://dart.dev/guides/language/analysis-options
diff --git a/Android/flutter_app/android/.gitignore b/Android/flutter_app/android/.gitignore
deleted file mode 100644
index be3943c..0000000
--- a/Android/flutter_app/android/.gitignore
+++ /dev/null
@@ -1,14 +0,0 @@
-gradle-wrapper.jar
-/.gradle
-/captures/
-/gradlew
-/gradlew.bat
-/local.properties
-GeneratedPluginRegistrant.java
-.cxx/
-
-# Remember to never publicly share your keystore.
-# See https://flutter.dev/to/reference-keystore
-key.properties
-**/*.keystore
-**/*.jks
diff --git a/Android/flutter_app/android/app/build.gradle.kts b/Android/flutter_app/android/app/build.gradle.kts
deleted file mode 100644
index 3b4f43a..0000000
--- a/Android/flutter_app/android/app/build.gradle.kts
+++ /dev/null
@@ -1,44 +0,0 @@
-plugins {
- id("com.android.application")
- id("kotlin-android")
- // The Flutter Gradle Plugin must be applied after the Android and Kotlin Gradle plugins.
- id("dev.flutter.flutter-gradle-plugin")
-}
-
-android {
- namespace = "com.example.s_gizi"
- compileSdk = flutter.compileSdkVersion
- ndkVersion = flutter.ndkVersion
-
- compileOptions {
- sourceCompatibility = JavaVersion.VERSION_17
- targetCompatibility = JavaVersion.VERSION_17
- }
-
- kotlinOptions {
- jvmTarget = JavaVersion.VERSION_17.toString()
- }
-
- defaultConfig {
- // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
- applicationId = "com.example.s_gizi"
- // You can update the following values to match your application needs.
- // For more information, see: https://flutter.dev/to/review-gradle-config.
- minSdk = flutter.minSdkVersion
- targetSdk = flutter.targetSdkVersion
- versionCode = flutter.versionCode
- versionName = flutter.versionName
- }
-
- buildTypes {
- release {
- // TODO: Add your own signing config for the release build.
- // Signing with the debug keys for now, so `flutter run --release` works.
- signingConfig = signingConfigs.getByName("debug")
- }
- }
-}
-
-flutter {
- source = "../.."
-}
diff --git a/Android/flutter_app/android/app/src/debug/AndroidManifest.xml b/Android/flutter_app/android/app/src/debug/AndroidManifest.xml
deleted file mode 100644
index 399f698..0000000
--- a/Android/flutter_app/android/app/src/debug/AndroidManifest.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
diff --git a/Android/flutter_app/android/app/src/main/AndroidManifest.xml b/Android/flutter_app/android/app/src/main/AndroidManifest.xml
deleted file mode 100644
index 0f180fa..0000000
--- a/Android/flutter_app/android/app/src/main/AndroidManifest.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/Android/flutter_app/android/app/src/main/kotlin/com/example/s_gizi/MainActivity.kt b/Android/flutter_app/android/app/src/main/kotlin/com/example/s_gizi/MainActivity.kt
deleted file mode 100644
index deed573..0000000
--- a/Android/flutter_app/android/app/src/main/kotlin/com/example/s_gizi/MainActivity.kt
+++ /dev/null
@@ -1,5 +0,0 @@
-package com.example.s_gizi
-
-import io.flutter.embedding.android.FlutterActivity
-
-class MainActivity : FlutterActivity()
diff --git a/Android/flutter_app/android/app/src/main/res/drawable-v21/launch_background.xml b/Android/flutter_app/android/app/src/main/res/drawable-v21/launch_background.xml
deleted file mode 100644
index f74085f..0000000
--- a/Android/flutter_app/android/app/src/main/res/drawable-v21/launch_background.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/Android/flutter_app/android/app/src/main/res/drawable/launch_background.xml b/Android/flutter_app/android/app/src/main/res/drawable/launch_background.xml
deleted file mode 100644
index 304732f..0000000
--- a/Android/flutter_app/android/app/src/main/res/drawable/launch_background.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/Android/flutter_app/android/app/src/main/res/mipmap-hdpi/ic_launcher.png b/Android/flutter_app/android/app/src/main/res/mipmap-hdpi/ic_launcher.png
deleted file mode 100644
index db77bb4..0000000
Binary files a/Android/flutter_app/android/app/src/main/res/mipmap-hdpi/ic_launcher.png and /dev/null differ
diff --git a/Android/flutter_app/android/app/src/main/res/mipmap-mdpi/ic_launcher.png b/Android/flutter_app/android/app/src/main/res/mipmap-mdpi/ic_launcher.png
deleted file mode 100644
index 17987b7..0000000
Binary files a/Android/flutter_app/android/app/src/main/res/mipmap-mdpi/ic_launcher.png and /dev/null differ
diff --git a/Android/flutter_app/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/Android/flutter_app/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
deleted file mode 100644
index 09d4391..0000000
Binary files a/Android/flutter_app/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png and /dev/null differ
diff --git a/Android/flutter_app/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/Android/flutter_app/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
deleted file mode 100644
index d5f1c8d..0000000
Binary files a/Android/flutter_app/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png and /dev/null differ
diff --git a/Android/flutter_app/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/Android/flutter_app/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
deleted file mode 100644
index 4d6372e..0000000
Binary files a/Android/flutter_app/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png and /dev/null differ
diff --git a/Android/flutter_app/android/app/src/main/res/values-night/styles.xml b/Android/flutter_app/android/app/src/main/res/values-night/styles.xml
deleted file mode 100644
index 06952be..0000000
--- a/Android/flutter_app/android/app/src/main/res/values-night/styles.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
-
-
diff --git a/Android/flutter_app/android/app/src/main/res/values/styles.xml b/Android/flutter_app/android/app/src/main/res/values/styles.xml
deleted file mode 100644
index cb1ef88..0000000
--- a/Android/flutter_app/android/app/src/main/res/values/styles.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
-
-
diff --git a/Android/flutter_app/android/app/src/profile/AndroidManifest.xml b/Android/flutter_app/android/app/src/profile/AndroidManifest.xml
deleted file mode 100644
index 399f698..0000000
--- a/Android/flutter_app/android/app/src/profile/AndroidManifest.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
diff --git a/Android/flutter_app/android/build.gradle.kts b/Android/flutter_app/android/build.gradle.kts
deleted file mode 100644
index dbee657..0000000
--- a/Android/flutter_app/android/build.gradle.kts
+++ /dev/null
@@ -1,24 +0,0 @@
-allprojects {
- repositories {
- google()
- mavenCentral()
- }
-}
-
-val newBuildDir: Directory =
- rootProject.layout.buildDirectory
- .dir("../../build")
- .get()
-rootProject.layout.buildDirectory.value(newBuildDir)
-
-subprojects {
- val newSubprojectBuildDir: Directory = newBuildDir.dir(project.name)
- project.layout.buildDirectory.value(newSubprojectBuildDir)
-}
-subprojects {
- project.evaluationDependsOn(":app")
-}
-
-tasks.register("clean") {
- delete(rootProject.layout.buildDirectory)
-}
diff --git a/Android/flutter_app/android/gradle.properties b/Android/flutter_app/android/gradle.properties
deleted file mode 100644
index fbee1d8..0000000
--- a/Android/flutter_app/android/gradle.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-org.gradle.jvmargs=-Xmx8G -XX:MaxMetaspaceSize=4G -XX:ReservedCodeCacheSize=512m -XX:+HeapDumpOnOutOfMemoryError
-android.useAndroidX=true
diff --git a/Android/flutter_app/android/gradle/wrapper/gradle-wrapper.properties b/Android/flutter_app/android/gradle/wrapper/gradle-wrapper.properties
deleted file mode 100644
index e4ef43f..0000000
--- a/Android/flutter_app/android/gradle/wrapper/gradle-wrapper.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-distributionBase=GRADLE_USER_HOME
-distributionPath=wrapper/dists
-zipStoreBase=GRADLE_USER_HOME
-zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-all.zip
diff --git a/Android/flutter_app/android/settings.gradle.kts b/Android/flutter_app/android/settings.gradle.kts
deleted file mode 100644
index ca7fe06..0000000
--- a/Android/flutter_app/android/settings.gradle.kts
+++ /dev/null
@@ -1,26 +0,0 @@
-pluginManagement {
- val flutterSdkPath =
- run {
- val properties = java.util.Properties()
- file("local.properties").inputStream().use { properties.load(it) }
- val flutterSdkPath = properties.getProperty("flutter.sdk")
- require(flutterSdkPath != null) { "flutter.sdk not set in local.properties" }
- flutterSdkPath
- }
-
- includeBuild("$flutterSdkPath/packages/flutter_tools/gradle")
-
- repositories {
- google()
- mavenCentral()
- gradlePluginPortal()
- }
-}
-
-plugins {
- id("dev.flutter.flutter-plugin-loader") version "1.0.0"
- id("com.android.application") version "8.11.1" apply false
- id("org.jetbrains.kotlin.android") version "2.2.20" apply false
-}
-
-include(":app")
diff --git a/Android/flutter_app/assets/data/lms_who_final.json b/Android/flutter_app/assets/data/lms_who_final.json
deleted file mode 100644
index 54e77da..0000000
--- a/Android/flutter_app/assets/data/lms_who_final.json
+++ /dev/null
@@ -1,3662 +0,0 @@
-{
- "male": {
- "wfa": {
- "0": {
- "L": 0.3487,
- "M": 3.3464,
- "S": 0.14602
- },
- "1": {
- "L": 0.2297,
- "M": 4.4709,
- "S": 0.13395
- },
- "2": {
- "L": 0.197,
- "M": 5.5675,
- "S": 0.12385
- },
- "3": {
- "L": 0.1738,
- "M": 6.3762,
- "S": 0.11727
- },
- "4": {
- "L": 0.1553,
- "M": 7.0023,
- "S": 0.11316
- },
- "5": {
- "L": 0.1395,
- "M": 7.5105,
- "S": 0.1108
- },
- "6": {
- "L": 0.1257,
- "M": 7.934,
- "S": 0.10958
- },
- "7": {
- "L": 0.1134,
- "M": 8.297,
- "S": 0.10902
- },
- "8": {
- "L": 0.1021,
- "M": 8.6151,
- "S": 0.10882
- },
- "9": {
- "L": 0.0917,
- "M": 8.9014,
- "S": 0.10881
- },
- "10": {
- "L": 0.082,
- "M": 9.1649,
- "S": 0.10891
- },
- "11": {
- "L": 0.073,
- "M": 9.4122,
- "S": 0.10906
- },
- "12": {
- "L": 0.0644,
- "M": 9.6479,
- "S": 0.10925
- },
- "13": {
- "L": 0.0563,
- "M": 9.8749,
- "S": 0.10949
- },
- "14": {
- "L": 0.0487,
- "M": 10.0953,
- "S": 0.10976
- },
- "15": {
- "L": 0.0413,
- "M": 10.3108,
- "S": 0.11007
- },
- "16": {
- "L": 0.0343,
- "M": 10.5228,
- "S": 0.11041
- },
- "17": {
- "L": 0.0275,
- "M": 10.7319,
- "S": 0.11079
- },
- "18": {
- "L": 0.0211,
- "M": 10.9385,
- "S": 0.11119
- },
- "19": {
- "L": 0.0148,
- "M": 11.143,
- "S": 0.11164
- },
- "20": {
- "L": 0.0087,
- "M": 11.3462,
- "S": 0.11211
- },
- "21": {
- "L": 0.0029,
- "M": 11.5486,
- "S": 0.11261
- },
- "22": {
- "L": -0.0028,
- "M": 11.7504,
- "S": 0.11314
- },
- "23": {
- "L": -0.0083,
- "M": 11.9514,
- "S": 0.11369
- },
- "24": {
- "L": -0.0137,
- "M": 12.1515,
- "S": 0.11426
- },
- "25": {
- "L": -0.0189,
- "M": 12.3502,
- "S": 0.11485
- },
- "26": {
- "L": -0.024,
- "M": 12.5466,
- "S": 0.11544
- },
- "27": {
- "L": -0.0289,
- "M": 12.7401,
- "S": 0.11604
- },
- "28": {
- "L": -0.0337,
- "M": 12.9303,
- "S": 0.11664
- },
- "29": {
- "L": -0.0385,
- "M": 13.1169,
- "S": 0.11723
- },
- "30": {
- "L": -0.0431,
- "M": 13.3,
- "S": 0.11781
- },
- "31": {
- "L": -0.0476,
- "M": 13.4798,
- "S": 0.11839
- },
- "32": {
- "L": -0.052,
- "M": 13.6567,
- "S": 0.11896
- },
- "33": {
- "L": -0.0564,
- "M": 13.8309,
- "S": 0.11953
- },
- "34": {
- "L": -0.0606,
- "M": 14.0031,
- "S": 0.12008
- },
- "35": {
- "L": -0.0648,
- "M": 14.1736,
- "S": 0.12062
- },
- "36": {
- "L": -0.0689,
- "M": 14.3429,
- "S": 0.12116
- },
- "37": {
- "L": -0.0729,
- "M": 14.5113,
- "S": 0.12168
- },
- "38": {
- "L": -0.0769,
- "M": 14.6791,
- "S": 0.1222
- },
- "39": {
- "L": -0.0808,
- "M": 14.8466,
- "S": 0.12271
- },
- "40": {
- "L": -0.0846,
- "M": 15.014,
- "S": 0.12322
- },
- "41": {
- "L": -0.0883,
- "M": 15.1813,
- "S": 0.12373
- },
- "42": {
- "L": -0.092,
- "M": 15.3486,
- "S": 0.12425
- },
- "43": {
- "L": -0.0957,
- "M": 15.5158,
- "S": 0.12478
- },
- "44": {
- "L": -0.0993,
- "M": 15.6828,
- "S": 0.12531
- },
- "45": {
- "L": -0.1028,
- "M": 15.8497,
- "S": 0.12586
- },
- "46": {
- "L": -0.1063,
- "M": 16.0163,
- "S": 0.12643
- },
- "47": {
- "L": -0.1097,
- "M": 16.1827,
- "S": 0.127
- },
- "48": {
- "L": -0.1131,
- "M": 16.3489,
- "S": 0.12759
- },
- "49": {
- "L": -0.1165,
- "M": 16.515,
- "S": 0.12819
- },
- "50": {
- "L": -0.1198,
- "M": 16.6811,
- "S": 0.1288
- },
- "51": {
- "L": -0.123,
- "M": 16.8471,
- "S": 0.12943
- },
- "52": {
- "L": -0.1262,
- "M": 17.0132,
- "S": 0.13005
- },
- "53": {
- "L": -0.1294,
- "M": 17.1792,
- "S": 0.13069
- },
- "54": {
- "L": -0.1325,
- "M": 17.3452,
- "S": 0.13133
- },
- "55": {
- "L": -0.1356,
- "M": 17.5111,
- "S": 0.13197
- },
- "56": {
- "L": -0.1387,
- "M": 17.6768,
- "S": 0.13261
- },
- "57": {
- "L": -0.1417,
- "M": 17.8422,
- "S": 0.13325
- },
- "58": {
- "L": -0.1447,
- "M": 18.0073,
- "S": 0.13389
- },
- "59": {
- "L": -0.1477,
- "M": 18.1722,
- "S": 0.13453
- },
- "60": {
- "L": -0.1506,
- "M": 18.3366,
- "S": 0.13517
- }
- },
- "hfa": {
- "0": {
- "L": 1.0,
- "M": 49.8842,
- "S": 0.03795
- },
- "1": {
- "L": 1.0,
- "M": 54.7244,
- "S": 0.03557
- },
- "2": {
- "L": 1.0,
- "M": 58.4249,
- "S": 0.03424
- },
- "3": {
- "L": 1.0,
- "M": 61.4292,
- "S": 0.03328
- },
- "4": {
- "L": 1.0,
- "M": 63.886,
- "S": 0.03257
- },
- "5": {
- "L": 1.0,
- "M": 65.9026,
- "S": 0.03204
- },
- "6": {
- "L": 1.0,
- "M": 67.6236,
- "S": 0.03165
- },
- "7": {
- "L": 1.0,
- "M": 69.1645,
- "S": 0.03139
- },
- "8": {
- "L": 1.0,
- "M": 70.5994,
- "S": 0.03124
- },
- "9": {
- "L": 1.0,
- "M": 71.9687,
- "S": 0.03117
- },
- "10": {
- "L": 1.0,
- "M": 73.2812,
- "S": 0.03118
- },
- "11": {
- "L": 1.0,
- "M": 74.5388,
- "S": 0.03125
- },
- "12": {
- "L": 1.0,
- "M": 75.7488,
- "S": 0.03137
- },
- "13": {
- "L": 1.0,
- "M": 76.9186,
- "S": 0.03154
- },
- "14": {
- "L": 1.0,
- "M": 78.0497,
- "S": 0.03174
- },
- "15": {
- "L": 1.0,
- "M": 79.1458,
- "S": 0.03197
- },
- "16": {
- "L": 1.0,
- "M": 80.2113,
- "S": 0.03222
- },
- "17": {
- "L": 1.0,
- "M": 81.2487,
- "S": 0.0325
- },
- "18": {
- "L": 1.0,
- "M": 82.2587,
- "S": 0.03279
- },
- "19": {
- "L": 1.0,
- "M": 83.2418,
- "S": 0.0331
- },
- "20": {
- "L": 1.0,
- "M": 84.1996,
- "S": 0.03342
- },
- "21": {
- "L": 1.0,
- "M": 85.1348,
- "S": 0.03376
- },
- "22": {
- "L": 1.0,
- "M": 86.0477,
- "S": 0.0341
- },
- "23": {
- "L": 1.0,
- "M": 86.941,
- "S": 0.03445
- },
- "24": {
- "L": 1.0,
- "M": 87.1161,
- "S": 0.03507
- },
- "25": {
- "L": 1.0,
- "M": 87.972,
- "S": 0.03542
- },
- "26": {
- "L": 1.0,
- "M": 88.8065,
- "S": 0.03576
- },
- "27": {
- "L": 1.0,
- "M": 89.6197,
- "S": 0.0361
- },
- "28": {
- "L": 1.0,
- "M": 90.412,
- "S": 0.03642
- },
- "29": {
- "L": 1.0,
- "M": 91.1828,
- "S": 0.03674
- },
- "30": {
- "L": 1.0,
- "M": 91.9327,
- "S": 0.03704
- },
- "31": {
- "L": 1.0,
- "M": 92.6631,
- "S": 0.03733
- },
- "32": {
- "L": 1.0,
- "M": 93.3753,
- "S": 0.03761
- },
- "33": {
- "L": 1.0,
- "M": 94.0711,
- "S": 0.03787
- },
- "34": {
- "L": 1.0,
- "M": 94.7532,
- "S": 0.03812
- },
- "35": {
- "L": 1.0,
- "M": 95.4236,
- "S": 0.03836
- },
- "36": {
- "L": 1.0,
- "M": 96.0835,
- "S": 0.03858
- },
- "37": {
- "L": 1.0,
- "M": 96.7337,
- "S": 0.03879
- },
- "38": {
- "L": 1.0,
- "M": 97.3749,
- "S": 0.039
- },
- "39": {
- "L": 1.0,
- "M": 98.0073,
- "S": 0.03919
- },
- "40": {
- "L": 1.0,
- "M": 98.631,
- "S": 0.03937
- },
- "41": {
- "L": 1.0,
- "M": 99.2459,
- "S": 0.03954
- },
- "42": {
- "L": 1.0,
- "M": 99.8515,
- "S": 0.03971
- },
- "43": {
- "L": 1.0,
- "M": 100.4485,
- "S": 0.03986
- },
- "44": {
- "L": 1.0,
- "M": 101.0374,
- "S": 0.04002
- },
- "45": {
- "L": 1.0,
- "M": 101.6186,
- "S": 0.04016
- },
- "46": {
- "L": 1.0,
- "M": 102.1933,
- "S": 0.04031
- },
- "47": {
- "L": 1.0,
- "M": 102.7625,
- "S": 0.04045
- },
- "48": {
- "L": 1.0,
- "M": 103.3273,
- "S": 0.04059
- },
- "49": {
- "L": 1.0,
- "M": 103.8886,
- "S": 0.04073
- },
- "50": {
- "L": 1.0,
- "M": 104.4473,
- "S": 0.04086
- },
- "51": {
- "L": 1.0,
- "M": 105.0041,
- "S": 0.041
- },
- "52": {
- "L": 1.0,
- "M": 105.5596,
- "S": 0.04113
- },
- "53": {
- "L": 1.0,
- "M": 106.1138,
- "S": 0.04126
- },
- "54": {
- "L": 1.0,
- "M": 106.6668,
- "S": 0.04139
- },
- "55": {
- "L": 1.0,
- "M": 107.2188,
- "S": 0.04152
- },
- "56": {
- "L": 1.0,
- "M": 107.7697,
- "S": 0.04165
- },
- "57": {
- "L": 1.0,
- "M": 108.3198,
- "S": 0.04177
- },
- "58": {
- "L": 1.0,
- "M": 108.8689,
- "S": 0.0419
- },
- "59": {
- "L": 1.0,
- "M": 109.417,
- "S": 0.04202
- },
- "60": {
- "L": 1.0,
- "M": 109.9638,
- "S": 0.04214
- }
- },
- "wfl": {
- "45.0": {
- "L": -0.3521,
- "M": 2.441,
- "S": 0.09182
- },
- "45.5": {
- "L": -0.3521,
- "M": 2.5244,
- "S": 0.09153
- },
- "46.0": {
- "L": -0.3521,
- "M": 2.6077,
- "S": 0.09124
- },
- "46.5": {
- "L": -0.3521,
- "M": 2.6913,
- "S": 0.09094
- },
- "47.0": {
- "L": -0.3521,
- "M": 2.7755,
- "S": 0.09065
- },
- "47.5": {
- "L": -0.3521,
- "M": 2.8609,
- "S": 0.09036
- },
- "48.0": {
- "L": -0.3521,
- "M": 2.948,
- "S": 0.09007
- },
- "48.5": {
- "L": -0.3521,
- "M": 3.0377,
- "S": 0.08977
- },
- "49.0": {
- "L": -0.3521,
- "M": 3.1308,
- "S": 0.08948
- },
- "49.5": {
- "L": -0.3521,
- "M": 3.2276,
- "S": 0.08919
- },
- "50.0": {
- "L": -0.3521,
- "M": 3.3278,
- "S": 0.0889
- },
- "50.5": {
- "L": -0.3521,
- "M": 3.4311,
- "S": 0.08861
- },
- "51.0": {
- "L": -0.3521,
- "M": 3.5376,
- "S": 0.08831
- },
- "51.5": {
- "L": -0.3521,
- "M": 3.6477,
- "S": 0.08801
- },
- "52.0": {
- "L": -0.3521,
- "M": 3.762,
- "S": 0.08771
- },
- "52.5": {
- "L": -0.3521,
- "M": 3.8814,
- "S": 0.08741
- },
- "53.0": {
- "L": -0.3521,
- "M": 4.006,
- "S": 0.08711
- },
- "53.5": {
- "L": -0.3521,
- "M": 4.1354,
- "S": 0.08681
- },
- "54.0": {
- "L": -0.3521,
- "M": 4.2693,
- "S": 0.08651
- },
- "54.5": {
- "L": -0.3521,
- "M": 4.4066,
- "S": 0.08621
- },
- "55.0": {
- "L": -0.3521,
- "M": 4.5467,
- "S": 0.08592
- },
- "55.5": {
- "L": -0.3521,
- "M": 4.6892,
- "S": 0.08563
- },
- "56.0": {
- "L": -0.3521,
- "M": 4.8338,
- "S": 0.08535
- },
- "56.5": {
- "L": -0.3521,
- "M": 4.9796,
- "S": 0.08507
- },
- "57.0": {
- "L": -0.3521,
- "M": 5.1259,
- "S": 0.08481
- },
- "57.5": {
- "L": -0.3521,
- "M": 5.2721,
- "S": 0.08455
- },
- "58.0": {
- "L": -0.3521,
- "M": 5.418,
- "S": 0.0843
- },
- "58.5": {
- "L": -0.3521,
- "M": 5.5632,
- "S": 0.08406
- },
- "59.0": {
- "L": -0.3521,
- "M": 5.7074,
- "S": 0.08383
- },
- "59.5": {
- "L": -0.3521,
- "M": 5.8501,
- "S": 0.08362
- },
- "60.0": {
- "L": -0.3521,
- "M": 5.9907,
- "S": 0.08342
- },
- "60.5": {
- "L": -0.3521,
- "M": 6.1284,
- "S": 0.08324
- },
- "61.0": {
- "L": -0.3521,
- "M": 6.2632,
- "S": 0.08308
- },
- "61.5": {
- "L": -0.3521,
- "M": 6.3954,
- "S": 0.08292
- },
- "62.0": {
- "L": -0.3521,
- "M": 6.5251,
- "S": 0.08279
- },
- "62.5": {
- "L": -0.3521,
- "M": 6.6527,
- "S": 0.08266
- },
- "63.0": {
- "L": -0.3521,
- "M": 6.7786,
- "S": 0.08255
- },
- "63.5": {
- "L": -0.3521,
- "M": 6.9028,
- "S": 0.08245
- },
- "64.0": {
- "L": -0.3521,
- "M": 7.0255,
- "S": 0.08236
- },
- "64.5": {
- "L": -0.3521,
- "M": 7.1467,
- "S": 0.08229
- },
- "65.0": {
- "L": -0.3521,
- "M": 7.2666,
- "S": 0.08223
- },
- "65.5": {
- "L": -0.3521,
- "M": 7.3854,
- "S": 0.08218
- },
- "66.0": {
- "L": -0.3521,
- "M": 7.5034,
- "S": 0.08215
- },
- "66.5": {
- "L": -0.3521,
- "M": 7.6206,
- "S": 0.08213
- },
- "67.0": {
- "L": -0.3521,
- "M": 7.737,
- "S": 0.08212
- },
- "67.5": {
- "L": -0.3521,
- "M": 7.8526,
- "S": 0.08212
- },
- "68.0": {
- "L": -0.3521,
- "M": 7.9674,
- "S": 0.08214
- },
- "68.5": {
- "L": -0.3521,
- "M": 8.0816,
- "S": 0.08216
- },
- "69.0": {
- "L": -0.3521,
- "M": 8.1955,
- "S": 0.08219
- },
- "69.5": {
- "L": -0.3521,
- "M": 8.3092,
- "S": 0.08224
- },
- "70.0": {
- "L": -0.3521,
- "M": 8.4227,
- "S": 0.08229
- },
- "70.5": {
- "L": -0.3521,
- "M": 8.5358,
- "S": 0.08235
- },
- "71.0": {
- "L": -0.3521,
- "M": 8.648,
- "S": 0.08241
- },
- "71.5": {
- "L": -0.3521,
- "M": 8.7594,
- "S": 0.08248
- },
- "72.0": {
- "L": -0.3521,
- "M": 8.8697,
- "S": 0.08254
- },
- "72.5": {
- "L": -0.3521,
- "M": 8.9788,
- "S": 0.08262
- },
- "73.0": {
- "L": -0.3521,
- "M": 9.0865,
- "S": 0.08269
- },
- "73.5": {
- "L": -0.3521,
- "M": 9.1927,
- "S": 0.08276
- },
- "74.0": {
- "L": -0.3521,
- "M": 9.2974,
- "S": 0.08283
- },
- "74.5": {
- "L": -0.3521,
- "M": 9.401,
- "S": 0.08289
- },
- "75.0": {
- "L": -0.3521,
- "M": 9.5032,
- "S": 0.08295
- },
- "75.5": {
- "L": -0.3521,
- "M": 9.6041,
- "S": 0.08301
- },
- "76.0": {
- "L": -0.3521,
- "M": 9.7033,
- "S": 0.08307
- },
- "76.5": {
- "L": -0.3521,
- "M": 9.8007,
- "S": 0.08311
- },
- "77.0": {
- "L": -0.3521,
- "M": 9.8963,
- "S": 0.08314
- },
- "77.5": {
- "L": -0.3521,
- "M": 9.9902,
- "S": 0.08317
- },
- "78.0": {
- "L": -0.3521,
- "M": 10.0827,
- "S": 0.08318
- },
- "78.5": {
- "L": -0.3521,
- "M": 10.1741,
- "S": 0.08318
- },
- "79.0": {
- "L": -0.3521,
- "M": 10.2649,
- "S": 0.08316
- },
- "79.5": {
- "L": -0.3521,
- "M": 10.3558,
- "S": 0.08313
- },
- "80.0": {
- "L": -0.3521,
- "M": 10.4475,
- "S": 0.08308
- },
- "80.5": {
- "L": -0.3521,
- "M": 10.5405,
- "S": 0.08301
- },
- "81.0": {
- "L": -0.3521,
- "M": 10.6352,
- "S": 0.08293
- },
- "81.5": {
- "L": -0.3521,
- "M": 10.7322,
- "S": 0.08284
- },
- "82.0": {
- "L": -0.3521,
- "M": 10.8321,
- "S": 0.08273
- },
- "82.5": {
- "L": -0.3521,
- "M": 10.935,
- "S": 0.0826
- },
- "83.0": {
- "L": -0.3521,
- "M": 11.0415,
- "S": 0.08246
- },
- "83.5": {
- "L": -0.3521,
- "M": 11.1516,
- "S": 0.08231
- },
- "84.0": {
- "L": -0.3521,
- "M": 11.2651,
- "S": 0.08215
- },
- "84.5": {
- "L": -0.3521,
- "M": 11.3817,
- "S": 0.08198
- },
- "85.0": {
- "L": -0.3521,
- "M": 11.5007,
- "S": 0.08181
- },
- "85.5": {
- "L": -0.3521,
- "M": 11.6218,
- "S": 0.08163
- },
- "86.0": {
- "L": -0.3521,
- "M": 11.7444,
- "S": 0.08145
- },
- "86.5": {
- "L": -0.3521,
- "M": 11.8678,
- "S": 0.08128
- },
- "87.0": {
- "L": -0.3521,
- "M": 11.9916,
- "S": 0.08111
- },
- "87.5": {
- "L": -0.3521,
- "M": 12.1152,
- "S": 0.08096
- },
- "88.0": {
- "L": -0.3521,
- "M": 12.2382,
- "S": 0.08082
- },
- "88.5": {
- "L": -0.3521,
- "M": 12.3603,
- "S": 0.08069
- },
- "89.0": {
- "L": -0.3521,
- "M": 12.4815,
- "S": 0.08058
- },
- "89.5": {
- "L": -0.3521,
- "M": 12.6017,
- "S": 0.08048
- },
- "90.0": {
- "L": -0.3521,
- "M": 12.7209,
- "S": 0.08041
- },
- "90.5": {
- "L": -0.3521,
- "M": 12.8392,
- "S": 0.08034
- },
- "91.0": {
- "L": -0.3521,
- "M": 12.9569,
- "S": 0.0803
- },
- "91.5": {
- "L": -0.3521,
- "M": 13.0742,
- "S": 0.08026
- },
- "92.0": {
- "L": -0.3521,
- "M": 13.191,
- "S": 0.08025
- },
- "92.5": {
- "L": -0.3521,
- "M": 13.3075,
- "S": 0.08025
- },
- "93.0": {
- "L": -0.3521,
- "M": 13.4239,
- "S": 0.08026
- },
- "93.5": {
- "L": -0.3521,
- "M": 13.5404,
- "S": 0.08029
- },
- "94.0": {
- "L": -0.3521,
- "M": 13.6572,
- "S": 0.08034
- },
- "94.5": {
- "L": -0.3521,
- "M": 13.7746,
- "S": 0.0804
- },
- "95.0": {
- "L": -0.3521,
- "M": 13.8928,
- "S": 0.08047
- },
- "95.5": {
- "L": -0.3521,
- "M": 14.012,
- "S": 0.08056
- },
- "96.0": {
- "L": -0.3521,
- "M": 14.1325,
- "S": 0.08067
- },
- "96.5": {
- "L": -0.3521,
- "M": 14.2544,
- "S": 0.08078
- },
- "97.0": {
- "L": -0.3521,
- "M": 14.3782,
- "S": 0.08092
- },
- "97.5": {
- "L": -0.3521,
- "M": 14.5038,
- "S": 0.08106
- },
- "98.0": {
- "L": -0.3521,
- "M": 14.6316,
- "S": 0.08122
- },
- "98.5": {
- "L": -0.3521,
- "M": 14.7614,
- "S": 0.08139
- },
- "99.0": {
- "L": -0.3521,
- "M": 14.8934,
- "S": 0.08157
- },
- "99.5": {
- "L": -0.3521,
- "M": 15.0275,
- "S": 0.08177
- },
- "100.0": {
- "L": -0.3521,
- "M": 15.1637,
- "S": 0.08198
- },
- "100.5": {
- "L": -0.3521,
- "M": 15.3018,
- "S": 0.0822
- },
- "101.0": {
- "L": -0.3521,
- "M": 15.4419,
- "S": 0.08243
- },
- "101.5": {
- "L": -0.3521,
- "M": 15.5838,
- "S": 0.08267
- },
- "102.0": {
- "L": -0.3521,
- "M": 15.7276,
- "S": 0.08292
- },
- "102.5": {
- "L": -0.3521,
- "M": 15.8732,
- "S": 0.08317
- },
- "103.0": {
- "L": -0.3521,
- "M": 16.0206,
- "S": 0.08343
- },
- "103.5": {
- "L": -0.3521,
- "M": 16.1697,
- "S": 0.0837
- },
- "104.0": {
- "L": -0.3521,
- "M": 16.3204,
- "S": 0.08397
- },
- "104.5": {
- "L": -0.3521,
- "M": 16.4728,
- "S": 0.08425
- },
- "105.0": {
- "L": -0.3521,
- "M": 16.6268,
- "S": 0.08453
- },
- "105.5": {
- "L": -0.3521,
- "M": 16.7826,
- "S": 0.08481
- },
- "106.0": {
- "L": -0.3521,
- "M": 16.9401,
- "S": 0.0851
- },
- "106.5": {
- "L": -0.3521,
- "M": 17.0995,
- "S": 0.08539
- },
- "107.0": {
- "L": -0.3521,
- "M": 17.2607,
- "S": 0.08568
- },
- "107.5": {
- "L": -0.3521,
- "M": 17.4237,
- "S": 0.08599
- },
- "108.0": {
- "L": -0.3521,
- "M": 17.5885,
- "S": 0.08629
- },
- "108.5": {
- "L": -0.3521,
- "M": 17.7553,
- "S": 0.0866
- },
- "109.0": {
- "L": -0.3521,
- "M": 17.9242,
- "S": 0.08691
- },
- "109.5": {
- "L": -0.3521,
- "M": 18.0954,
- "S": 0.08723
- },
- "110.0": {
- "L": -0.3521,
- "M": 18.2689,
- "S": 0.08755
- }
- },
- "wfh": {
- "65.0": {
- "L": -0.3521,
- "M": 7.4327,
- "S": 0.08217
- },
- "65.5": {
- "L": -0.3521,
- "M": 7.5504,
- "S": 0.08214
- },
- "66.0": {
- "L": -0.3521,
- "M": 7.6673,
- "S": 0.08212
- },
- "66.5": {
- "L": -0.3521,
- "M": 7.7834,
- "S": 0.08212
- },
- "67.0": {
- "L": -0.3521,
- "M": 7.8986,
- "S": 0.08213
- },
- "67.5": {
- "L": -0.3521,
- "M": 8.0132,
- "S": 0.08214
- },
- "68.0": {
- "L": -0.3521,
- "M": 8.1272,
- "S": 0.08217
- },
- "68.5": {
- "L": -0.3521,
- "M": 8.241,
- "S": 0.08221
- },
- "69.0": {
- "L": -0.3521,
- "M": 8.3547,
- "S": 0.08226
- },
- "69.5": {
- "L": -0.3521,
- "M": 8.468,
- "S": 0.08231
- },
- "70.0": {
- "L": -0.3521,
- "M": 8.5808,
- "S": 0.08237
- },
- "70.5": {
- "L": -0.3521,
- "M": 8.6927,
- "S": 0.08243
- },
- "71.0": {
- "L": -0.3521,
- "M": 8.8036,
- "S": 0.0825
- },
- "71.5": {
- "L": -0.3521,
- "M": 8.9135,
- "S": 0.08257
- },
- "72.0": {
- "L": -0.3521,
- "M": 9.0221,
- "S": 0.08264
- },
- "72.5": {
- "L": -0.3521,
- "M": 9.1292,
- "S": 0.08272
- },
- "73.0": {
- "L": -0.3521,
- "M": 9.2347,
- "S": 0.08278
- },
- "73.5": {
- "L": -0.3521,
- "M": 9.339,
- "S": 0.08285
- },
- "74.0": {
- "L": -0.3521,
- "M": 9.442,
- "S": 0.08292
- },
- "74.5": {
- "L": -0.3521,
- "M": 9.5438,
- "S": 0.08298
- },
- "75.0": {
- "L": -0.3521,
- "M": 9.644,
- "S": 0.08303
- },
- "75.5": {
- "L": -0.3521,
- "M": 9.7425,
- "S": 0.08308
- },
- "76.0": {
- "L": -0.3521,
- "M": 9.8392,
- "S": 0.08312
- },
- "76.5": {
- "L": -0.3521,
- "M": 9.9341,
- "S": 0.08315
- },
- "77.0": {
- "L": -0.3521,
- "M": 10.0274,
- "S": 0.08317
- },
- "77.5": {
- "L": -0.3521,
- "M": 10.1194,
- "S": 0.08318
- },
- "78.0": {
- "L": -0.3521,
- "M": 10.2105,
- "S": 0.08317
- },
- "78.5": {
- "L": -0.3521,
- "M": 10.3012,
- "S": 0.08315
- },
- "79.0": {
- "L": -0.3521,
- "M": 10.3923,
- "S": 0.08311
- },
- "79.5": {
- "L": -0.3521,
- "M": 10.4845,
- "S": 0.08305
- },
- "80.0": {
- "L": -0.3521,
- "M": 10.5781,
- "S": 0.08298
- },
- "80.5": {
- "L": -0.3521,
- "M": 10.6737,
- "S": 0.0829
- },
- "81.0": {
- "L": -0.3521,
- "M": 10.7718,
- "S": 0.08279
- },
- "81.5": {
- "L": -0.3521,
- "M": 10.8728,
- "S": 0.08268
- },
- "82.0": {
- "L": -0.3521,
- "M": 10.9772,
- "S": 0.08255
- },
- "82.5": {
- "L": -0.3521,
- "M": 11.0851,
- "S": 0.08241
- },
- "83.0": {
- "L": -0.3521,
- "M": 11.1966,
- "S": 0.08225
- },
- "83.5": {
- "L": -0.3521,
- "M": 11.3114,
- "S": 0.08209
- },
- "84.0": {
- "L": -0.3521,
- "M": 11.429,
- "S": 0.08191
- },
- "84.5": {
- "L": -0.3521,
- "M": 11.549,
- "S": 0.08174
- },
- "85.0": {
- "L": -0.3521,
- "M": 11.6707,
- "S": 0.08156
- },
- "85.5": {
- "L": -0.3521,
- "M": 11.7937,
- "S": 0.08138
- },
- "86.0": {
- "L": -0.3521,
- "M": 11.9173,
- "S": 0.08121
- },
- "86.5": {
- "L": -0.3521,
- "M": 12.0411,
- "S": 0.08105
- },
- "87.0": {
- "L": -0.3521,
- "M": 12.1645,
- "S": 0.0809
- },
- "87.5": {
- "L": -0.3521,
- "M": 12.2871,
- "S": 0.08076
- },
- "88.0": {
- "L": -0.3521,
- "M": 12.4089,
- "S": 0.08064
- },
- "88.5": {
- "L": -0.3521,
- "M": 12.5298,
- "S": 0.08054
- },
- "89.0": {
- "L": -0.3521,
- "M": 12.6495,
- "S": 0.08045
- },
- "89.5": {
- "L": -0.3521,
- "M": 12.7683,
- "S": 0.08038
- },
- "90.0": {
- "L": -0.3521,
- "M": 12.8864,
- "S": 0.08032
- },
- "90.5": {
- "L": -0.3521,
- "M": 13.0038,
- "S": 0.08028
- },
- "91.0": {
- "L": -0.3521,
- "M": 13.1209,
- "S": 0.08025
- },
- "91.5": {
- "L": -0.3521,
- "M": 13.2376,
- "S": 0.08024
- },
- "92.0": {
- "L": -0.3521,
- "M": 13.3541,
- "S": 0.08025
- },
- "92.5": {
- "L": -0.3521,
- "M": 13.4705,
- "S": 0.08027
- },
- "93.0": {
- "L": -0.3521,
- "M": 13.587,
- "S": 0.08031
- },
- "93.5": {
- "L": -0.3521,
- "M": 13.7041,
- "S": 0.08036
- },
- "94.0": {
- "L": -0.3521,
- "M": 13.8217,
- "S": 0.08043
- },
- "94.5": {
- "L": -0.3521,
- "M": 13.9403,
- "S": 0.08051
- },
- "95.0": {
- "L": -0.3521,
- "M": 14.06,
- "S": 0.0806
- },
- "95.5": {
- "L": -0.3521,
- "M": 14.1811,
- "S": 0.08071
- },
- "96.0": {
- "L": -0.3521,
- "M": 14.3037,
- "S": 0.08083
- },
- "96.5": {
- "L": -0.3521,
- "M": 14.4282,
- "S": 0.08097
- },
- "97.0": {
- "L": -0.3521,
- "M": 14.5547,
- "S": 0.08112
- },
- "97.5": {
- "L": -0.3521,
- "M": 14.6832,
- "S": 0.08129
- },
- "98.0": {
- "L": -0.3521,
- "M": 14.814,
- "S": 0.08146
- },
- "98.5": {
- "L": -0.3521,
- "M": 14.9468,
- "S": 0.08165
- },
- "99.0": {
- "L": -0.3521,
- "M": 15.0818,
- "S": 0.08185
- },
- "99.5": {
- "L": -0.3521,
- "M": 15.2187,
- "S": 0.08206
- },
- "100.0": {
- "L": -0.3521,
- "M": 15.3576,
- "S": 0.08229
- },
- "100.5": {
- "L": -0.3521,
- "M": 15.4985,
- "S": 0.08252
- },
- "101.0": {
- "L": -0.3521,
- "M": 15.6412,
- "S": 0.08277
- },
- "101.5": {
- "L": -0.3521,
- "M": 15.7857,
- "S": 0.08302
- },
- "102.0": {
- "L": -0.3521,
- "M": 15.932,
- "S": 0.08328
- },
- "102.5": {
- "L": -0.3521,
- "M": 16.0801,
- "S": 0.08354
- },
- "103.0": {
- "L": -0.3521,
- "M": 16.2298,
- "S": 0.08381
- },
- "103.5": {
- "L": -0.3521,
- "M": 16.3812,
- "S": 0.08408
- },
- "104.0": {
- "L": -0.3521,
- "M": 16.5342,
- "S": 0.08436
- },
- "104.5": {
- "L": -0.3521,
- "M": 16.6889,
- "S": 0.08464
- },
- "105.0": {
- "L": -0.3521,
- "M": 16.8454,
- "S": 0.08493
- },
- "105.5": {
- "L": -0.3521,
- "M": 17.0036,
- "S": 0.08521
- },
- "106.0": {
- "L": -0.3521,
- "M": 17.1637,
- "S": 0.08551
- },
- "106.5": {
- "L": -0.3521,
- "M": 17.3256,
- "S": 0.0858
- },
- "107.0": {
- "L": -0.3521,
- "M": 17.4894,
- "S": 0.08611
- },
- "107.5": {
- "L": -0.3521,
- "M": 17.655,
- "S": 0.08641
- },
- "108.0": {
- "L": -0.3521,
- "M": 17.8226,
- "S": 0.08673
- },
- "108.5": {
- "L": -0.3521,
- "M": 17.9924,
- "S": 0.08704
- },
- "109.0": {
- "L": -0.3521,
- "M": 18.1645,
- "S": 0.08736
- },
- "109.5": {
- "L": -0.3521,
- "M": 18.339,
- "S": 0.08768
- },
- "110.0": {
- "L": -0.3521,
- "M": 18.5158,
- "S": 0.088
- },
- "110.5": {
- "L": -0.3521,
- "M": 18.6948,
- "S": 0.08832
- },
- "111.0": {
- "L": -0.3521,
- "M": 18.8759,
- "S": 0.08864
- },
- "111.5": {
- "L": -0.3521,
- "M": 19.059,
- "S": 0.08896
- },
- "112.0": {
- "L": -0.3521,
- "M": 19.2439,
- "S": 0.08928
- },
- "112.5": {
- "L": -0.3521,
- "M": 19.4304,
- "S": 0.0896
- },
- "113.0": {
- "L": -0.3521,
- "M": 19.6185,
- "S": 0.08991
- },
- "113.5": {
- "L": -0.3521,
- "M": 19.8081,
- "S": 0.09022
- },
- "114.0": {
- "L": -0.3521,
- "M": 19.999,
- "S": 0.09054
- },
- "114.5": {
- "L": -0.3521,
- "M": 20.1912,
- "S": 0.09085
- },
- "115.0": {
- "L": -0.3521,
- "M": 20.3846,
- "S": 0.09116
- },
- "115.5": {
- "L": -0.3521,
- "M": 20.5789,
- "S": 0.09147
- },
- "116.0": {
- "L": -0.3521,
- "M": 20.7741,
- "S": 0.09177
- },
- "116.5": {
- "L": -0.3521,
- "M": 20.97,
- "S": 0.09208
- },
- "117.0": {
- "L": -0.3521,
- "M": 21.1666,
- "S": 0.09239
- },
- "117.5": {
- "L": -0.3521,
- "M": 21.3636,
- "S": 0.0927
- },
- "118.0": {
- "L": -0.3521,
- "M": 21.5611,
- "S": 0.093
- },
- "118.5": {
- "L": -0.3521,
- "M": 21.7588,
- "S": 0.09331
- },
- "119.0": {
- "L": -0.3521,
- "M": 21.9568,
- "S": 0.09362
- },
- "119.5": {
- "L": -0.3521,
- "M": 22.1549,
- "S": 0.09393
- },
- "120.0": {
- "L": -0.3521,
- "M": 22.353,
- "S": 0.09424
- }
- }
- },
- "female": {
- "wfa": {
- "0": {
- "L": 0.3809,
- "M": 3.2322,
- "S": 0.14171
- },
- "1": {
- "L": 0.1714,
- "M": 4.1873,
- "S": 0.13724
- },
- "2": {
- "L": 0.0962,
- "M": 5.1282,
- "S": 0.13
- },
- "3": {
- "L": 0.0402,
- "M": 5.8458,
- "S": 0.12619
- },
- "4": {
- "L": -0.005,
- "M": 6.4237,
- "S": 0.12402
- },
- "5": {
- "L": -0.043,
- "M": 6.8985,
- "S": 0.12274
- },
- "6": {
- "L": -0.0756,
- "M": 7.297,
- "S": 0.12204
- },
- "7": {
- "L": -0.1039,
- "M": 7.6422,
- "S": 0.12178
- },
- "8": {
- "L": -0.1288,
- "M": 7.9487,
- "S": 0.12181
- },
- "9": {
- "L": -0.1507,
- "M": 8.2254,
- "S": 0.12199
- },
- "10": {
- "L": -0.17,
- "M": 8.48,
- "S": 0.12223
- },
- "11": {
- "L": -0.1872,
- "M": 8.7192,
- "S": 0.12247
- },
- "12": {
- "L": -0.2024,
- "M": 8.9481,
- "S": 0.12268
- },
- "13": {
- "L": -0.2158,
- "M": 9.1699,
- "S": 0.12283
- },
- "14": {
- "L": -0.2278,
- "M": 9.387,
- "S": 0.12294
- },
- "15": {
- "L": -0.2384,
- "M": 9.6008,
- "S": 0.12299
- },
- "16": {
- "L": -0.2478,
- "M": 9.8124,
- "S": 0.12303
- },
- "17": {
- "L": -0.2562,
- "M": 10.0226,
- "S": 0.12306
- },
- "18": {
- "L": -0.2637,
- "M": 10.2315,
- "S": 0.12309
- },
- "19": {
- "L": -0.2703,
- "M": 10.4393,
- "S": 0.12315
- },
- "20": {
- "L": -0.2762,
- "M": 10.6464,
- "S": 0.12323
- },
- "21": {
- "L": -0.2815,
- "M": 10.8534,
- "S": 0.12335
- },
- "22": {
- "L": -0.2862,
- "M": 11.0608,
- "S": 0.1235
- },
- "23": {
- "L": -0.2903,
- "M": 11.2688,
- "S": 0.12369
- },
- "24": {
- "L": -0.2941,
- "M": 11.4775,
- "S": 0.1239
- },
- "25": {
- "L": -0.2975,
- "M": 11.6864,
- "S": 0.12414
- },
- "26": {
- "L": -0.3005,
- "M": 11.8947,
- "S": 0.12441
- },
- "27": {
- "L": -0.3032,
- "M": 12.1015,
- "S": 0.12472
- },
- "28": {
- "L": -0.3057,
- "M": 12.3059,
- "S": 0.12506
- },
- "29": {
- "L": -0.308,
- "M": 12.5073,
- "S": 0.12545
- },
- "30": {
- "L": -0.3101,
- "M": 12.7055,
- "S": 0.12587
- },
- "31": {
- "L": -0.312,
- "M": 12.9006,
- "S": 0.12633
- },
- "32": {
- "L": -0.3138,
- "M": 13.093,
- "S": 0.12683
- },
- "33": {
- "L": -0.3155,
- "M": 13.2837,
- "S": 0.12737
- },
- "34": {
- "L": -0.3171,
- "M": 13.4731,
- "S": 0.12794
- },
- "35": {
- "L": -0.3186,
- "M": 13.6618,
- "S": 0.12855
- },
- "36": {
- "L": -0.3201,
- "M": 13.8503,
- "S": 0.12919
- },
- "37": {
- "L": -0.3216,
- "M": 14.0385,
- "S": 0.12988
- },
- "38": {
- "L": -0.323,
- "M": 14.2265,
- "S": 0.13059
- },
- "39": {
- "L": -0.3243,
- "M": 14.414,
- "S": 0.13135
- },
- "40": {
- "L": -0.3257,
- "M": 14.601,
- "S": 0.13213
- },
- "41": {
- "L": -0.327,
- "M": 14.7873,
- "S": 0.13293
- },
- "42": {
- "L": -0.3283,
- "M": 14.9727,
- "S": 0.13376
- },
- "43": {
- "L": -0.3296,
- "M": 15.1573,
- "S": 0.1346
- },
- "44": {
- "L": -0.3309,
- "M": 15.341,
- "S": 0.13545
- },
- "45": {
- "L": -0.3322,
- "M": 15.524,
- "S": 0.1363
- },
- "46": {
- "L": -0.3335,
- "M": 15.7064,
- "S": 0.13716
- },
- "47": {
- "L": -0.3348,
- "M": 15.8882,
- "S": 0.138
- },
- "48": {
- "L": -0.3361,
- "M": 16.0697,
- "S": 0.13884
- },
- "49": {
- "L": -0.3374,
- "M": 16.2511,
- "S": 0.13968
- },
- "50": {
- "L": -0.3387,
- "M": 16.4322,
- "S": 0.14051
- },
- "51": {
- "L": -0.34,
- "M": 16.6133,
- "S": 0.14132
- },
- "52": {
- "L": -0.3414,
- "M": 16.7942,
- "S": 0.14213
- },
- "53": {
- "L": -0.3427,
- "M": 16.9748,
- "S": 0.14293
- },
- "54": {
- "L": -0.344,
- "M": 17.1551,
- "S": 0.14371
- },
- "55": {
- "L": -0.3453,
- "M": 17.3347,
- "S": 0.14448
- },
- "56": {
- "L": -0.3466,
- "M": 17.5136,
- "S": 0.14525
- },
- "57": {
- "L": -0.3479,
- "M": 17.6916,
- "S": 0.146
- },
- "58": {
- "L": -0.3492,
- "M": 17.8686,
- "S": 0.14675
- },
- "59": {
- "L": -0.3505,
- "M": 18.0445,
- "S": 0.14748
- },
- "60": {
- "L": -0.3518,
- "M": 18.2193,
- "S": 0.14821
- }
- },
- "hfa": {
- "0": {
- "L": 1.0,
- "M": 49.1477,
- "S": 0.0379
- },
- "1": {
- "L": 1.0,
- "M": 53.6872,
- "S": 0.0364
- },
- "2": {
- "L": 1.0,
- "M": 57.0673,
- "S": 0.03568
- },
- "3": {
- "L": 1.0,
- "M": 59.8029,
- "S": 0.0352
- },
- "4": {
- "L": 1.0,
- "M": 62.0899,
- "S": 0.03486
- },
- "5": {
- "L": 1.0,
- "M": 64.0301,
- "S": 0.03463
- },
- "6": {
- "L": 1.0,
- "M": 65.7311,
- "S": 0.03448
- },
- "7": {
- "L": 1.0,
- "M": 67.2873,
- "S": 0.03441
- },
- "8": {
- "L": 1.0,
- "M": 68.7498,
- "S": 0.0344
- },
- "9": {
- "L": 1.0,
- "M": 70.1435,
- "S": 0.03444
- },
- "10": {
- "L": 1.0,
- "M": 71.4818,
- "S": 0.03452
- },
- "11": {
- "L": 1.0,
- "M": 72.771,
- "S": 0.03464
- },
- "12": {
- "L": 1.0,
- "M": 74.015,
- "S": 0.03479
- },
- "13": {
- "L": 1.0,
- "M": 75.2176,
- "S": 0.03496
- },
- "14": {
- "L": 1.0,
- "M": 76.3817,
- "S": 0.03514
- },
- "15": {
- "L": 1.0,
- "M": 77.5099,
- "S": 0.03534
- },
- "16": {
- "L": 1.0,
- "M": 78.6055,
- "S": 0.03555
- },
- "17": {
- "L": 1.0,
- "M": 79.671,
- "S": 0.03576
- },
- "18": {
- "L": 1.0,
- "M": 80.7079,
- "S": 0.03598
- },
- "19": {
- "L": 1.0,
- "M": 81.7182,
- "S": 0.0362
- },
- "20": {
- "L": 1.0,
- "M": 82.7036,
- "S": 0.03643
- },
- "21": {
- "L": 1.0,
- "M": 83.6654,
- "S": 0.03666
- },
- "22": {
- "L": 1.0,
- "M": 84.604,
- "S": 0.03688
- },
- "23": {
- "L": 1.0,
- "M": 85.5202,
- "S": 0.03711
- },
- "24": {
- "L": 1.0,
- "M": 85.7153,
- "S": 0.03764
- },
- "25": {
- "L": 1.0,
- "M": 86.5904,
- "S": 0.03786
- },
- "26": {
- "L": 1.0,
- "M": 87.4462,
- "S": 0.03808
- },
- "27": {
- "L": 1.0,
- "M": 88.283,
- "S": 0.0383
- },
- "28": {
- "L": 1.0,
- "M": 89.1004,
- "S": 0.03851
- },
- "29": {
- "L": 1.0,
- "M": 89.8991,
- "S": 0.03872
- },
- "30": {
- "L": 1.0,
- "M": 90.6797,
- "S": 0.03893
- },
- "31": {
- "L": 1.0,
- "M": 91.443,
- "S": 0.03913
- },
- "32": {
- "L": 1.0,
- "M": 92.1906,
- "S": 0.03933
- },
- "33": {
- "L": 1.0,
- "M": 92.9239,
- "S": 0.03952
- },
- "34": {
- "L": 1.0,
- "M": 93.6444,
- "S": 0.03971
- },
- "35": {
- "L": 1.0,
- "M": 94.3533,
- "S": 0.03989
- },
- "36": {
- "L": 1.0,
- "M": 95.0515,
- "S": 0.04006
- },
- "37": {
- "L": 1.0,
- "M": 95.7399,
- "S": 0.04024
- },
- "38": {
- "L": 1.0,
- "M": 96.4187,
- "S": 0.04041
- },
- "39": {
- "L": 1.0,
- "M": 97.0885,
- "S": 0.04057
- },
- "40": {
- "L": 1.0,
- "M": 97.7493,
- "S": 0.04073
- },
- "41": {
- "L": 1.0,
- "M": 98.4015,
- "S": 0.04089
- },
- "42": {
- "L": 1.0,
- "M": 99.0448,
- "S": 0.04105
- },
- "43": {
- "L": 1.0,
- "M": 99.6795,
- "S": 0.0412
- },
- "44": {
- "L": 1.0,
- "M": 100.3058,
- "S": 0.04135
- },
- "45": {
- "L": 1.0,
- "M": 100.9238,
- "S": 0.0415
- },
- "46": {
- "L": 1.0,
- "M": 101.5337,
- "S": 0.04164
- },
- "47": {
- "L": 1.0,
- "M": 102.136,
- "S": 0.04179
- },
- "48": {
- "L": 1.0,
- "M": 102.7312,
- "S": 0.04193
- },
- "49": {
- "L": 1.0,
- "M": 103.3197,
- "S": 0.04206
- },
- "50": {
- "L": 1.0,
- "M": 103.9021,
- "S": 0.0422
- },
- "51": {
- "L": 1.0,
- "M": 104.4786,
- "S": 0.04233
- },
- "52": {
- "L": 1.0,
- "M": 105.0494,
- "S": 0.04246
- },
- "53": {
- "L": 1.0,
- "M": 105.6148,
- "S": 0.04259
- },
- "54": {
- "L": 1.0,
- "M": 106.1748,
- "S": 0.04272
- },
- "55": {
- "L": 1.0,
- "M": 106.7295,
- "S": 0.04285
- },
- "56": {
- "L": 1.0,
- "M": 107.2788,
- "S": 0.04298
- },
- "57": {
- "L": 1.0,
- "M": 107.8227,
- "S": 0.0431
- },
- "58": {
- "L": 1.0,
- "M": 108.3613,
- "S": 0.04322
- },
- "59": {
- "L": 1.0,
- "M": 108.8948,
- "S": 0.04334
- },
- "60": {
- "L": 1.0,
- "M": 109.4233,
- "S": 0.04347
- }
- },
- "wfl": {
- "45.0": {
- "L": -0.3833,
- "M": 2.4607,
- "S": 0.09029
- },
- "45.5": {
- "L": -0.3833,
- "M": 2.5457,
- "S": 0.09033
- },
- "46.0": {
- "L": -0.3833,
- "M": 2.6306,
- "S": 0.09037
- },
- "46.5": {
- "L": -0.3833,
- "M": 2.7155,
- "S": 0.0904
- },
- "47.0": {
- "L": -0.3833,
- "M": 2.8007,
- "S": 0.09044
- },
- "47.5": {
- "L": -0.3833,
- "M": 2.8867,
- "S": 0.09048
- },
- "48.0": {
- "L": -0.3833,
- "M": 2.9741,
- "S": 0.09052
- },
- "48.5": {
- "L": -0.3833,
- "M": 3.0636,
- "S": 0.09056
- },
- "49.0": {
- "L": -0.3833,
- "M": 3.156,
- "S": 0.0906
- },
- "49.5": {
- "L": -0.3833,
- "M": 3.252,
- "S": 0.09064
- },
- "50.0": {
- "L": -0.3833,
- "M": 3.3518,
- "S": 0.09068
- },
- "50.5": {
- "L": -0.3833,
- "M": 3.4557,
- "S": 0.09072
- },
- "51.0": {
- "L": -0.3833,
- "M": 3.5636,
- "S": 0.09076
- },
- "51.5": {
- "L": -0.3833,
- "M": 3.6754,
- "S": 0.0908
- },
- "52.0": {
- "L": -0.3833,
- "M": 3.7911,
- "S": 0.09085
- },
- "52.5": {
- "L": -0.3833,
- "M": 3.9105,
- "S": 0.09089
- },
- "53.0": {
- "L": -0.3833,
- "M": 4.0332,
- "S": 0.09093
- },
- "53.5": {
- "L": -0.3833,
- "M": 4.1591,
- "S": 0.09098
- },
- "54.0": {
- "L": -0.3833,
- "M": 4.2875,
- "S": 0.09102
- },
- "54.5": {
- "L": -0.3833,
- "M": 4.4179,
- "S": 0.09106
- },
- "55.0": {
- "L": -0.3833,
- "M": 4.5498,
- "S": 0.0911
- },
- "55.5": {
- "L": -0.3833,
- "M": 4.6827,
- "S": 0.09114
- },
- "56.0": {
- "L": -0.3833,
- "M": 4.8162,
- "S": 0.09118
- },
- "56.5": {
- "L": -0.3833,
- "M": 4.95,
- "S": 0.09121
- },
- "57.0": {
- "L": -0.3833,
- "M": 5.0837,
- "S": 0.09125
- },
- "57.5": {
- "L": -0.3833,
- "M": 5.2173,
- "S": 0.09128
- },
- "58.0": {
- "L": -0.3833,
- "M": 5.3507,
- "S": 0.0913
- },
- "58.5": {
- "L": -0.3833,
- "M": 5.4834,
- "S": 0.09132
- },
- "59.0": {
- "L": -0.3833,
- "M": 5.6151,
- "S": 0.09134
- },
- "59.5": {
- "L": -0.3833,
- "M": 5.7454,
- "S": 0.09135
- },
- "60.0": {
- "L": -0.3833,
- "M": 5.8742,
- "S": 0.09136
- },
- "60.5": {
- "L": -0.3833,
- "M": 6.0014,
- "S": 0.09137
- },
- "61.0": {
- "L": -0.3833,
- "M": 6.127,
- "S": 0.09137
- },
- "61.5": {
- "L": -0.3833,
- "M": 6.2511,
- "S": 0.09136
- },
- "62.0": {
- "L": -0.3833,
- "M": 6.3738,
- "S": 0.09135
- },
- "62.5": {
- "L": -0.3833,
- "M": 6.4948,
- "S": 0.09133
- },
- "63.0": {
- "L": -0.3833,
- "M": 6.6144,
- "S": 0.09131
- },
- "63.5": {
- "L": -0.3833,
- "M": 6.7328,
- "S": 0.09129
- },
- "64.0": {
- "L": -0.3833,
- "M": 6.8501,
- "S": 0.09126
- },
- "64.5": {
- "L": -0.3833,
- "M": 6.9662,
- "S": 0.09123
- },
- "65.0": {
- "L": -0.3833,
- "M": 7.0812,
- "S": 0.09119
- },
- "65.5": {
- "L": -0.3833,
- "M": 7.195,
- "S": 0.09115
- },
- "66.0": {
- "L": -0.3833,
- "M": 7.3076,
- "S": 0.0911
- },
- "66.5": {
- "L": -0.3833,
- "M": 7.4189,
- "S": 0.09106
- },
- "67.0": {
- "L": -0.3833,
- "M": 7.5288,
- "S": 0.09101
- },
- "67.5": {
- "L": -0.3833,
- "M": 7.6375,
- "S": 0.09096
- },
- "68.0": {
- "L": -0.3833,
- "M": 7.7448,
- "S": 0.0909
- },
- "68.5": {
- "L": -0.3833,
- "M": 7.8509,
- "S": 0.09085
- },
- "69.0": {
- "L": -0.3833,
- "M": 7.9559,
- "S": 0.09079
- },
- "69.5": {
- "L": -0.3833,
- "M": 8.0599,
- "S": 0.09074
- },
- "70.0": {
- "L": -0.3833,
- "M": 8.163,
- "S": 0.09068
- },
- "70.5": {
- "L": -0.3833,
- "M": 8.2651,
- "S": 0.09062
- },
- "71.0": {
- "L": -0.3833,
- "M": 8.3666,
- "S": 0.09056
- },
- "71.5": {
- "L": -0.3833,
- "M": 8.4676,
- "S": 0.0905
- },
- "72.0": {
- "L": -0.3833,
- "M": 8.5679,
- "S": 0.09043
- },
- "72.5": {
- "L": -0.3833,
- "M": 8.6674,
- "S": 0.09037
- },
- "73.0": {
- "L": -0.3833,
- "M": 8.7661,
- "S": 0.09031
- },
- "73.5": {
- "L": -0.3833,
- "M": 8.8638,
- "S": 0.09025
- },
- "74.0": {
- "L": -0.3833,
- "M": 8.9601,
- "S": 0.09018
- },
- "74.5": {
- "L": -0.3833,
- "M": 9.0552,
- "S": 0.09012
- },
- "75.0": {
- "L": -0.3833,
- "M": 9.149,
- "S": 0.09005
- },
- "75.5": {
- "L": -0.3833,
- "M": 9.2418,
- "S": 0.08999
- },
- "76.0": {
- "L": -0.3833,
- "M": 9.3337,
- "S": 0.08992
- },
- "76.5": {
- "L": -0.3833,
- "M": 9.4252,
- "S": 0.08985
- },
- "77.0": {
- "L": -0.3833,
- "M": 9.5166,
- "S": 0.08979
- },
- "77.5": {
- "L": -0.3833,
- "M": 9.6086,
- "S": 0.08972
- },
- "78.0": {
- "L": -0.3833,
- "M": 9.7015,
- "S": 0.08965
- },
- "78.5": {
- "L": -0.3833,
- "M": 9.7957,
- "S": 0.08959
- },
- "79.0": {
- "L": -0.3833,
- "M": 9.8915,
- "S": 0.08952
- },
- "79.5": {
- "L": -0.3833,
- "M": 9.9892,
- "S": 0.08946
- },
- "80.0": {
- "L": -0.3833,
- "M": 10.0891,
- "S": 0.0894
- },
- "80.5": {
- "L": -0.3833,
- "M": 10.1916,
- "S": 0.08934
- },
- "81.0": {
- "L": -0.3833,
- "M": 10.2965,
- "S": 0.08928
- },
- "81.5": {
- "L": -0.3833,
- "M": 10.4041,
- "S": 0.08923
- },
- "82.0": {
- "L": -0.3833,
- "M": 10.514,
- "S": 0.08918
- },
- "82.5": {
- "L": -0.3833,
- "M": 10.6263,
- "S": 0.08914
- },
- "83.0": {
- "L": -0.3833,
- "M": 10.741,
- "S": 0.0891
- },
- "83.5": {
- "L": -0.3833,
- "M": 10.8578,
- "S": 0.08906
- },
- "84.0": {
- "L": -0.3833,
- "M": 10.9767,
- "S": 0.08903
- },
- "84.5": {
- "L": -0.3833,
- "M": 11.0974,
- "S": 0.089
- },
- "85.0": {
- "L": -0.3833,
- "M": 11.2198,
- "S": 0.08898
- },
- "85.5": {
- "L": -0.3833,
- "M": 11.3435,
- "S": 0.08897
- },
- "86.0": {
- "L": -0.3833,
- "M": 11.4684,
- "S": 0.08895
- },
- "86.5": {
- "L": -0.3833,
- "M": 11.594,
- "S": 0.08895
- },
- "87.0": {
- "L": -0.3833,
- "M": 11.7201,
- "S": 0.08895
- },
- "87.5": {
- "L": -0.3833,
- "M": 11.8461,
- "S": 0.08895
- },
- "88.0": {
- "L": -0.3833,
- "M": 11.972,
- "S": 0.08896
- },
- "88.5": {
- "L": -0.3833,
- "M": 12.0976,
- "S": 0.08898
- },
- "89.0": {
- "L": -0.3833,
- "M": 12.2229,
- "S": 0.089
- },
- "89.5": {
- "L": -0.3833,
- "M": 12.3477,
- "S": 0.08903
- },
- "90.0": {
- "L": -0.3833,
- "M": 12.4723,
- "S": 0.08906
- },
- "90.5": {
- "L": -0.3833,
- "M": 12.5965,
- "S": 0.08909
- },
- "91.0": {
- "L": -0.3833,
- "M": 12.7205,
- "S": 0.08913
- },
- "91.5": {
- "L": -0.3833,
- "M": 12.8443,
- "S": 0.08918
- },
- "92.0": {
- "L": -0.3833,
- "M": 12.9681,
- "S": 0.08923
- },
- "92.5": {
- "L": -0.3833,
- "M": 13.092,
- "S": 0.08928
- },
- "93.0": {
- "L": -0.3833,
- "M": 13.2158,
- "S": 0.08934
- },
- "93.5": {
- "L": -0.3833,
- "M": 13.3399,
- "S": 0.08941
- },
- "94.0": {
- "L": -0.3833,
- "M": 13.4643,
- "S": 0.08948
- },
- "94.5": {
- "L": -0.3833,
- "M": 13.5892,
- "S": 0.08955
- },
- "95.0": {
- "L": -0.3833,
- "M": 13.7146,
- "S": 0.08963
- },
- "95.5": {
- "L": -0.3833,
- "M": 13.8408,
- "S": 0.08972
- },
- "96.0": {
- "L": -0.3833,
- "M": 13.9676,
- "S": 0.08981
- },
- "96.5": {
- "L": -0.3833,
- "M": 14.0953,
- "S": 0.0899
- },
- "97.0": {
- "L": -0.3833,
- "M": 14.2239,
- "S": 0.09
- },
- "97.5": {
- "L": -0.3833,
- "M": 14.3537,
- "S": 0.0901
- },
- "98.0": {
- "L": -0.3833,
- "M": 14.4848,
- "S": 0.09021
- },
- "98.5": {
- "L": -0.3833,
- "M": 14.6174,
- "S": 0.09033
- },
- "99.0": {
- "L": -0.3833,
- "M": 14.7519,
- "S": 0.09044
- },
- "99.5": {
- "L": -0.3833,
- "M": 14.8882,
- "S": 0.09057
- },
- "100.0": {
- "L": -0.3833,
- "M": 15.0267,
- "S": 0.09069
- },
- "100.5": {
- "L": -0.3833,
- "M": 15.1676,
- "S": 0.09083
- },
- "101.0": {
- "L": -0.3833,
- "M": 15.3108,
- "S": 0.09096
- },
- "101.5": {
- "L": -0.3833,
- "M": 15.4564,
- "S": 0.0911
- },
- "102.0": {
- "L": -0.3833,
- "M": 15.6046,
- "S": 0.09125
- },
- "102.5": {
- "L": -0.3833,
- "M": 15.7553,
- "S": 0.09139
- },
- "103.0": {
- "L": -0.3833,
- "M": 15.9087,
- "S": 0.09155
- },
- "103.5": {
- "L": -0.3833,
- "M": 16.0645,
- "S": 0.0917
- },
- "104.0": {
- "L": -0.3833,
- "M": 16.2229,
- "S": 0.09186
- },
- "104.5": {
- "L": -0.3833,
- "M": 16.3837,
- "S": 0.09203
- },
- "105.0": {
- "L": -0.3833,
- "M": 16.547,
- "S": 0.09219
- },
- "105.5": {
- "L": -0.3833,
- "M": 16.7129,
- "S": 0.09236
- },
- "106.0": {
- "L": -0.3833,
- "M": 16.8814,
- "S": 0.09254
- },
- "106.5": {
- "L": -0.3833,
- "M": 17.0527,
- "S": 0.09271
- },
- "107.0": {
- "L": -0.3833,
- "M": 17.2269,
- "S": 0.09289
- },
- "107.5": {
- "L": -0.3833,
- "M": 17.4039,
- "S": 0.09307
- },
- "108.0": {
- "L": -0.3833,
- "M": 17.5839,
- "S": 0.09326
- },
- "108.5": {
- "L": -0.3833,
- "M": 17.7668,
- "S": 0.09344
- },
- "109.0": {
- "L": -0.3833,
- "M": 17.9526,
- "S": 0.09363
- },
- "109.5": {
- "L": -0.3833,
- "M": 18.1412,
- "S": 0.09382
- },
- "110.0": {
- "L": -0.3833,
- "M": 18.3324,
- "S": 0.09401
- }
- },
- "wfh": {
- "65.0": {
- "L": -0.3833,
- "M": 7.2402,
- "S": 0.09113
- },
- "65.5": {
- "L": -0.3833,
- "M": 7.3523,
- "S": 0.09109
- },
- "66.0": {
- "L": -0.3833,
- "M": 7.463,
- "S": 0.09104
- },
- "66.5": {
- "L": -0.3833,
- "M": 7.5724,
- "S": 0.09099
- },
- "67.0": {
- "L": -0.3833,
- "M": 7.6806,
- "S": 0.09094
- },
- "67.5": {
- "L": -0.3833,
- "M": 7.7874,
- "S": 0.09088
- },
- "68.0": {
- "L": -0.3833,
- "M": 7.893,
- "S": 0.09083
- },
- "68.5": {
- "L": -0.3833,
- "M": 7.9976,
- "S": 0.09077
- },
- "69.0": {
- "L": -0.3833,
- "M": 8.1012,
- "S": 0.09071
- },
- "69.5": {
- "L": -0.3833,
- "M": 8.2039,
- "S": 0.09065
- },
- "70.0": {
- "L": -0.3833,
- "M": 8.3058,
- "S": 0.09059
- },
- "70.5": {
- "L": -0.3833,
- "M": 8.4071,
- "S": 0.09053
- },
- "71.0": {
- "L": -0.3833,
- "M": 8.5078,
- "S": 0.09047
- },
- "71.5": {
- "L": -0.3833,
- "M": 8.6078,
- "S": 0.09041
- },
- "72.0": {
- "L": -0.3833,
- "M": 8.707,
- "S": 0.09035
- },
- "72.5": {
- "L": -0.3833,
- "M": 8.8053,
- "S": 0.09028
- },
- "73.0": {
- "L": -0.3833,
- "M": 8.9025,
- "S": 0.09022
- },
- "73.5": {
- "L": -0.3833,
- "M": 8.9983,
- "S": 0.09016
- },
- "74.0": {
- "L": -0.3833,
- "M": 9.0928,
- "S": 0.09009
- },
- "74.5": {
- "L": -0.3833,
- "M": 9.1862,
- "S": 0.09003
- },
- "75.0": {
- "L": -0.3833,
- "M": 9.2786,
- "S": 0.08996
- },
- "75.5": {
- "L": -0.3833,
- "M": 9.3703,
- "S": 0.08989
- },
- "76.0": {
- "L": -0.3833,
- "M": 9.4617,
- "S": 0.08983
- },
- "76.5": {
- "L": -0.3833,
- "M": 9.5533,
- "S": 0.08976
- },
- "77.0": {
- "L": -0.3833,
- "M": 9.6456,
- "S": 0.08969
- },
- "77.5": {
- "L": -0.3833,
- "M": 9.739,
- "S": 0.08963
- },
- "78.0": {
- "L": -0.3833,
- "M": 9.8338,
- "S": 0.08956
- },
- "78.5": {
- "L": -0.3833,
- "M": 9.9303,
- "S": 0.0895
- },
- "79.0": {
- "L": -0.3833,
- "M": 10.0289,
- "S": 0.08943
- },
- "79.5": {
- "L": -0.3833,
- "M": 10.1298,
- "S": 0.08937
- },
- "80.0": {
- "L": -0.3833,
- "M": 10.2332,
- "S": 0.08932
- },
- "80.5": {
- "L": -0.3833,
- "M": 10.3393,
- "S": 0.08926
- },
- "81.0": {
- "L": -0.3833,
- "M": 10.4477,
- "S": 0.08921
- },
- "81.5": {
- "L": -0.3833,
- "M": 10.5586,
- "S": 0.08916
- },
- "82.0": {
- "L": -0.3833,
- "M": 10.6719,
- "S": 0.08912
- },
- "82.5": {
- "L": -0.3833,
- "M": 10.7874,
- "S": 0.08908
- },
- "83.0": {
- "L": -0.3833,
- "M": 10.9051,
- "S": 0.08905
- },
- "83.5": {
- "L": -0.3833,
- "M": 11.0248,
- "S": 0.08902
- },
- "84.0": {
- "L": -0.3833,
- "M": 11.1462,
- "S": 0.08899
- },
- "84.5": {
- "L": -0.3833,
- "M": 11.2691,
- "S": 0.08897
- },
- "85.0": {
- "L": -0.3833,
- "M": 11.3934,
- "S": 0.08896
- },
- "85.5": {
- "L": -0.3833,
- "M": 11.5186,
- "S": 0.08895
- },
- "86.0": {
- "L": -0.3833,
- "M": 11.6444,
- "S": 0.08895
- },
- "86.5": {
- "L": -0.3833,
- "M": 11.7705,
- "S": 0.08895
- },
- "87.0": {
- "L": -0.3833,
- "M": 11.8965,
- "S": 0.08896
- },
- "87.5": {
- "L": -0.3833,
- "M": 12.0223,
- "S": 0.08897
- },
- "88.0": {
- "L": -0.3833,
- "M": 12.1478,
- "S": 0.08899
- },
- "88.5": {
- "L": -0.3833,
- "M": 12.2729,
- "S": 0.08901
- },
- "89.0": {
- "L": -0.3833,
- "M": 12.3976,
- "S": 0.08904
- },
- "89.5": {
- "L": -0.3833,
- "M": 12.522,
- "S": 0.08907
- },
- "90.0": {
- "L": -0.3833,
- "M": 12.6461,
- "S": 0.08911
- },
- "90.5": {
- "L": -0.3833,
- "M": 12.77,
- "S": 0.08915
- },
- "91.0": {
- "L": -0.3833,
- "M": 12.8939,
- "S": 0.0892
- },
- "91.5": {
- "L": -0.3833,
- "M": 13.0177,
- "S": 0.08925
- },
- "92.0": {
- "L": -0.3833,
- "M": 13.1415,
- "S": 0.08931
- },
- "92.5": {
- "L": -0.3833,
- "M": 13.2654,
- "S": 0.08937
- },
- "93.0": {
- "L": -0.3833,
- "M": 13.3896,
- "S": 0.08944
- },
- "93.5": {
- "L": -0.3833,
- "M": 13.5142,
- "S": 0.08951
- },
- "94.0": {
- "L": -0.3833,
- "M": 13.6393,
- "S": 0.08959
- },
- "94.5": {
- "L": -0.3833,
- "M": 13.765,
- "S": 0.08967
- },
- "95.0": {
- "L": -0.3833,
- "M": 13.8914,
- "S": 0.08975
- },
- "95.5": {
- "L": -0.3833,
- "M": 14.0186,
- "S": 0.08984
- },
- "96.0": {
- "L": -0.3833,
- "M": 14.1466,
- "S": 0.08994
- },
- "96.5": {
- "L": -0.3833,
- "M": 14.2757,
- "S": 0.09004
- },
- "97.0": {
- "L": -0.3833,
- "M": 14.4059,
- "S": 0.09015
- },
- "97.5": {
- "L": -0.3833,
- "M": 14.5376,
- "S": 0.09026
- },
- "98.0": {
- "L": -0.3833,
- "M": 14.671,
- "S": 0.09037
- },
- "98.5": {
- "L": -0.3833,
- "M": 14.8062,
- "S": 0.09049
- },
- "99.0": {
- "L": -0.3833,
- "M": 14.9434,
- "S": 0.09062
- },
- "99.5": {
- "L": -0.3833,
- "M": 15.0828,
- "S": 0.09075
- },
- "100.0": {
- "L": -0.3833,
- "M": 15.2246,
- "S": 0.09088
- },
- "100.5": {
- "L": -0.3833,
- "M": 15.3687,
- "S": 0.09102
- },
- "101.0": {
- "L": -0.3833,
- "M": 15.5154,
- "S": 0.09116
- },
- "101.5": {
- "L": -0.3833,
- "M": 15.6646,
- "S": 0.09131
- },
- "102.0": {
- "L": -0.3833,
- "M": 15.8164,
- "S": 0.09146
- },
- "102.5": {
- "L": -0.3833,
- "M": 15.9707,
- "S": 0.09161
- },
- "103.0": {
- "L": -0.3833,
- "M": 16.1276,
- "S": 0.09177
- },
- "103.5": {
- "L": -0.3833,
- "M": 16.287,
- "S": 0.09193
- },
- "104.0": {
- "L": -0.3833,
- "M": 16.4488,
- "S": 0.09209
- },
- "104.5": {
- "L": -0.3833,
- "M": 16.6131,
- "S": 0.09226
- },
- "105.0": {
- "L": -0.3833,
- "M": 16.78,
- "S": 0.09243
- },
- "105.5": {
- "L": -0.3833,
- "M": 16.9496,
- "S": 0.09261
- },
- "106.0": {
- "L": -0.3833,
- "M": 17.122,
- "S": 0.09278
- },
- "106.5": {
- "L": -0.3833,
- "M": 17.2973,
- "S": 0.09296
- },
- "107.0": {
- "L": -0.3833,
- "M": 17.4755,
- "S": 0.09315
- },
- "107.5": {
- "L": -0.3833,
- "M": 17.6567,
- "S": 0.09333
- },
- "108.0": {
- "L": -0.3833,
- "M": 17.8407,
- "S": 0.09352
- },
- "108.5": {
- "L": -0.3833,
- "M": 18.0277,
- "S": 0.09371
- },
- "109.0": {
- "L": -0.3833,
- "M": 18.2174,
- "S": 0.0939
- },
- "109.5": {
- "L": -0.3833,
- "M": 18.4096,
- "S": 0.09409
- },
- "110.0": {
- "L": -0.3833,
- "M": 18.6043,
- "S": 0.09428
- },
- "110.5": {
- "L": -0.3833,
- "M": 18.8015,
- "S": 0.09448
- },
- "111.0": {
- "L": -0.3833,
- "M": 19.0009,
- "S": 0.09467
- },
- "111.5": {
- "L": -0.3833,
- "M": 19.2024,
- "S": 0.09487
- },
- "112.0": {
- "L": -0.3833,
- "M": 19.406,
- "S": 0.09507
- },
- "112.5": {
- "L": -0.3833,
- "M": 19.6116,
- "S": 0.09527
- },
- "113.0": {
- "L": -0.3833,
- "M": 19.819,
- "S": 0.09546
- },
- "113.5": {
- "L": -0.3833,
- "M": 20.028,
- "S": 0.09566
- },
- "114.0": {
- "L": -0.3833,
- "M": 20.2385,
- "S": 0.09586
- },
- "114.5": {
- "L": -0.3833,
- "M": 20.4502,
- "S": 0.09606
- },
- "115.0": {
- "L": -0.3833,
- "M": 20.6629,
- "S": 0.09626
- },
- "115.5": {
- "L": -0.3833,
- "M": 20.8766,
- "S": 0.09646
- },
- "116.0": {
- "L": -0.3833,
- "M": 21.0909,
- "S": 0.09666
- },
- "116.5": {
- "L": -0.3833,
- "M": 21.3059,
- "S": 0.09686
- },
- "117.0": {
- "L": -0.3833,
- "M": 21.5213,
- "S": 0.09707
- },
- "117.5": {
- "L": -0.3833,
- "M": 21.737,
- "S": 0.09727
- },
- "118.0": {
- "L": -0.3833,
- "M": 21.9529,
- "S": 0.09747
- },
- "118.5": {
- "L": -0.3833,
- "M": 22.169,
- "S": 0.09767
- },
- "119.0": {
- "L": -0.3833,
- "M": 22.3851,
- "S": 0.09788
- },
- "119.5": {
- "L": -0.3833,
- "M": 22.6012,
- "S": 0.09808
- },
- "120.0": {
- "L": -0.3833,
- "M": 22.8173,
- "S": 0.09828
- }
- }
- }
-}
\ No newline at end of file
diff --git a/Android/flutter_app/assets/image/Logo_SplashScreen.png b/Android/flutter_app/assets/image/Logo_SplashScreen.png
deleted file mode 100644
index ebf3149..0000000
Binary files a/Android/flutter_app/assets/image/Logo_SplashScreen.png and /dev/null differ
diff --git a/Android/flutter_app/assets/image/logo_sgizi.png b/Android/flutter_app/assets/image/logo_sgizi.png
deleted file mode 100644
index 8db39d6..0000000
Binary files a/Android/flutter_app/assets/image/logo_sgizi.png and /dev/null differ
diff --git a/Android/flutter_app/assets/image/onboarding_consultation.png b/Android/flutter_app/assets/image/onboarding_consultation.png
deleted file mode 100644
index 16abcb0..0000000
Binary files a/Android/flutter_app/assets/image/onboarding_consultation.png and /dev/null differ
diff --git a/Android/flutter_app/assets/image/onboarding_food.png b/Android/flutter_app/assets/image/onboarding_food.png
deleted file mode 100644
index a9cb56c..0000000
Binary files a/Android/flutter_app/assets/image/onboarding_food.png and /dev/null differ
diff --git a/Android/flutter_app/assets/image/onboarding_monitoring.png b/Android/flutter_app/assets/image/onboarding_monitoring.png
deleted file mode 100644
index b7ce6c1..0000000
Binary files a/Android/flutter_app/assets/image/onboarding_monitoring.png and /dev/null differ
diff --git a/Android/flutter_app/build/5974430849395ff1bd92022855159c98/.filecache b/Android/flutter_app/build/5974430849395ff1bd92022855159c98/.filecache
deleted file mode 100644
index 92dcac3..0000000
--- a/Android/flutter_app/build/5974430849395ff1bd92022855159c98/.filecache
+++ /dev/null
@@ -1 +0,0 @@
-{"version":2,"files":[{"path":"D:\\Tugas Akhir_1\\TA\\TA_App\\TA_App\\s_gizi\\Android\\flutter_app\\pubspec.yaml","hash":"5d5a9275d33a80c3a4696da1f1c87533"},{"path":"C:\\flutter\\bin\\cache\\dart-sdk\\version","hash":"d2e911f4f90d6beb874adeab92bff19c"},{"path":"d:\\tugas akhir_1\\ta\\ta_app\\ta_app\\s_gizi\\android\\flutter_app\\.dart_tool\\package_config.json","hash":"ddbcb93082a0a7aa7b7ad4a7d08a7249"},{"path":"C:\\flutter\\packages\\flutter_tools\\lib\\src\\build_system\\targets\\native_assets.dart","hash":"f78c405bcece3968277b212042da9ed6"},{"path":"D:\\Tugas Akhir_1\\TA\\TA_App\\TA_App\\s_gizi\\Android\\flutter_app\\build\\5974430849395ff1bd92022855159c98\\dart_build_result.json","hash":"4ddd7da43791ebef58df482a9a4e4133"},{"path":"D:\\Tugas Akhir_1\\TA\\TA_App\\TA_App\\s_gizi\\Android\\flutter_app\\.dart_tool\\package_config.json","hash":"ddbcb93082a0a7aa7b7ad4a7d08a7249"}]}
\ No newline at end of file
diff --git a/Android/flutter_app/build/5974430849395ff1bd92022855159c98/_composite.stamp b/Android/flutter_app/build/5974430849395ff1bd92022855159c98/_composite.stamp
deleted file mode 100644
index 1b2d28c..0000000
--- a/Android/flutter_app/build/5974430849395ff1bd92022855159c98/_composite.stamp
+++ /dev/null
@@ -1 +0,0 @@
-{"inputs":[],"outputs":[]}
\ No newline at end of file
diff --git a/Android/flutter_app/build/5974430849395ff1bd92022855159c98/dart_build.d b/Android/flutter_app/build/5974430849395ff1bd92022855159c98/dart_build.d
deleted file mode 100644
index 2281ec9..0000000
--- a/Android/flutter_app/build/5974430849395ff1bd92022855159c98/dart_build.d
+++ /dev/null
@@ -1 +0,0 @@
- D:\\Tugas\ Akhir_1\\TA\\TA_App\\TA_App\\s_gizi\\Android\\flutter_app\\build\\5974430849395ff1bd92022855159c98\\dart_build_result.json: C:\\flutter\\bin\\cache\\dart-sdk\\version D:\\Tugas\ Akhir_1\\TA\\TA_App\\TA_App\\s_gizi\\Android\\flutter_app\\.dart_tool\\package_config.json D:\\Tugas\ Akhir_1\\TA\\TA_App\\TA_App\\s_gizi\\Android\\flutter_app\\pubspec.yaml d:\\tugas\ akhir_1\\ta\\ta_app\\ta_app\\s_gizi\\android\\flutter_app\\.dart_tool\\package_config.json
\ No newline at end of file
diff --git a/Android/flutter_app/build/5974430849395ff1bd92022855159c98/dart_build.stamp b/Android/flutter_app/build/5974430849395ff1bd92022855159c98/dart_build.stamp
deleted file mode 100644
index 961aa55..0000000
--- a/Android/flutter_app/build/5974430849395ff1bd92022855159c98/dart_build.stamp
+++ /dev/null
@@ -1 +0,0 @@
-{"inputs":["C:\\flutter\\packages\\flutter_tools\\lib\\src\\build_system\\targets\\native_assets.dart","D:\\Tugas Akhir_1\\TA\\TA_App\\TA_App\\s_gizi\\Android\\flutter_app\\.dart_tool\\package_config.json","C:\\flutter\\bin\\cache\\dart-sdk\\version","D:\\Tugas Akhir_1\\TA\\TA_App\\TA_App\\s_gizi\\Android\\flutter_app\\.dart_tool\\package_config.json","D:\\Tugas Akhir_1\\TA\\TA_App\\TA_App\\s_gizi\\Android\\flutter_app\\pubspec.yaml","d:\\tugas akhir_1\\ta\\ta_app\\ta_app\\s_gizi\\android\\flutter_app\\.dart_tool\\package_config.json"],"outputs":["D:\\Tugas Akhir_1\\TA\\TA_App\\TA_App\\s_gizi\\Android\\flutter_app\\build\\5974430849395ff1bd92022855159c98\\dart_build_result.json","D:\\Tugas Akhir_1\\TA\\TA_App\\TA_App\\s_gizi\\Android\\flutter_app\\build\\5974430849395ff1bd92022855159c98\\dart_build_result.json"]}
\ No newline at end of file
diff --git a/Android/flutter_app/build/5974430849395ff1bd92022855159c98/dart_build_result.json b/Android/flutter_app/build/5974430849395ff1bd92022855159c98/dart_build_result.json
deleted file mode 100644
index 6da6fac..0000000
--- a/Android/flutter_app/build/5974430849395ff1bd92022855159c98/dart_build_result.json
+++ /dev/null
@@ -1 +0,0 @@
-{"build_start":"2026-05-08T00:49:11.805631","build_end":"2026-05-08T00:49:13.069857","dependencies":["file:///C:/flutter/bin/cache/dart-sdk/version","file:///D:/Tugas%20Akhir_1/TA/TA_App/TA_App/s_gizi/Android/flutter_app/.dart_tool/package_config.json","file:///D:/Tugas%20Akhir_1/TA/TA_App/TA_App/s_gizi/Android/flutter_app/pubspec.yaml","file:///d:/tugas%20akhir_1/ta/ta_app/ta_app/s_gizi/android/flutter_app/.dart_tool/package_config.json"],"code_assets":[],"data_assets":[]}
\ No newline at end of file
diff --git a/Android/flutter_app/build/5974430849395ff1bd92022855159c98/gen_dart_plugin_registrant.stamp b/Android/flutter_app/build/5974430849395ff1bd92022855159c98/gen_dart_plugin_registrant.stamp
deleted file mode 100644
index 1b2d28c..0000000
--- a/Android/flutter_app/build/5974430849395ff1bd92022855159c98/gen_dart_plugin_registrant.stamp
+++ /dev/null
@@ -1 +0,0 @@
-{"inputs":[],"outputs":[]}
\ No newline at end of file
diff --git a/Android/flutter_app/build/5974430849395ff1bd92022855159c98/gen_localizations.stamp b/Android/flutter_app/build/5974430849395ff1bd92022855159c98/gen_localizations.stamp
deleted file mode 100644
index 1b2d28c..0000000
--- a/Android/flutter_app/build/5974430849395ff1bd92022855159c98/gen_localizations.stamp
+++ /dev/null
@@ -1 +0,0 @@
-{"inputs":[],"outputs":[]}
\ No newline at end of file
diff --git a/Android/flutter_app/build/5974430849395ff1bd92022855159c98/outputs.json b/Android/flutter_app/build/5974430849395ff1bd92022855159c98/outputs.json
deleted file mode 100644
index f546196..0000000
--- a/Android/flutter_app/build/5974430849395ff1bd92022855159c98/outputs.json
+++ /dev/null
@@ -1 +0,0 @@
-["D:\\Tugas Akhir_1\\TA\\TA_App\\TA_App\\s_gizi\\Android\\flutter_app\\build\\5974430849395ff1bd92022855159c98\\dart_build_result.json"]
\ No newline at end of file
diff --git a/Android/flutter_app/build/89a6598c8854ed031dfc25d83c80860e.cache.dill.track.dill b/Android/flutter_app/build/89a6598c8854ed031dfc25d83c80860e.cache.dill.track.dill
deleted file mode 100644
index a28204a..0000000
Binary files a/Android/flutter_app/build/89a6598c8854ed031dfc25d83c80860e.cache.dill.track.dill and /dev/null differ
diff --git a/Android/flutter_app/build/flutter_assets/AssetManifest.bin b/Android/flutter_app/build/flutter_assets/AssetManifest.bin
deleted file mode 100644
index 6999bec..0000000
--- a/Android/flutter_app/build/flutter_assets/AssetManifest.bin
+++ /dev/null
@@ -1 +0,0 @@
-
assets/data/lms_who_final.json
assetassets/data/lms_who_final.json"assets/image/Logo_SplashScreen.png
asset"assets/image/Logo_SplashScreen.pngassets/image/logo_sgizi.png
assetassets/image/logo_sgizi.png(assets/image/onboarding_consultation.png
asset(assets/image/onboarding_consultation.png assets/image/onboarding_food.png
asset assets/image/onboarding_food.png&assets/image/onboarding_monitoring.png
asset&assets/image/onboarding_monitoring.png1packages/bootstrap_icons/fonts/BootstrapIcons.ttf
asset1packages/bootstrap_icons/fonts/BootstrapIcons.ttf2packages/cupertino_icons/assets/CupertinoIcons.ttf
asset2packages/cupertino_icons/assets/CupertinoIcons.ttfMpackages/font_awesome_flutter/lib/fonts/Font-Awesome-7-Brands-Regular-400.otf
assetMpackages/font_awesome_flutter/lib/fonts/Font-Awesome-7-Brands-Regular-400.otfKpackages/font_awesome_flutter/lib/fonts/Font-Awesome-7-Free-Regular-400.otf
assetKpackages/font_awesome_flutter/lib/fonts/Font-Awesome-7-Free-Regular-400.otfIpackages/font_awesome_flutter/lib/fonts/Font-Awesome-7-Free-Solid-900.otf
assetIpackages/font_awesome_flutter/lib/fonts/Font-Awesome-7-Free-Solid-900.otf'packages/lucide_icons/assets/lucide.ttf
asset'packages/lucide_icons/assets/lucide.ttf5packages/phosphor_flutter/lib/fonts/Phosphor-Bold.ttf
asset5packages/phosphor_flutter/lib/fonts/Phosphor-Bold.ttf8packages/phosphor_flutter/lib/fonts/Phosphor-Duotone.ttf
asset8packages/phosphor_flutter/lib/fonts/Phosphor-Duotone.ttf5packages/phosphor_flutter/lib/fonts/Phosphor-Fill.ttf
asset5packages/phosphor_flutter/lib/fonts/Phosphor-Fill.ttf6packages/phosphor_flutter/lib/fonts/Phosphor-Light.ttf
asset6packages/phosphor_flutter/lib/fonts/Phosphor-Light.ttf5packages/phosphor_flutter/lib/fonts/Phosphor-Thin.ttf
asset5packages/phosphor_flutter/lib/fonts/Phosphor-Thin.ttf0packages/phosphor_flutter/lib/fonts/Phosphor.ttf
asset0packages/phosphor_flutter/lib/fonts/Phosphor.ttf
\ No newline at end of file
diff --git a/Android/flutter_app/build/flutter_assets/AssetManifest.bin.json b/Android/flutter_app/build/flutter_assets/AssetManifest.bin.json
deleted file mode 100644
index f834f9b..0000000
--- a/Android/flutter_app/build/flutter_assets/AssetManifest.bin.json
+++ /dev/null
@@ -1 +0,0 @@
-"DRIHHmFzc2V0cy9kYXRhL2xtc193aG9fZmluYWwuanNvbgwBDQEHBWFzc2V0Bx5hc3NldHMvZGF0YS9sbXNfd2hvX2ZpbmFsLmpzb24HImFzc2V0cy9pbWFnZS9Mb2dvX1NwbGFzaFNjcmVlbi5wbmcMAQ0BBwVhc3NldAciYXNzZXRzL2ltYWdlL0xvZ29fU3BsYXNoU2NyZWVuLnBuZwcbYXNzZXRzL2ltYWdlL2xvZ29fc2dpemkucG5nDAENAQcFYXNzZXQHG2Fzc2V0cy9pbWFnZS9sb2dvX3NnaXppLnBuZwcoYXNzZXRzL2ltYWdlL29uYm9hcmRpbmdfY29uc3VsdGF0aW9uLnBuZwwBDQEHBWFzc2V0Byhhc3NldHMvaW1hZ2Uvb25ib2FyZGluZ19jb25zdWx0YXRpb24ucG5nByBhc3NldHMvaW1hZ2Uvb25ib2FyZGluZ19mb29kLnBuZwwBDQEHBWFzc2V0ByBhc3NldHMvaW1hZ2Uvb25ib2FyZGluZ19mb29kLnBuZwcmYXNzZXRzL2ltYWdlL29uYm9hcmRpbmdfbW9uaXRvcmluZy5wbmcMAQ0BBwVhc3NldAcmYXNzZXRzL2ltYWdlL29uYm9hcmRpbmdfbW9uaXRvcmluZy5wbmcHMXBhY2thZ2VzL2Jvb3RzdHJhcF9pY29ucy9mb250cy9Cb290c3RyYXBJY29ucy50dGYMAQ0BBwVhc3NldAcxcGFja2FnZXMvYm9vdHN0cmFwX2ljb25zL2ZvbnRzL0Jvb3RzdHJhcEljb25zLnR0ZgcycGFja2FnZXMvY3VwZXJ0aW5vX2ljb25zL2Fzc2V0cy9DdXBlcnRpbm9JY29ucy50dGYMAQ0BBwVhc3NldAcycGFja2FnZXMvY3VwZXJ0aW5vX2ljb25zL2Fzc2V0cy9DdXBlcnRpbm9JY29ucy50dGYHTXBhY2thZ2VzL2ZvbnRfYXdlc29tZV9mbHV0dGVyL2xpYi9mb250cy9Gb250LUF3ZXNvbWUtNy1CcmFuZHMtUmVndWxhci00MDAub3RmDAENAQcFYXNzZXQHTXBhY2thZ2VzL2ZvbnRfYXdlc29tZV9mbHV0dGVyL2xpYi9mb250cy9Gb250LUF3ZXNvbWUtNy1CcmFuZHMtUmVndWxhci00MDAub3RmB0twYWNrYWdlcy9mb250X2F3ZXNvbWVfZmx1dHRlci9saWIvZm9udHMvRm9udC1Bd2Vzb21lLTctRnJlZS1SZWd1bGFyLTQwMC5vdGYMAQ0BBwVhc3NldAdLcGFja2FnZXMvZm9udF9hd2Vzb21lX2ZsdXR0ZXIvbGliL2ZvbnRzL0ZvbnQtQXdlc29tZS03LUZyZWUtUmVndWxhci00MDAub3RmB0lwYWNrYWdlcy9mb250X2F3ZXNvbWVfZmx1dHRlci9saWIvZm9udHMvRm9udC1Bd2Vzb21lLTctRnJlZS1Tb2xpZC05MDAub3RmDAENAQcFYXNzZXQHSXBhY2thZ2VzL2ZvbnRfYXdlc29tZV9mbHV0dGVyL2xpYi9mb250cy9Gb250LUF3ZXNvbWUtNy1GcmVlLVNvbGlkLTkwMC5vdGYHJ3BhY2thZ2VzL2x1Y2lkZV9pY29ucy9hc3NldHMvbHVjaWRlLnR0ZgwBDQEHBWFzc2V0BydwYWNrYWdlcy9sdWNpZGVfaWNvbnMvYXNzZXRzL2x1Y2lkZS50dGYHNXBhY2thZ2VzL3Bob3NwaG9yX2ZsdXR0ZXIvbGliL2ZvbnRzL1Bob3NwaG9yLUJvbGQudHRmDAENAQcFYXNzZXQHNXBhY2thZ2VzL3Bob3NwaG9yX2ZsdXR0ZXIvbGliL2ZvbnRzL1Bob3NwaG9yLUJvbGQudHRmBzhwYWNrYWdlcy9waG9zcGhvcl9mbHV0dGVyL2xpYi9mb250cy9QaG9zcGhvci1EdW90b25lLnR0ZgwBDQEHBWFzc2V0BzhwYWNrYWdlcy9waG9zcGhvcl9mbHV0dGVyL2xpYi9mb250cy9QaG9zcGhvci1EdW90b25lLnR0Zgc1cGFja2FnZXMvcGhvc3Bob3JfZmx1dHRlci9saWIvZm9udHMvUGhvc3Bob3ItRmlsbC50dGYMAQ0BBwVhc3NldAc1cGFja2FnZXMvcGhvc3Bob3JfZmx1dHRlci9saWIvZm9udHMvUGhvc3Bob3ItRmlsbC50dGYHNnBhY2thZ2VzL3Bob3NwaG9yX2ZsdXR0ZXIvbGliL2ZvbnRzL1Bob3NwaG9yLUxpZ2h0LnR0ZgwBDQEHBWFzc2V0BzZwYWNrYWdlcy9waG9zcGhvcl9mbHV0dGVyL2xpYi9mb250cy9QaG9zcGhvci1MaWdodC50dGYHNXBhY2thZ2VzL3Bob3NwaG9yX2ZsdXR0ZXIvbGliL2ZvbnRzL1Bob3NwaG9yLVRoaW4udHRmDAENAQcFYXNzZXQHNXBhY2thZ2VzL3Bob3NwaG9yX2ZsdXR0ZXIvbGliL2ZvbnRzL1Bob3NwaG9yLVRoaW4udHRmBzBwYWNrYWdlcy9waG9zcGhvcl9mbHV0dGVyL2xpYi9mb250cy9QaG9zcGhvci50dGYMAQ0BBwVhc3NldAcwcGFja2FnZXMvcGhvc3Bob3JfZmx1dHRlci9saWIvZm9udHMvUGhvc3Bob3IudHRm"
\ No newline at end of file
diff --git a/Android/flutter_app/build/flutter_assets/FontManifest.json b/Android/flutter_app/build/flutter_assets/FontManifest.json
deleted file mode 100644
index 18d7e20..0000000
--- a/Android/flutter_app/build/flutter_assets/FontManifest.json
+++ /dev/null
@@ -1 +0,0 @@
-[{"family":"MaterialIcons","fonts":[{"asset":"fonts/MaterialIcons-Regular.otf"}]},{"family":"packages/phosphor_flutter/PhosphorBold","fonts":[{"weight":400,"asset":"packages/phosphor_flutter/lib/fonts/Phosphor-Bold.ttf"}]},{"family":"packages/phosphor_flutter/PhosphorDuotone","fonts":[{"weight":400,"asset":"packages/phosphor_flutter/lib/fonts/Phosphor-Duotone.ttf"}]},{"family":"packages/phosphor_flutter/PhosphorFill","fonts":[{"weight":400,"asset":"packages/phosphor_flutter/lib/fonts/Phosphor-Fill.ttf"}]},{"family":"packages/phosphor_flutter/PhosphorLight","fonts":[{"weight":400,"asset":"packages/phosphor_flutter/lib/fonts/Phosphor-Light.ttf"}]},{"family":"packages/phosphor_flutter/PhosphorThin","fonts":[{"weight":400,"asset":"packages/phosphor_flutter/lib/fonts/Phosphor-Thin.ttf"}]},{"family":"packages/phosphor_flutter/PhosphorRegular","fonts":[{"weight":400,"asset":"packages/phosphor_flutter/lib/fonts/Phosphor.ttf"}]},{"family":"packages/lucide_icons/Lucide","fonts":[{"asset":"packages/lucide_icons/assets/lucide.ttf"}]},{"family":"packages/font_awesome_flutter/FontAwesomeBrands","fonts":[{"weight":400,"asset":"packages/font_awesome_flutter/lib/fonts/Font-Awesome-7-Brands-Regular-400.otf"}]},{"family":"packages/font_awesome_flutter/FontAwesomeRegular","fonts":[{"weight":400,"asset":"packages/font_awesome_flutter/lib/fonts/Font-Awesome-7-Free-Regular-400.otf"}]},{"family":"packages/font_awesome_flutter/FontAwesomeSolid","fonts":[{"weight":900,"asset":"packages/font_awesome_flutter/lib/fonts/Font-Awesome-7-Free-Solid-900.otf"}]},{"family":"packages/cupertino_icons/CupertinoIcons","fonts":[{"asset":"packages/cupertino_icons/assets/CupertinoIcons.ttf"}]},{"family":"packages/bootstrap_icons/BootstrapIcons","fonts":[{"asset":"packages/bootstrap_icons/fonts/BootstrapIcons.ttf"}]}]
\ No newline at end of file
diff --git a/Android/flutter_app/build/flutter_assets/NOTICES b/Android/flutter_app/build/flutter_assets/NOTICES
deleted file mode 100644
index d518cc1..0000000
--- a/Android/flutter_app/build/flutter_assets/NOTICES
+++ /dev/null
@@ -1,31905 +0,0 @@
-abseil-cpp
-
-
- Apache License
- Version 2.0, January 2004
- https://www.apache.org/licenses/
-
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
-
- 1. Definitions.
-
- "License" shall mean the terms and conditions for use, reproduction,
- and distribution as defined by Sections 1 through 9 of this document.
-
- "Licensor" shall mean the copyright owner or entity authorized by
- the copyright owner that is granting the License.
-
- "Legal Entity" shall mean the union of the acting entity and all
- other entities that control, are controlled by, or are under common
- control with that entity. For the purposes of this definition,
- "control" means (i) the power, direct or indirect, to cause the
- direction or management of such entity, whether by contract or
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
- outstanding shares, or (iii) beneficial ownership of such entity.
-
- "You" (or "Your") shall mean an individual or Legal Entity
- exercising permissions granted by this License.
-
- "Source" form shall mean the preferred form for making modifications,
- including but not limited to software source code, documentation
- source, and configuration files.
-
- "Object" form shall mean any form resulting from mechanical
- transformation or translation of a Source form, including but
- not limited to compiled object code, generated documentation,
- and conversions to other media types.
-
- "Work" shall mean the work of authorship, whether in Source or
- Object form, made available under the License, as indicated by a
- copyright notice that is included in or attached to the work
- (an example is provided in the Appendix below).
-
- "Derivative Works" shall mean any work, whether in Source or Object
- form, that is based on (or derived from) the Work and for which the
- editorial revisions, annotations, elaborations, or other modifications
- represent, as a whole, an original work of authorship. For the purposes
- of this License, Derivative Works shall not include works that remain
- separable from, or merely link (or bind by name) to the interfaces of,
- the Work and Derivative Works thereof.
-
- "Contribution" shall mean any work of authorship, including
- the original version of the Work and any modifications or additions
- to that Work or Derivative Works thereof, that is intentionally
- submitted to Licensor for inclusion in the Work by the copyright owner
- or by an individual or Legal Entity authorized to submit on behalf of
- the copyright owner. For the purposes of this definition, "submitted"
- means any form of electronic, verbal, or written communication sent
- to the Licensor or its representatives, including but not limited to
- communication on electronic mailing lists, source code control systems,
- and issue tracking systems that are managed by, or on behalf of, the
- Licensor for the purpose of discussing and improving the Work, but
- excluding communication that is conspicuously marked or otherwise
- designated in writing by the copyright owner as "Not a Contribution."
-
- "Contributor" shall mean Licensor and any individual or Legal Entity
- on behalf of whom a Contribution has been received by Licensor and
- subsequently incorporated within the Work.
-
- 2. Grant of Copyright License. Subject to the terms and conditions of
- this License, each Contributor hereby grants to You a perpetual,
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
- copyright license to reproduce, prepare Derivative Works of,
- publicly display, publicly perform, sublicense, and distribute the
- Work and such Derivative Works in Source or Object form.
-
- 3. Grant of Patent License. Subject to the terms and conditions of
- this License, each Contributor hereby grants to You a perpetual,
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
- (except as stated in this section) patent license to make, have made,
- use, offer to sell, sell, import, and otherwise transfer the Work,
- where such license applies only to those patent claims licensable
- by such Contributor that are necessarily infringed by their
- Contribution(s) alone or by combination of their Contribution(s)
- with the Work to which such Contribution(s) was submitted. If You
- institute patent litigation against any entity (including a
- cross-claim or counterclaim in a lawsuit) alleging that the Work
- or a Contribution incorporated within the Work constitutes direct
- or contributory patent infringement, then any patent licenses
- granted to You under this License for that Work shall terminate
- as of the date such litigation is filed.
-
- 4. Redistribution. You may reproduce and distribute copies of the
- Work or Derivative Works thereof in any medium, with or without
- modifications, and in Source or Object form, provided that You
- meet the following conditions:
-
- (a) You must give any other recipients of the Work or
- Derivative Works a copy of this License; and
-
- (b) You must cause any modified files to carry prominent notices
- stating that You changed the files; and
-
- (c) You must retain, in the Source form of any Derivative Works
- that You distribute, all copyright, patent, trademark, and
- attribution notices from the Source form of the Work,
- excluding those notices that do not pertain to any part of
- the Derivative Works; and
-
- (d) If the Work includes a "NOTICE" text file as part of its
- distribution, then any Derivative Works that You distribute must
- include a readable copy of the attribution notices contained
- within such NOTICE file, excluding those notices that do not
- pertain to any part of the Derivative Works, in at least one
- of the following places: within a NOTICE text file distributed
- as part of the Derivative Works; within the Source form or
- documentation, if provided along with the Derivative Works; or,
- within a display generated by the Derivative Works, if and
- wherever such third-party notices normally appear. The contents
- of the NOTICE file are for informational purposes only and
- do not modify the License. You may add Your own attribution
- notices within Derivative Works that You distribute, alongside
- or as an addendum to the NOTICE text from the Work, provided
- that such additional attribution notices cannot be construed
- as modifying the License.
-
- You may add Your own copyright statement to Your modifications and
- may provide additional or different license terms and conditions
- for use, reproduction, or distribution of Your modifications, or
- for any such Derivative Works as a whole, provided Your use,
- reproduction, and distribution of the Work otherwise complies with
- the conditions stated in this License.
-
- 5. Submission of Contributions. Unless You explicitly state otherwise,
- any Contribution intentionally submitted for inclusion in the Work
- by You to the Licensor shall be under the terms and conditions of
- this License, without any additional terms or conditions.
- Notwithstanding the above, nothing herein shall supersede or modify
- the terms of any separate license agreement you may have executed
- with Licensor regarding such Contributions.
-
- 6. Trademarks. This License does not grant permission to use the trade
- names, trademarks, service marks, or product names of the Licensor,
- except as required for reasonable and customary use in describing the
- origin of the Work and reproducing the content of the NOTICE file.
-
- 7. Disclaimer of Warranty. Unless required by applicable law or
- agreed to in writing, Licensor provides the Work (and each
- Contributor provides its Contributions) on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
- implied, including, without limitation, any warranties or conditions
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
- PARTICULAR PURPOSE. You are solely responsible for determining the
- appropriateness of using or redistributing the Work and assume any
- risks associated with Your exercise of permissions under this License.
-
- 8. Limitation of Liability. In no event and under no legal theory,
- whether in tort (including negligence), contract, or otherwise,
- unless required by applicable law (such as deliberate and grossly
- negligent acts) or agreed to in writing, shall any Contributor be
- liable to You for damages, including any direct, indirect, special,
- incidental, or consequential damages of any character arising as a
- result of this License or out of the use or inability to use the
- Work (including but not limited to damages for loss of goodwill,
- work stoppage, computer failure or malfunction, or any and all
- other commercial damages or losses), even if such Contributor
- has been advised of the possibility of such damages.
-
- 9. Accepting Warranty or Additional Liability. While redistributing
- the Work or Derivative Works thereof, You may choose to offer,
- and charge a fee for, acceptance of support, warranty, indemnity,
- or other liability obligations and/or rights consistent with this
- License. However, in accepting such obligations, You may act only
- on Your own behalf and on Your sole responsibility, not on behalf
- of any other Contributor, and only if You agree to indemnify,
- defend, and hold each Contributor harmless for any liability
- incurred by, or claims asserted against, such Contributor by reason
- of your accepting any such warranty or additional liability.
-
- END OF TERMS AND CONDITIONS
-
- APPENDIX: How to apply the Apache License to your work.
-
- To apply the Apache License to your work, attach the following
- boilerplate notice, with the fields enclosed by brackets "[]"
- replaced with your own identifying information. (Don't include
- the brackets!) The text should be enclosed in the appropriate
- comment syntax for the file format. We also recommend that a
- file or class name and description of purpose be included on the
- same "printed page" as the copyright notice for easier
- identification within third-party archives.
-
- Copyright [yyyy] [name of copyright owner]
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- https://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
---------------------------------------------------------------------------------
-abseil-cpp
-
-Copyright 2020 The Chromium Authors
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file.
---------------------------------------------------------------------------------
-accessibility
-
-Copyright (c) 2009 The Chromium Authors. All rights reserved.
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file.
---------------------------------------------------------------------------------
-accessibility
-
-Copyright (c) 2010 The Chromium Authors. All rights reserved.
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file.
---------------------------------------------------------------------------------
-accessibility
-
-Copyright 2015 The Chromium Authors. All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are
-met:
-
- * Redistributions of source code must retain the above copyright
-notice, this list of conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above
-copyright notice, this list of conditions and the following disclaimer
-in the documentation and/or other materials provided with the
-distribution.
- * Neither the name of Google Inc. nor the names of its
-contributors may be used to endorse or promote products derived from
-this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
---------------------------------------------------------------------------------
-accessibility
-angle
-dart
-
-Copyright (c) 2011 The Chromium Authors. All rights reserved.
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file.
---------------------------------------------------------------------------------
-accessibility
-angle
-dart
-skia
-
-Copyright (c) 2013 The Chromium Authors. All rights reserved.
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file.
---------------------------------------------------------------------------------
-accessibility
-angle
-dart
-skia
-
-Copyright 2014 The Chromium Authors. All rights reserved.
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file.
---------------------------------------------------------------------------------
-accessibility
-angle
-perfetto
-skia
-
-Copyright 2020 The Chromium Authors. All rights reserved.
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file.
---------------------------------------------------------------------------------
-accessibility
-angle
-skia
-
-Copyright 2017 The Chromium Authors. All rights reserved.
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file.
---------------------------------------------------------------------------------
-accessibility
-angle
-skia
-
-Copyright 2018 The Chromium Authors. All rights reserved.
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file.
---------------------------------------------------------------------------------
-accessibility
-brotli
-icu
-skia
-
-Copyright 2015 The Chromium Authors. All rights reserved.
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file.
---------------------------------------------------------------------------------
-accessibility
-dart
-flutter
-icu
-skia
-
-Copyright (c) 2012 The Chromium Authors. All rights reserved.
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file.
---------------------------------------------------------------------------------
-accessibility
-dart
-flutter
-spring_animation
-tonic
-web_test_fonts
-
-Copyright 2013 The Flutter Authors. All rights reserved.
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file.
---------------------------------------------------------------------------------
-accessibility
-dart
-skia
-
-Copyright 2019 The Chromium Authors. All rights reserved.
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file.
---------------------------------------------------------------------------------
-accessibility
-icu
-skia
-
-Copyright 2016 The Chromium Authors. All rights reserved.
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file.
---------------------------------------------------------------------------------
-accessibility
-skia
-
-Copyright (c) 2014 The Chromium Authors. All rights reserved.
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file.
---------------------------------------------------------------------------------
-accessibility
-skia
-
-Copyright 2013 The Chromium Authors. All rights reserved.
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file.
---------------------------------------------------------------------------------
-angle
-
-// Copyright 2018 The ANGLE Project Authors.
-// All rights reserved.
-//
-// Redistribution and use in source and binary forms, with or without
-// modification, are permitted provided that the following conditions
-// are met:
-//
-// Redistributions of source code must retain the above copyright
-// notice, this list of conditions and the following disclaimer.
-//
-// Redistributions in binary form must reproduce the above
-// copyright notice, this list of conditions and the following
-// disclaimer in the documentation and/or other materials provided
-// with the distribution.
-//
-// Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc.
-// Ltd., nor the names of their contributors may be used to endorse
-// or promote products derived from this software without specific
-// prior written permission.
-//
-// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
-// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
-// COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
-// INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
-// BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-// LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-// CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-// LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
-// ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
-// POSSIBILITY OF SUCH DAMAGE.
---------------------------------------------------------------------------------
-angle
-
-Copyright (c) 2008-2017 The Khronos Group Inc.
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
---------------------------------------------------------------------------------
-angle
-
-Copyright (c) 2008-2020 The Khronos Group Inc.
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
---------------------------------------------------------------------------------
-angle
-
-Copyright (c) 2008-2021 The Khronos Group Inc.
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
---------------------------------------------------------------------------------
-angle
-
-Copyright (c) 2008-2023 The Khronos Group Inc.
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
---------------------------------------------------------------------------------
-angle
-
-Copyright (c) 2013-2017 The Khronos Group Inc.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and/or associated documentation files (the
-"Materials"), to deal in the Materials without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Materials, and to
-permit persons to whom the Materials are furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Materials.
-
-THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
-MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
---------------------------------------------------------------------------------
-angle
-
-Copyright (c) 2013-2018 The Khronos Group Inc.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and/or associated documentation files (the
-"Materials"), to deal in the Materials without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Materials, and to
-permit persons to whom the Materials are furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Materials.
-
-THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
-MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
---------------------------------------------------------------------------------
-angle
-
-Copyright (c) 2017 The Khronos Group Inc.
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
---------------------------------------------------------------------------------
-angle
-
-Copyright (c) 2018-2020 The Khronos Group Inc.
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
---------------------------------------------------------------------------------
-angle
-
-Copyright (c) 2019-2020 The Khronos Group Inc.
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
---------------------------------------------------------------------------------
-angle
-
-Copyright (c) 2020 The ANGLE Project Authors. All rights reserved.
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file.
---------------------------------------------------------------------------------
-angle
-
-Copyright (c) 2023 The Khronos Group Inc.
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
---------------------------------------------------------------------------------
-angle
-
-Copyright 2002 The ANGLE Project Authors. All rights reserved.
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file.
---------------------------------------------------------------------------------
-angle
-
-Copyright 2007-2020 The Khronos Group Inc.
-SPDX-License-Identifier: Apache-2.0
---------------------------------------------------------------------------------
-angle
-
-Copyright 2010 The ANGLE Project Authors. All rights reserved.
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file.
---------------------------------------------------------------------------------
-angle
-
-Copyright 2011 The ANGLE Project Authors. All rights reserved.
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file.
---------------------------------------------------------------------------------
-angle
-
-Copyright 2012 The ANGLE Project Authors. All rights reserved.
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file.
---------------------------------------------------------------------------------
-angle
-
-Copyright 2013 The ANGLE Project Authors. All rights reserved.
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file.
---------------------------------------------------------------------------------
-angle
-
-Copyright 2013-2020 The Khronos Group Inc.
-SPDX-License-Identifier: Apache-2.0
---------------------------------------------------------------------------------
-angle
-
-Copyright 2014 The ANGLE Project Authors. All rights reserved.
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file.
---------------------------------------------------------------------------------
-angle
-
-Copyright 2015 Google Inc. All rights reserved.
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file.
---------------------------------------------------------------------------------
-angle
-
-Copyright 2015 The ANGLE Project Authors. All rights reserved.
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file.
---------------------------------------------------------------------------------
-angle
-
-Copyright 2016 The ANGLE Project Authors. All rights reserved.
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file.
---------------------------------------------------------------------------------
-angle
-
-Copyright 2017 The ANGLE Project Authors. All rights reserved.
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file.
---------------------------------------------------------------------------------
-angle
-
-Copyright 2017-2020 The Khronos Group Inc.
-SPDX-License-Identifier: Apache-2.0
---------------------------------------------------------------------------------
-angle
-
-Copyright 2018 The ANGLE Project Authors. All rights reserved.
- Use of this source code is governed by a BSD-style license that can be
- found in the LICENSE file.
---------------------------------------------------------------------------------
-angle
-
-Copyright 2018 The ANGLE Project Authors. All rights reserved.
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file.
---------------------------------------------------------------------------------
-angle
-
-Copyright 2019 The ANGLE Project Authors. All rights reserved.
- Use of this source code is governed by a BSD-style license that can be
- found in the LICENSE file.
---------------------------------------------------------------------------------
-angle
-
-Copyright 2019 The ANGLE Project. All rights reserved.
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file.
---------------------------------------------------------------------------------
-angle
-
-Copyright 2019 The ANGLE project authors. All Rights Reserved.
-
-Use of this source code is governed by a BSD-style license
-that can be found in the LICENSE file
---------------------------------------------------------------------------------
-angle
-
-Copyright 2019 The Android Open Source Project
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
---------------------------------------------------------------------------------
-angle
-
-Copyright 2019 The Fuchsia Authors. All rights reserved.
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file.
---------------------------------------------------------------------------------
-angle
-
-Copyright 2020 The ANGLE Project Authors. All rights reserved.
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file.
---------------------------------------------------------------------------------
-angle
-
-Copyright 2020 The ANGLE Project. All rights reserved.
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file.
---------------------------------------------------------------------------------
-angle
-
-Copyright 2021 The ANGLE Project Authors. All rights reserved.
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file.
---------------------------------------------------------------------------------
-angle
-
-Copyright 2021 The ANGLE Project. All rights reserved.
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file.
---------------------------------------------------------------------------------
-angle
-
-Copyright 2021-2022 The ANGLE Project Authors. All rights reserved.
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file.
---------------------------------------------------------------------------------
-angle
-
-Copyright 2022 The ANGLE Project Authors. All rights reserved.
- Use of this source code is governed by a BSD-style license that can be
- found in the LICENSE file.
---------------------------------------------------------------------------------
-angle
-
-Copyright 2022 The ANGLE Project Authors. All rights reserved.
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file.
---------------------------------------------------------------------------------
-angle
-
-Copyright 2023 The ANGLE Project Authors. All rights reserved.
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file.
---------------------------------------------------------------------------------
-angle
-
-Copyright 2023 The Android Open Source Project
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
---------------------------------------------------------------------------------
-angle
-
-Copyright 2024 Google Inc. All rights reserved.
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file.
---------------------------------------------------------------------------------
-angle
-
-Copyright 2024 The ANGLE Project Authors. All rights reserved.
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file.
---------------------------------------------------------------------------------
-angle
-
-Copyright 2024 The ANGLE Project Authors. All rights reserved.
-Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
---------------------------------------------------------------------------------
-angle
-
-Copyright 2025 The ANGLE Project Authors. All rights reserved.
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file.
---------------------------------------------------------------------------------
-angle
-
-Copyright The ANGLE Project Authors. All rights reserved.
- Use of this source code is governed by a BSD-style license that can be
- found in the LICENSE file.
---------------------------------------------------------------------------------
-angle
-
-Copyright The ANGLE Project Authors. All rights reserved.
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file.
---------------------------------------------------------------------------------
-angle
-
-Copyright {copyright_year} The ANGLE Project Authors. All rights reserved.
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file.
---------------------------------------------------------------------------------
-angle
-benchmark
-boringssl
-clock
-cpu_features
-fake_async
-flatbuffers
-gtest-parallel
-spirv-cross
-spirv-tools
-swiftshader
-vulkan-headers
-vulkan-tools
-vulkan-utility-libraries
-wuffs
-wycheproof_testvectors
-yapf
-
-
- Apache License
- Version 2.0, January 2004
- http://www.apache.org/licenses/
-
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
-
- 1. Definitions.
-
- "License" shall mean the terms and conditions for use, reproduction,
- and distribution as defined by Sections 1 through 9 of this document.
-
- "Licensor" shall mean the copyright owner or entity authorized by
- the copyright owner that is granting the License.
-
- "Legal Entity" shall mean the union of the acting entity and all
- other entities that control, are controlled by, or are under common
- control with that entity. For the purposes of this definition,
- "control" means (i) the power, direct or indirect, to cause the
- direction or management of such entity, whether by contract or
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
- outstanding shares, or (iii) beneficial ownership of such entity.
-
- "You" (or "Your") shall mean an individual or Legal Entity
- exercising permissions granted by this License.
-
- "Source" form shall mean the preferred form for making modifications,
- including but not limited to software source code, documentation
- source, and configuration files.
-
- "Object" form shall mean any form resulting from mechanical
- transformation or translation of a Source form, including but
- not limited to compiled object code, generated documentation,
- and conversions to other media types.
-
- "Work" shall mean the work of authorship, whether in Source or
- Object form, made available under the License, as indicated by a
- copyright notice that is included in or attached to the work
- (an example is provided in the Appendix below).
-
- "Derivative Works" shall mean any work, whether in Source or Object
- form, that is based on (or derived from) the Work and for which the
- editorial revisions, annotations, elaborations, or other modifications
- represent, as a whole, an original work of authorship. For the purposes
- of this License, Derivative Works shall not include works that remain
- separable from, or merely link (or bind by name) to the interfaces of,
- the Work and Derivative Works thereof.
-
- "Contribution" shall mean any work of authorship, including
- the original version of the Work and any modifications or additions
- to that Work or Derivative Works thereof, that is intentionally
- submitted to Licensor for inclusion in the Work by the copyright owner
- or by an individual or Legal Entity authorized to submit on behalf of
- the copyright owner. For the purposes of this definition, "submitted"
- means any form of electronic, verbal, or written communication sent
- to the Licensor or its representatives, including but not limited to
- communication on electronic mailing lists, source code control systems,
- and issue tracking systems that are managed by, or on behalf of, the
- Licensor for the purpose of discussing and improving the Work, but
- excluding communication that is conspicuously marked or otherwise
- designated in writing by the copyright owner as "Not a Contribution."
-
- "Contributor" shall mean Licensor and any individual or Legal Entity
- on behalf of whom a Contribution has been received by Licensor and
- subsequently incorporated within the Work.
-
- 2. Grant of Copyright License. Subject to the terms and conditions of
- this License, each Contributor hereby grants to You a perpetual,
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
- copyright license to reproduce, prepare Derivative Works of,
- publicly display, publicly perform, sublicense, and distribute the
- Work and such Derivative Works in Source or Object form.
-
- 3. Grant of Patent License. Subject to the terms and conditions of
- this License, each Contributor hereby grants to You a perpetual,
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
- (except as stated in this section) patent license to make, have made,
- use, offer to sell, sell, import, and otherwise transfer the Work,
- where such license applies only to those patent claims licensable
- by such Contributor that are necessarily infringed by their
- Contribution(s) alone or by combination of their Contribution(s)
- with the Work to which such Contribution(s) was submitted. If You
- institute patent litigation against any entity (including a
- cross-claim or counterclaim in a lawsuit) alleging that the Work
- or a Contribution incorporated within the Work constitutes direct
- or contributory patent infringement, then any patent licenses
- granted to You under this License for that Work shall terminate
- as of the date such litigation is filed.
-
- 4. Redistribution. You may reproduce and distribute copies of the
- Work or Derivative Works thereof in any medium, with or without
- modifications, and in Source or Object form, provided that You
- meet the following conditions:
-
- (a) You must give any other recipients of the Work or
- Derivative Works a copy of this License; and
-
- (b) You must cause any modified files to carry prominent notices
- stating that You changed the files; and
-
- (c) You must retain, in the Source form of any Derivative Works
- that You distribute, all copyright, patent, trademark, and
- attribution notices from the Source form of the Work,
- excluding those notices that do not pertain to any part of
- the Derivative Works; and
-
- (d) If the Work includes a "NOTICE" text file as part of its
- distribution, then any Derivative Works that You distribute must
- include a readable copy of the attribution notices contained
- within such NOTICE file, excluding those notices that do not
- pertain to any part of the Derivative Works, in at least one
- of the following places: within a NOTICE text file distributed
- as part of the Derivative Works; within the Source form or
- documentation, if provided along with the Derivative Works; or,
- within a display generated by the Derivative Works, if and
- wherever such third-party notices normally appear. The contents
- of the NOTICE file are for informational purposes only and
- do not modify the License. You may add Your own attribution
- notices within Derivative Works that You distribute, alongside
- or as an addendum to the NOTICE text from the Work, provided
- that such additional attribution notices cannot be construed
- as modifying the License.
-
- You may add Your own copyright statement to Your modifications and
- may provide additional or different license terms and conditions
- for use, reproduction, or distribution of Your modifications, or
- for any such Derivative Works as a whole, provided Your use,
- reproduction, and distribution of the Work otherwise complies with
- the conditions stated in this License.
-
- 5. Submission of Contributions. Unless You explicitly state otherwise,
- any Contribution intentionally submitted for inclusion in the Work
- by You to the Licensor shall be under the terms and conditions of
- this License, without any additional terms or conditions.
- Notwithstanding the above, nothing herein shall supersede or modify
- the terms of any separate license agreement you may have executed
- with Licensor regarding such Contributions.
-
- 6. Trademarks. This License does not grant permission to use the trade
- names, trademarks, service marks, or product names of the Licensor,
- except as required for reasonable and customary use in describing the
- origin of the Work and reproducing the content of the NOTICE file.
-
- 7. Disclaimer of Warranty. Unless required by applicable law or
- agreed to in writing, Licensor provides the Work (and each
- Contributor provides its Contributions) on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
- implied, including, without limitation, any warranties or conditions
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
- PARTICULAR PURPOSE. You are solely responsible for determining the
- appropriateness of using or redistributing the Work and assume any
- risks associated with Your exercise of permissions under this License.
-
- 8. Limitation of Liability. In no event and under no legal theory,
- whether in tort (including negligence), contract, or otherwise,
- unless required by applicable law (such as deliberate and grossly
- negligent acts) or agreed to in writing, shall any Contributor be
- liable to You for damages, including any direct, indirect, special,
- incidental, or consequential damages of any character arising as a
- result of this License or out of the use or inability to use the
- Work (including but not limited to damages for loss of goodwill,
- work stoppage, computer failure or malfunction, or any and all
- other commercial damages or losses), even if such Contributor
- has been advised of the possibility of such damages.
-
- 9. Accepting Warranty or Additional Liability. While redistributing
- the Work or Derivative Works thereof, You may choose to offer,
- and charge a fee for, acceptance of support, warranty, indemnity,
- or other liability obligations and/or rights consistent with this
- License. However, in accepting such obligations, You may act only
- on Your own behalf and on Your sole responsibility, not on behalf
- of any other Contributor, and only if You agree to indemnify,
- defend, and hold each Contributor harmless for any liability
- incurred by, or claims asserted against, such Contributor by reason
- of your accepting any such warranty or additional liability.
-
- END OF TERMS AND CONDITIONS
-
- APPENDIX: How to apply the Apache License to your work.
-
- To apply the Apache License to your work, attach the following
- boilerplate notice, with the fields enclosed by brackets "[]"
- replaced with your own identifying information. (Don't include
- the brackets!) The text should be enclosed in the appropriate
- comment syntax for the file format. We also recommend that a
- file or class name and description of purpose be included on the
- same "printed page" as the copyright notice for easier
- identification within third-party archives.
-
- Copyright [yyyy] [name of copyright owner]
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
---------------------------------------------------------------------------------
-angle
-glfw
-
-Copyright (c) 2008-2018 The Khronos Group Inc.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and/or associated documentation files (the
-"Materials"), to deal in the Materials without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Materials, and to
-permit persons to whom the Materials are furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Materials.
-
-THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
-MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
---------------------------------------------------------------------------------
-angle
-xxhash
-
-Copyright 2019 The ANGLE Project Authors. All rights reserved.
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file.
---------------------------------------------------------------------------------
-animated_text_kit
-
-MIT License
-
-Copyright (c) 2018 Ayush Agarwal
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-
---------------------------------------------------------------------------------
-archive
-
-The MIT License
-
-Copyright (c) 2013-2021 Brendan Duncan.
-All rights reserved.
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
---------------------------------------------------------------------------------
-args
-logging
-
-Copyright 2013, the Dart project authors.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are
-met:
-
- * Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above
- copyright notice, this list of conditions and the following
- disclaimer in the documentation and/or other materials provided
- with the distribution.
- * Neither the name of Google LLC nor the names of its
- contributors may be used to endorse or promote products derived
- from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
---------------------------------------------------------------------------------
-async
-collection
-stream_channel
-typed_data
-
-Copyright 2015, the Dart project authors.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are
-met:
-
- * Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above
- copyright notice, this list of conditions and the following
- disclaimer in the documentation and/or other materials provided
- with the distribution.
- * Neither the name of Google LLC nor the names of its
- contributors may be used to endorse or promote products derived
- from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
---------------------------------------------------------------------------------
-benchmark
-
-Copyright 2016 Ismael Jimenez Martinez. All rights reserved.
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
---------------------------------------------------------------------------------
-benchmark
-
-Copyright 2016 Ismael Jimenez Martinez. All rights reserved.
-Copyright 2017 Roman Lebedev. All rights reserved.
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
---------------------------------------------------------------------------------
-benchmark
-flatbuffers
-
-Copyright 2015 Google Inc. All rights reserved.
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
---------------------------------------------------------------------------------
-benchmark
-flatbuffers
-
-Copyright 2018 Google Inc. All rights reserved.
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
---------------------------------------------------------------------------------
-benchmark
-flatbuffers
-
-Copyright 2021 Google Inc. All rights reserved.
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
---------------------------------------------------------------------------------
-boolean_selector
-meta
-
-Copyright 2016, the Dart project authors.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are
-met:
-
- * Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above
- copyright notice, this list of conditions and the following
- disclaimer in the documentation and/or other materials provided
- with the distribution.
- * Neither the name of Google LLC nor the names of its
- contributors may be used to endorse or promote products derived
- from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
---------------------------------------------------------------------------------
-bootstrap_icons
-
-The MIT License (MIT)
-
-Copyright (c) 2021 Ricardo Dalarme de Oliveira Filho
-
-Permission is hereby granted, free of charge, to any person obtaining a copy of
-this software and associated documentation files (the "Software"), to deal in
-the Software without restriction, including without limitation the rights to
-use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
-the Software, and to permit persons to whom the Software is furnished to do so,
-subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
-FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
-COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
-IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-© 2021 GitHub, Inc.
---------------------------------------------------------------------------------
-brotli
-
-Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors.
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
---------------------------------------------------------------------------------
-cached_network_image
-cached_network_image_platform_interface
-cached_network_image_web
-
-
-The MIT License (MIT)
-
-Copyright (c) 2018 Rene Floor
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-
---------------------------------------------------------------------------------
-carousel_slider
-
-MIT License
-
-Copyright (c) 2017 serenader
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
---------------------------------------------------------------------------------
-ceval
-
-
-
-Copyright (c) 2021 e_t
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
---------------------------------------------------------------------------------
-characters
-ffi
-package_config
-
-Copyright 2019, the Dart project authors.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are
-met:
-
- * Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above
- copyright notice, this list of conditions and the following
- disclaimer in the documentation and/or other materials provided
- with the distribution.
- * Neither the name of Google LLC nor the names of its
- contributors may be used to endorse or promote products derived
- from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
---------------------------------------------------------------------------------
-code_assets
-hooks
-
-Copyright 2025, the Dart project authors.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are
-met:
-
- * Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above
- copyright notice, this list of conditions and the following
- disclaimer in the documentation and/or other materials provided
- with the distribution.
- * Neither the name of Google LLC nor the names of its
- contributors may be used to endorse or promote products derived
- from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
---------------------------------------------------------------------------------
-cpu_features
-
-Copyright (C) 2010 The Android Open Source Project
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
- * Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in
- the documentation and/or other materials provided with the
- distribution.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
-FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
-COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
-INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
-BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
-OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
-AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
-OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
-OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGE.
---------------------------------------------------------------------------------
-cpu_features
-
-Copyright 2017 Google LLC
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
---------------------------------------------------------------------------------
-cpu_features
-
-Copyright 2017 Google LLC
-Copyright 2020 Intel Corporation
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
---------------------------------------------------------------------------------
-cpu_features
-
-Copyright 2018 IBM
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
---------------------------------------------------------------------------------
-cpu_features
-
-Copyright 2018 IBM.
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
---------------------------------------------------------------------------------
-cpu_features
-
-Copyright 2022 Google LLC
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
---------------------------------------------------------------------------------
-cpu_features
-
-Copyright 2022 IBM
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
---------------------------------------------------------------------------------
-cpu_features
-
-Copyright 2022 IBM.
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
---------------------------------------------------------------------------------
-cpu_features
-
-Copyright 2023 Google LLC
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
---------------------------------------------------------------------------------
-crypto
-vm_service
-
-Copyright 2015, the Dart project authors.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are
-met:
-
- * Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above
- copyright notice, this list of conditions and the following
- disclaimer in the documentation and/or other materials provided
- with the distribution.
- * Neither the name of Google LLC nor the names of its
- contributors may be used to endorse or promote products derived
- from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
---------------------------------------------------------------------------------
-cupertino_icons
-
-The MIT License (MIT)
-
-Copyright (c) 2016 Vladimir Kharlampidi
-
-Permission is hereby granted, free of charge, to any person obtaining a copy of
-this software and associated documentation files (the "Software"), to deal in
-the Software without restriction, including without limitation the rights to
-use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
-the Software, and to permit persons to whom the Software is furnished to do so,
-subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
-FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
-COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
-IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------------------------------
-dart
-
-Copyright (c) %d, the Dart project authors. Please see the AUTHORS file
-for details. All rights reserved. Use of this source code is governed by a
-BSD-style license that can be found in the LICENSE file.
---------------------------------------------------------------------------------
-dart
-
-Copyright (c) 2003-2005 Tom Wu
-Copyright (c) 2012 Adam Singer (adam@solvr.io)
-All Rights Reserved.
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
-EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
-WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-
-IN NO EVENT SHALL TOM WU BE LIABLE FOR ANY SPECIAL, INCIDENTAL,
-INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES WHATSOEVER
-RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF
-THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT
-OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-
-In addition, the following condition applies:
-
-All redistributions must retain an intact copy of this copyright notice
-and disclaimer.
---------------------------------------------------------------------------------
-dart
-
-Copyright (c) 2010, the Dart project authors. Please see the AUTHORS file
-for details. All rights reserved. Use of this source code is governed by a
-BSD-style license that can be found in the LICENSE file.
---------------------------------------------------------------------------------
-dart
-
-Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
-for details. All rights reserved. Use of this source code is governed by a
-BSD-style license that can be found in the LICENSE file.
---------------------------------------------------------------------------------
-dart
-
-Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
-for details. All rights reserved. Use of this source code is governed by a
-BSD-style license that can be found in the LICENSE file.
---------------------------------------------------------------------------------
-dart
-
-Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
-for details. All rights reserved. Use of this source code is governed by a
-BSD-style license that can be found in the LICENSE file.
---------------------------------------------------------------------------------
-dart
-
-Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
-for details. All rights reserved. Use of this source code is governed by a
-BSD-style license that can be found in the LICENSE file.
---------------------------------------------------------------------------------
-dart
-
-Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file
-for details. All rights reserved. Use of this source code is governed by a
-BSD-style license that can be found in the LICENSE file.
---------------------------------------------------------------------------------
-dart
-
-Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
-for details. All rights reserved. Use of this source code is governed by a
-BSD-style license that can be found in the LICENSE file.
---------------------------------------------------------------------------------
-dart
-
-Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
-for details. All rights reserved. Use of this source code is governed by a
-BSD-style license that can be found in the LICENSE file.
---------------------------------------------------------------------------------
-dart
-
-Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file
-for details. All rights reserved. Use of this source code is governed by a
-BSD-style license that can be found in the LICENSE file.
---------------------------------------------------------------------------------
-dart
-
-Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file
-for details. All rights reserved. Use of this source code is governed by a
-BSD-style license that can be found in the LICENSE file.
---------------------------------------------------------------------------------
-dart
-
-Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file
-for details. All rights reserved. Use of this source code is governed by a
-BSD-style license that can be found in the LICENSE file.
---------------------------------------------------------------------------------
-dart
-
-Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file
-for details. All rights reserved. Use of this source code is governed by a
-BSD-style license that can be found in the LICENSE file.
---------------------------------------------------------------------------------
-dart
-
-Copyright (c) 2020, the Dart project authors. Please see the AUTHORS file
-for details. All rights reserved. Use of this source code is governed by a
-BSD-style license that can be found in the LICENSE file.
---------------------------------------------------------------------------------
-dart
-
-Copyright (c) 2021, the Dart project authors. Please see the AUTHORS file
-for details. All rights reserved. Use of this source code is governed by a
-BSD-style license that can be found in the LICENSE file.
---------------------------------------------------------------------------------
-dart
-
-Copyright (c) 2022, the Dart project authors. Please see the AUTHORS file
-for details. All rights reserved. Use of this source code is governed by a
-BSD-style license that can be found in the LICENSE file.
---------------------------------------------------------------------------------
-dart
-
-Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file
-for details. All rights reserved. Use of this source code is governed by a
-BSD-style license that can be found in the LICENSE file.
---------------------------------------------------------------------------------
-dart
-
-Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file
-for details. All rights reserved. Use of this source code is governed by a
-BSD-style license that can be found in the LICENSE file.
---------------------------------------------------------------------------------
-dart
-
-Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file
-for details. All rights reserved. Use of this source code is governed by a
-BSD-style license that can be found in the LICENSE file.
---------------------------------------------------------------------------------
-dart
-
-Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file
-for details. All rights reserved. Use of this source code is governed by a
-BSD-style license that can be found in the LICENSE file.
---------------------------------------------------------------------------------
-dart
-
-Copyright 2012, the Dart project authors.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are
-met:
- * Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above
- copyright notice, this list of conditions and the following
- disclaimer in the documentation and/or other materials provided
- with the distribution.
- * Neither the name of Google LLC nor the names of its
- contributors may be used to endorse or promote products derived
- from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
---------------------------------------------------------------------------------
-dart
-
-Copyright 2013 The Chromium Authors
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file.
---------------------------------------------------------------------------------
-dart
-
-Copyright 2016 The Dart project authors. All rights reserved.
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file.
---------------------------------------------------------------------------------
-dart
-
-Copyright 2017 The Dart project authors. All rights reserved.
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file.
---------------------------------------------------------------------------------
-dart
-
-Copyright 2025 The Dart Authors. All rights reserved.
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file.
---------------------------------------------------------------------------------
-dart
-double-conversion
-
-Copyright 2006-2008 the V8 project authors. All rights reserved.
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are
-met:
-
- * Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above
- copyright notice, this list of conditions and the following
- disclaimer in the documentation and/or other materials provided
- with the distribution.
- * Neither the name of Google Inc. nor the names of its
- contributors may be used to endorse or promote products derived
- from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
---------------------------------------------------------------------------------
-dart
-perfetto
-
-Copyright (C) 2022 The Android Open Source Project
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
---------------------------------------------------------------------------------
-dart
-perfetto
-
-Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file
-for details. All rights reserved. Use of this source code is governed by a
-BSD-style license that can be found in the LICENSE file.
---------------------------------------------------------------------------------
-dart
-skia
-
-Copyright (c) 2015 The Chromium Authors. All rights reserved.
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file.
---------------------------------------------------------------------------------
-dart
-skia
-
-Copyright 2022 The Chromium Authors. All rights reserved.
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file.
---------------------------------------------------------------------------------
-dart
-zlib
-
-Copyright 2011 The Chromium Authors
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file.
---------------------------------------------------------------------------------
-dart
-zlib
-
-Copyright 2012 The Chromium Authors
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file.
---------------------------------------------------------------------------------
-dart
-zlib
-
-Copyright 2014 The Chromium Authors
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file.
---------------------------------------------------------------------------------
-dawn
-skia
-
-Copyright 2025 Google LLC
-
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file.
---------------------------------------------------------------------------------
-devtools
-
-Copyright 2019 The Flutter Authors
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file
---------------------------------------------------------------------------------
-devtools
-
-Copyright 2020 The Chromium Authors. All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are
-met:
-
- * Redistributions of source code must retain the above copyright
-notice, this list of conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above
-copyright notice, this list of conditions and the following disclaimer
-in the documentation and/or other materials provided with the
-distribution.
- * Neither the name of Google Inc. nor the names of its
-contributors may be used to endorse or promote products derived from
-this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
---------------------------------------------------------------------------------
-devtools
-
-Copyright 2020 The Flutter Authors
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file
---------------------------------------------------------------------------------
-devtools
-
-Copyright 2021 The Flutter Authors
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file
---------------------------------------------------------------------------------
-devtools
-
-Copyright 2022 The Flutter Authors
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file
---------------------------------------------------------------------------------
-devtools
-
-Copyright 2023 The Flutter Authors
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file
---------------------------------------------------------------------------------
-devtools
-
-Copyright 2024 The Flutter Authors
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file
---------------------------------------------------------------------------------
-double-conversion
-
-Copyright 2006-2011, the V8 project authors. All rights reserved.
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are
-met:
-
- * Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above
- copyright notice, this list of conditions and the following
- disclaimer in the documentation and/or other materials provided
- with the distribution.
- * Neither the name of Google Inc. nor the names of its
- contributors may be used to endorse or promote products derived
- from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
---------------------------------------------------------------------------------
-double-conversion
-
-Copyright 2010 the V8 project authors. All rights reserved.
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are
-met:
-
- * Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above
- copyright notice, this list of conditions and the following
- disclaimer in the documentation and/or other materials provided
- with the distribution.
- * Neither the name of Google Inc. nor the names of its
- contributors may be used to endorse or promote products derived
- from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
---------------------------------------------------------------------------------
-double-conversion
-
-Copyright 2012 the V8 project authors. All rights reserved.
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are
-met:
-
- * Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above
- copyright notice, this list of conditions and the following
- disclaimer in the documentation and/or other materials provided
- with the distribution.
- * Neither the name of Google Inc. nor the names of its
- contributors may be used to endorse or promote products derived
- from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
---------------------------------------------------------------------------------
-equatable
-
-
-
-Copyright (c) 2018 Felix Angelov
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
---------------------------------------------------------------------------------
-etc1
-
-Apache License
-
-Version 2.0, January 2004
-
-http://www.apache.org/licenses/
-
-TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
-
-1. Definitions.
-
-"License" shall mean the terms and conditions for use, reproduction, and
-distribution as defined by Sections 1 through 9 of this document.
-
-"Licensor" shall mean the copyright owner or entity authorized by the
-copyright owner that is granting the License.
-
-"Legal Entity" shall mean the union of the acting entity and all other
-entities that control, are controlled by, or are under common control with
-that entity. For the purposes of this definition, "control" means (i) the
-power, direct or indirect, to cause the direction or management of such
-entity, whether by contract or otherwise, or (ii) ownership of fifty
-percent (50%) or more of the outstanding shares, or (iii) beneficial
-ownership of such entity.
-
-"You" (or "Your") shall mean an individual or Legal Entity exercising
-permissions granted by this License.
-
-"Source" form shall mean the preferred form for making modifications,
-including but not limited to software source code, documentation
-source, and configuration files.
-
-"Object" form shall mean any form resulting from mechanical transformation
-or translation of a Source form, including but not limited to compiled
-object code, generated documentation, and conversions to other media types.
-
-"Work" shall mean the work of authorship, whether in Source or Object
-form, made available under the License, as indicated by a copyright
-notice that is included in or attached to the work (an example is
-provided in the Appendix below).
-
-"Derivative Works" shall mean any work, whether in Source or Object
-form, that is based on (or derived from) the Work and for which the
-editorial revisions, annotations, elaborations, or other modifications
-represent, as a whole, an original work of authorship. For the purposes
-of this License, Derivative Works shall not include works that remain
-separable from, or merely link (or bind by name) to the interfaces of,
-the Work and Derivative Works thereof.
-
-"Contribution" shall mean any work of authorship, including the original
-version of the Work and any modifications or additions to that Work or
-Derivative Works thereof, that is intentionally submitted to Licensor
-for inclusion in the Work by the copyright owner or by an individual or
-Legal Entity authorized to submit on behalf of the copyright owner. For
-the purposes of this definition, "submitted" means any form of electronic,
-verbal, or written communication sent to the Licensor or its
-representatives, including but not limited to communication on electronic
-mailing lists, source code control systems, and issue tracking systems that
-are managed by, or on behalf of, the Licensor for the purpose of discussing
-and improving the Work, but excluding communication that is conspicuously
-marked or otherwise designated in writing by the copyright owner as "Not
-a Contribution."
-
-"Contributor" shall mean Licensor and any individual or Legal Entity on
-behalf of whom a Contribution has been received by Licensor and subsequently
-incorporated within the Work.
-
-2. Grant of Copyright License. Subject to the terms and conditions of this
-License, each Contributor hereby grants to You a perpetual, worldwide,
-non-exclusive, no-charge, royalty-free, irrevocable copyright license to
-reproduce, prepare Derivative Works of, publicly display, publicly perform,
-sublicense, and distribute the Work and such Derivative Works in Source or
-Object form.
-
-3. Grant of Patent License. Subject to the terms and conditions of this
-License, each Contributor hereby grants to You a perpetual, worldwide,
-non-exclusive, no-charge, royalty-free, irrevocable (except as stated in
-this section) patent license to make, have made, use, offer to sell, sell,
-import, and otherwise transfer the Work, where such license applies only to
-those patent claims licensable by such Contributor that are necessarily
-infringed by their Contribution(s) alone or by combination of their
-Contribution(s) with the Work to which such Contribution(s) was submitted.
-If You institute patent litigation against any entity (including a cross-claim
-or counterclaim in a lawsuit) alleging that the Work or a Contribution
-incorporated within the Work constitutes direct or contributory patent
-infringement, then any patent licenses granted to You under this License
-for that Work shall terminate as of the date such litigation is filed.
-
-4. Redistribution. You may reproduce and distribute copies of the Work or
-Derivative Works thereof in any medium, with or without modifications, and
-in Source or Object form, provided that You meet the following conditions:
-
-You must give any other recipients of the Work or Derivative Works a copy of
-this License; and
-You must cause any modified files to carry prominent notices stating that
-You changed the files; and
-You must retain, in the Source form of any Derivative Works that You
-distribute, all copyright, patent, trademark, and attribution notices
-from the Source form of the Work, excluding those notices that do not
-pertain to any part of the Derivative Works; and
-If the Work includes a "NOTICE" text file as part of its distribution,
-then any Derivative Works that You distribute must include a readable
-copy of the attribution notices contained within such NOTICE file, excluding
-those notices that do not pertain to any part of the Derivative Works, in
-at least one of the following places: within a NOTICE text file distributed
-as part of the Derivative Works; within the Source form or documentation, if
-provided along with the Derivative Works; or, within a display generated by
-the Derivative Works, if and wherever such third-party notices normally
-appear. The contents of the NOTICE file are for informational purposes
-only and do not modify the License. You may add Your own attribution
-notices within Derivative Works that You distribute, alongside or as
-an addendum to the NOTICE text from the Work, provided that such additional
-attribution notices cannot be construed as modifying the License.
-
-You may add Your own copyright statement to Your modifications and may provide
-additional or different license terms and conditions for use, reproduction, or
-distribution of Your modifications, or for any such Derivative Works as a
-whole, provided Your use, reproduction, and distribution of the Work otherwise
-complies with the conditions stated in this License.
-5. Submission of Contributions. Unless You explicitly state otherwise, any
-Contribution intentionally submitted for inclusion in the Work by You to the
-Licensor shall be under the terms and conditions of this License, without any
-additional terms or conditions. Notwithstanding the above, nothing herein
-shall supersede or modify the terms of any separate license agreement you
-may have executed with Licensor regarding such Contributions.
-
-6. Trademarks. This License does not grant permission to use the trade names,
-trademarks, service marks, or product names of the Licensor, except as
-required for reasonable and customary use in describing the origin of the
-Work and reproducing the content of the NOTICE file.
-
-7. Disclaimer of Warranty. Unless required by applicable law or agreed to
-in writing, Licensor provides the Work (and each Contributor provides its
-Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
-ANY KIND, either express or implied, including, without limitation, any
-warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or
-FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining
-the appropriateness of using or redistributing the Work and assume any risks
-associated with Your exercise of permissions under this License.
-
-8. Limitation of Liability. In no event and under no legal theory, whether in
-tort (including negligence), contract, or otherwise, unless required by
-applicable law (such as deliberate and grossly negligent acts) or agreed to
-in writing, shall any Contributor be liable to You for damages, including
-any direct, indirect, special, incidental, or consequential damages of any
-character arising as a result of this License or out of the use or inability
-to use the Work (including but not limited to damages for loss of goodwill,
-work stoppage, computer failure or malfunction, or any and all other
-commercial damages or losses), even if such Contributor has been advised
-of the possibility of such damages.
-
-9. Accepting Warranty or Additional Liability. While redistributing the
-Work or Derivative Works thereof, You may choose to offer, and charge a
-fee for, acceptance of support, warranty, indemnity, or other liability
-obligations and/or rights consistent with this License. However, in accepting
-such obligations, You may act only on Your own behalf and on Your sole
-responsibility, not on behalf of any other Contributor, and only if You
-agree to indemnify, defend, and hold each Contributor harmless for any
-liability incurred by, or claims asserted against, such Contributor by
-reason of your accepting any such warranty or additional liability.
-
-END OF TERMS AND CONDITIONS
---------------------------------------------------------------------------------
-etc1
-
-Copyright 2009 Google Inc.
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
---------------------------------------------------------------------------------
-etc_decoder
-
- * Copyright (c) 2020-2022 Hans-Kristian Arntzen
- *
- * Permission is hereby granted, free of charge, to any person obtaining
- * a copy of this software and associated documentation files (the
- * "Software"), to deal in the Software without restriction, including
- * without limitation the rights to use, copy, modify, merge, publish,
- * distribute, sublicense, and/or sell copies of the Software, and to
- * permit persons to whom the Software is furnished to do so, subject to
- * the following conditions:
- *
- * The above copyright notice and this permission notice shall be
- * included in all copies or substantial portions of the Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
- * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
- * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
- * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
- * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
- * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- *
---------------------------------------------------------------------------------
-etc_decoder
-
-Copyright (c) 2020-2022 Hans-Kristian Arntzen
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
-SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------------------------------
-expat
-
-! /bin/bash
- __ __ _
- ___\ \/ /_ __ __ _| |_
- / _ \\ /| '_ \ / _` | __|
- | __// \| |_) | (_| | |_
- \___/_/\_\ .__/ \__,_|\__|
- |_| XML parser
-
-Copyright (c) 2017-2024 Sebastian Pipping
-Copyright (c) 2017 Rolf Eike Beer
-Copyright (c) 2019 Mohammed Khajapasha
-Copyright (c) 2019 Manish, Kumar
-Copyright (c) 2019 Philippe Antoine
-Copyright (c) 2024 Dag-Erling Smørgrav
-Licensed under the MIT license:
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to permit
-persons to whom the Software is furnished to do so, subject to the
-following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
-NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
-DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
-OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
-USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------------------------------
-expat
-
-! /usr/bin/env bash
- __ __ _
- ___\ \/ /_ __ __ _| |_
- / _ \\ /| '_ \ / _` | __|
- | __// \| |_) | (_| | |_
- \___/_/\_\ .__/ \__,_|\__|
- |_| XML parser
-
-Copyright (c) 2016-2023 Sebastian Pipping
-Copyright (c) 2019 Philippe Antoine
-Copyright (c) 2019-2025 Hanno Böck
-Copyright (c) 2024 Alexander Bluhm
-Licensed under the MIT license:
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to permit
-persons to whom the Software is furnished to do so, subject to the
-following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
-NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
-DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
-OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
-USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------------------------------
-expat
-
-! /usr/bin/env bash
- __ __ _
- ___\ \/ /_ __ __ _| |_
- / _ \\ /| '_ \ / _` | __|
- | __// \| |_) | (_| | |_
- \___/_/\_\ .__/ \__,_|\__|
- |_| XML parser
-
-Copyright (c) 2017 Sebastian Pipping
-Copyright (c) 2019 Jeffrey Walton
-Licensed under the MIT license:
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to permit
-persons to whom the Software is furnished to do so, subject to the
-following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
-NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
-DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
-OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
-USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------------------------------
-expat
-
-! /usr/bin/env bash
- __ __ _
- ___\ \/ /_ __ __ _| |_
- / _ \\ /| '_ \ / _` | __|
- | __// \| |_) | (_| | |_
- \___/_/\_\ .__/ \__,_|\__|
- |_| XML parser
-
-Copyright (c) 2017-2022 Sebastian Pipping
-Copyright (c) 2018 Marco Maggi
-Copyright (c) 2024 Dag-Erling Smørgrav
-Licensed under the MIT license:
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to permit
-persons to whom the Software is furnished to do so, subject to the
-following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
-NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
-DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
-OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
-USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------------------------------
-expat
-
-! /usr/bin/env bash
- __ __ _
- ___\ \/ /_ __ __ _| |_
- / _ \\ /| '_ \ / _` | __|
- | __// \| |_) | (_| | |_
- \___/_/\_\ .__/ \__,_|\__|
- |_| XML parser
-
-Copyright (c) 2017-2024 Sebastian Pipping
-Copyright (c) 2018 Marco Maggi
-Copyright (c) 2019 Mohammed Khajapasha
-Licensed under the MIT license:
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to permit
-persons to whom the Software is furnished to do so, subject to the
-following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
-NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
-DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
-OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
-USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------------------------------
-expat
-
-! /usr/bin/env bash
- __ __ _
- ___\ \/ /_ __ __ _| |_
- / _ \\ /| '_ \ / _` | __|
- | __// \| |_) | (_| | |_
- \___/_/\_\ .__/ \__,_|\__|
- |_| XML parser
-
-Copyright (c) 2019-2021 Sebastian Pipping
-Licensed under the MIT license:
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to permit
-persons to whom the Software is furnished to do so, subject to the
-following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
-NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
-DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
-OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
-USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------------------------------
-expat
-
-! /usr/bin/env bash
- __ __ _
- ___\ \/ /_ __ __ _| |_
- / _ \\ /| '_ \ / _` | __|
- | __// \| |_) | (_| | |_
- \___/_/\_\ .__/ \__,_|\__|
- |_| XML parser
-
-Copyright (c) 2019-2022 Sebastian Pipping
-Copyright (c) 2024 Dag-Erling Smørgrav
-Licensed under the MIT license:
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to permit
-persons to whom the Software is furnished to do so, subject to the
-following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
-NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
-DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
-OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
-USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------------------------------
-expat
-
-! /usr/bin/env bash
- __ __ _
- ___\ \/ /_ __ __ _| |_
- / _ \\ /| '_ \ / _` | __|
- | __// \| |_) | (_| | |_
- \___/_/\_\ .__/ \__,_|\__|
- |_| XML parser
-
-Copyright (c) 2019-2024 Sebastian Pipping
-Copyright (c) 2022 Rosen Penev
-Copyright (c) 2024 Dag-Erling Smørgrav
-Licensed under the MIT license:
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to permit
-persons to whom the Software is furnished to do so, subject to the
-following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
-NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
-DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
-OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
-USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------------------------------
-expat
-
-! /usr/bin/env bash
- __ __ _
- ___\ \/ /_ __ __ _| |_
- / _ \\ /| '_ \ / _` | __|
- | __// \| |_) | (_| | |_
- \___/_/\_\ .__/ \__,_|\__|
- |_| XML parser
-
-Copyright (c) 2020-2023 Sebastian Pipping
-Licensed under the MIT license:
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to permit
-persons to whom the Software is furnished to do so, subject to the
-following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
-NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
-DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
-OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
-USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------------------------------
-expat
-
-! /usr/bin/env bash
- __ __ _
- ___\ \/ /_ __ __ _| |_
- / _ \\ /| '_ \ / _` | __|
- | __// \| |_) | (_| | |_
- \___/_/\_\ .__/ \__,_|\__|
- |_| XML parser
-
-Copyright (c) 2021-2022 Sebastian Pipping
-Licensed under the MIT license:
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to permit
-persons to whom the Software is furnished to do so, subject to the
-following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
-NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
-DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
-OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
-USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------------------------------
-expat
-
-! /usr/bin/env bash
- __ __ _
- ___\ \/ /_ __ __ _| |_
- / _ \\ /| '_ \ / _` | __|
- | __// \| |_) | (_| | |_
- \___/_/\_\ .__/ \__,_|\__|
- |_| XML parser
-
-Copyright (c) 2021-2025 Sebastian Pipping
-Copyright (c) 2024 Dag-Erling Smørgrav
-Licensed under the MIT license:
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to permit
-persons to whom the Software is furnished to do so, subject to the
-following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
-NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
-DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
-OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
-USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------------------------------
-expat
-
-! /usr/bin/env bash
- __ __ _
- ___\ \/ /_ __ __ _| |_
- / _ \\ /| '_ \ / _` | __|
- | __// \| |_) | (_| | |_
- \___/_/\_\ .__/ \__,_|\__|
- |_| XML parser
-
-Copyright (c) 2024-2025 Sebastian Pipping
-Licensed under the MIT license:
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to permit
-persons to whom the Software is furnished to do so, subject to the
-following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
-NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
-DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
-OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
-USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------------------------------
-expat
-
-! /usr/bin/env bash
-Creates release tarball and detached GPG signature file for upload
- __ __ _
- ___\ \/ /_ __ __ _| |_
- / _ \\ /| '_ \ / _` | __|
- | __// \| |_) | (_| | |_
- \___/_/\_\ .__/ \__,_|\__|
- |_| XML parser
-
-Copyright (c) 2018-2019 Sebastian Pipping
-Licensed under the MIT license:
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to permit
-persons to whom the Software is furnished to do so, subject to the
-following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
-NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
-DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
-OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
-USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------------------------------
-expat
-
-! /usr/bin/env python3
- __ __ _
- ___\ \/ /_ __ __ _| |_
- / _ \\ /| '_ \ / _` | __|
- | __// \| |_) | (_| | |_
- \___/_/\_\ .__/ \__,_|\__|
- |_| XML parser
-
-Copyright (c) 2019-2023 Sebastian Pipping
-Copyright (c) 2021 Tim Bray
-Licensed under the MIT license:
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to permit
-persons to whom the Software is furnished to do so, subject to the
-following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
-NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
-DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
-OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
-USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------------------------------
-expat
-
-!/bin/sh
-USAGE: get-version.sh path/to/expat.h
-
-This script will print Expat's version number on stdout. For example:
-
- $ ./conftools/get-version.sh ./lib/expat.h
- 1.95.3
- __ __ _
- ___\ \/ /_ __ __ _| |_
- / _ \\ /| '_ \ / _` | __|
- | __// \| |_) | (_| | |_
- \___/_/\_\ .__/ \__,_|\__|
- |_| XML parser
-
-Copyright (c) 2002 Greg Stein
-Copyright (c) 2017 Kerin Millar
-Licensed under the MIT license:
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to permit
-persons to whom the Software is furnished to do so, subject to the
-following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
-NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
-DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
-OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
-USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------------------------------
-expat
-
-!/usr/bin/env bash
-Clean source directory after running the coverage script.
- __ __ _
- ___\ \/ /_ __ __ _| |_
- / _ \\ /| '_ \ / _` | __|
- | __// \| |_) | (_| | |_
- \___/_/\_\ .__/ \__,_|\__|
- |_| XML parser
-
-Copyright (c) 2017 Rhodri James
-Copyright (c) 2018 Marco Maggi
-Copyright (c) 2019 Sebastian Pipping
-Licensed under the MIT license:
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to permit
-persons to whom the Software is furnished to do so, subject to the
-following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
-NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
-DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
-OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
-USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------------------------------
-expat
-
-Copyright (c) 1998-2000 Thai Open Source Software Center Ltd and Clark Cooper
-Copyright (c) 2001-2025 Expat maintainers
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
-SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------------------------------
-expat
-
-Read an XML document from standard input and print
-element declarations (if any) to standard output.
-It must be used with Expat compiled for UTF-8 output.
-__ __ _
-___\ \/ /_ __ __ _| |_
-/ _ \\ /| '_ \ / _` | __|
-| __// \| |_) | (_| | |_
-\___/_/\_\ .__/ \__,_|\__|
-|_| XML parser
-
-Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
-Copyright (c) 2001-2003 Fred L. Drake, Jr.
-Copyright (c) 2004-2006 Karl Waclawek
-Copyright (c) 2005-2007 Steven Solie
-Copyright (c) 2016-2024 Sebastian Pipping
-Copyright (c) 2017 Rhodri James
-Copyright (c) 2019 Zhongyuan Zhou
-Copyright (c) 2024 Hanno Böck
-Licensed under the MIT license:
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to permit
-persons to whom the Software is furnished to do so, subject to the
-following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
-NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
-DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
-OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
-USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------------------------------
-expat
-
-Read an XML document from standard input and print an element
-outline on standard output.
-Must be used with Expat compiled for UTF-8 output.
-__ __ _
-___\ \/ /_ __ __ _| |_
-/ _ \\ /| '_ \ / _` | __|
-| __// \| |_) | (_| | |_
-\___/_/\_\ .__/ \__,_|\__|
-|_| XML parser
-
-Copyright (c) 2000 Clark Cooper
-Copyright (c) 2001-2003 Fred L. Drake, Jr.
-Copyright (c) 2005-2007 Steven Solie
-Copyright (c) 2005-2006 Karl Waclawek
-Copyright (c) 2016-2022 Sebastian Pipping
-Copyright (c) 2017 Rhodri James
-Licensed under the MIT license:
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to permit
-persons to whom the Software is furnished to do so, subject to the
-following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
-NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
-DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
-OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
-USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------------------------------
-expat
-
-This file is included (from xmltok.c, 1-3 times depending on XML_MIN_SIZE)!
-__ __ _
-___\ \/ /_ __ __ _| |_
-/ _ \\ /| '_ \ / _` | __|
-| __// \| |_) | (_| | |_
-\___/_/\_\ .__/ \__,_|\__|
-|_| XML parser
-
-Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
-Copyright (c) 2000 Clark Cooper
-Copyright (c) 2002 Fred L. Drake, Jr.
-Copyright (c) 2002-2016 Karl Waclawek
-Copyright (c) 2016-2022 Sebastian Pipping
-Copyright (c) 2017 Rhodri James
-Copyright (c) 2018 Benjamin Peterson
-Copyright (c) 2018 Anton Maklakov
-Copyright (c) 2019 David Loffredo
-Copyright (c) 2020 Boris Kolpackov
-Copyright (c) 2022 Martin Ettl
-Licensed under the MIT license:
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to permit
-persons to whom the Software is furnished to do so, subject to the
-following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
-NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
-DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
-OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
-USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------------------------------
-expat
-
-This file is included!
-__ __ _
-___\ \/ /_ __ __ _| |_
-/ _ \\ /| '_ \ / _` | __|
-| __// \| |_) | (_| | |_
-\___/_/\_\ .__/ \__,_|\__|
-|_| XML parser
-
-Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
-Copyright (c) 2000 Clark Cooper
-Copyright (c) 2002 Greg Stein
-Copyright (c) 2002 Fred L. Drake, Jr.
-Copyright (c) 2002-2006 Karl Waclawek
-Copyright (c) 2017-2021 Sebastian Pipping
-Licensed under the MIT license:
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to permit
-persons to whom the Software is furnished to do so, subject to the
-following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
-NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
-DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
-OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
-USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------------------------------
-expat
-
-This is simple demonstration of how to use expat. This program
-reads an XML document from standard input and writes a line with
-the name of each element to standard output indenting child
-elements by one tab stop more than their parent element.
-It must be used with Expat compiled for UTF-8 output.
-__ __ _
-___\ \/ /_ __ __ _| |_
-/ _ \\ /| '_ \ / _` | __|
-| __// \| |_) | (_| | |_
-\___/_/\_\ .__/ \__,_|\__|
-|_| XML parser
-
-Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
-Copyright (c) 2001-2003 Fred L. Drake, Jr.
-Copyright (c) 2004-2006 Karl Waclawek
-Copyright (c) 2005-2007 Steven Solie
-Copyright (c) 2016-2022 Sebastian Pipping
-Copyright (c) 2017 Rhodri James
-Copyright (c) 2019 Zhongyuan Zhou
-Licensed under the MIT license:
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to permit
-persons to whom the Software is furnished to do so, subject to the
-following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
-NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
-DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
-OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
-USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------------------------------
-expat
-
-__ __ _
-___\ \/ /_ __ __ _| |_
-/ _ \\ /| '_ \ / _` | __|
-| __// \| |_) | (_| | |_
-\___/_/\_\ .__/ \__,_|\__|
-|_| XML parser
-
-Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
-Copyright (c) 2000 Clark Cooper
-Copyright (c) 2000-2004 Fred L. Drake, Jr.
-Copyright (c) 2001-2002 Greg Stein
-Copyright (c) 2002-2006 Karl Waclawek
-Copyright (c) 2016 Cristian Rodríguez
-Copyright (c) 2016-2019 Sebastian Pipping
-Copyright (c) 2017 Rhodri James
-Copyright (c) 2018 Yury Gribov
-Licensed under the MIT license:
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to permit
-persons to whom the Software is furnished to do so, subject to the
-following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
-NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
-DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
-OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
-USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------------------------------
-expat
-
-__ __ _
-___\ \/ /_ __ __ _| |_
-/ _ \\ /| '_ \ / _` | __|
-| __// \| |_) | (_| | |_
-\___/_/\_\ .__/ \__,_|\__|
-|_| XML parser
-
-Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
-Copyright (c) 2000 Clark Cooper
-Copyright (c) 2000-2005 Fred L. Drake, Jr.
-Copyright (c) 2001-2002 Greg Stein
-Copyright (c) 2002-2016 Karl Waclawek
-Copyright (c) 2016-2025 Sebastian Pipping
-Copyright (c) 2016 Cristian Rodríguez
-Copyright (c) 2016 Thomas Beutlich
-Copyright (c) 2017 Rhodri James
-Copyright (c) 2022 Thijs Schreijer
-Copyright (c) 2023 Hanno Böck
-Copyright (c) 2023 Sony Corporation / Snild Dolkow
-Copyright (c) 2024 Taichi Haradaguchi <20001722@ymail.ne.jp>
-Licensed under the MIT license:
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to permit
-persons to whom the Software is furnished to do so, subject to the
-following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
-NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
-DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
-OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
-USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------------------------------
-expat
-
-__ __ _
-___\ \/ /_ __ __ _| |_
-/ _ \\ /| '_ \ / _` | __|
-| __// \| |_) | (_| | |_
-\___/_/\_\ .__/ \__,_|\__|
-|_| XML parser
-
-Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
-Copyright (c) 2000 Clark Cooper
-Copyright (c) 2001-2002 Fred L. Drake, Jr.
-Copyright (c) 2006 Karl Waclawek
-Copyright (c) 2016-2017 Sebastian Pipping
-Copyright (c) 2017 Rhodri James
-Licensed under the MIT license:
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to permit
-persons to whom the Software is furnished to do so, subject to the
-following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
-NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
-DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
-OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
-USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------------------------------
-expat
-
-__ __ _
-___\ \/ /_ __ __ _| |_
-/ _ \\ /| '_ \ / _` | __|
-| __// \| |_) | (_| | |_
-\___/_/\_\ .__/ \__,_|\__|
-|_| XML parser
-
-Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
-Copyright (c) 2000 Clark Cooper
-Copyright (c) 2001-2003 Fred L. Drake, Jr.
-Copyright (c) 2002 Greg Stein
-Copyright (c) 2002-2016 Karl Waclawek
-Copyright (c) 2005-2009 Steven Solie
-Copyright (c) 2016-2024 Sebastian Pipping
-Copyright (c) 2016 Pascal Cuoq
-Copyright (c) 2016 Don Lewis
-Copyright (c) 2017 Rhodri James
-Copyright (c) 2017 Alexander Bluhm
-Copyright (c) 2017 Benbuck Nason
-Copyright (c) 2017 José Gutiérrez de la Concha
-Copyright (c) 2019 David Loffredo
-Copyright (c) 2021 Donghee Na
-Copyright (c) 2022 Martin Ettl
-Copyright (c) 2022 Sean McBride
-Copyright (c) 2023 Hanno Böck
-Licensed under the MIT license:
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to permit
-persons to whom the Software is furnished to do so, subject to the
-following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
-NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
-DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
-OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
-USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------------------------------
-expat
-
-__ __ _
-___\ \/ /_ __ __ _| |_
-/ _ \\ /| '_ \ / _` | __|
-| __// \| |_) | (_| | |_
-\___/_/\_\ .__/ \__,_|\__|
-|_| XML parser
-
-Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
-Copyright (c) 2000 Clark Cooper
-Copyright (c) 2001-2003 Fred L. Drake, Jr.
-Copyright (c) 2004-2009 Karl Waclawek
-Copyright (c) 2005-2007 Steven Solie
-Copyright (c) 2016-2023 Sebastian Pipping
-Copyright (c) 2017 Rhodri James
-Copyright (c) 2019 David Loffredo
-Copyright (c) 2020 Joe Orton
-Copyright (c) 2020 Kleber Tarcísio
-Copyright (c) 2021 Tim Bray
-Copyright (c) 2022 Martin Ettl
-Copyright (c) 2022 Sean McBride
-Licensed under the MIT license:
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to permit
-persons to whom the Software is furnished to do so, subject to the
-following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
-NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
-DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
-OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
-USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------------------------------
-expat
-
-__ __ _
-___\ \/ /_ __ __ _| |_
-/ _ \\ /| '_ \ / _` | __|
-| __// \| |_) | (_| | |_
-\___/_/\_\ .__/ \__,_|\__|
-|_| XML parser
-
-Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
-Copyright (c) 2000 Clark Cooper
-Copyright (c) 2001-2004 Fred L. Drake, Jr.
-Copyright (c) 2002-2009 Karl Waclawek
-Copyright (c) 2016-2017 Sebastian Pipping
-Copyright (c) 2017 Rhodri James
-Copyright (c) 2017 Franek Korta
-Copyright (c) 2022 Sean McBride
-Copyright (c) 2025 Hanno Böck
-Licensed under the MIT license:
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to permit
-persons to whom the Software is furnished to do so, subject to the
-following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
-NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
-DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
-OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
-USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------------------------------
-expat
-
-__ __ _
-___\ \/ /_ __ __ _| |_
-/ _ \\ /| '_ \ / _` | __|
-| __// \| |_) | (_| | |_
-\___/_/\_\ .__/ \__,_|\__|
-|_| XML parser
-
-Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
-Copyright (c) 2000 Clark Cooper
-Copyright (c) 2002 Fred L. Drake, Jr.
-Copyright (c) 2002-2005 Karl Waclawek
-Copyright (c) 2016-2024 Sebastian Pipping
-Copyright (c) 2017 Rhodri James
-Licensed under the MIT license:
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to permit
-persons to whom the Software is furnished to do so, subject to the
-following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
-NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
-DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
-OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
-USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------------------------------
-expat
-
-__ __ _
-___\ \/ /_ __ __ _| |_
-/ _ \\ /| '_ \ / _` | __|
-| __// \| |_) | (_| | |_
-\___/_/\_\ .__/ \__,_|\__|
-|_| XML parser
-
-Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
-Copyright (c) 2000 Clark Cooper
-Copyright (c) 2002 Fred L. Drake, Jr.
-Copyright (c) 2005 Karl Waclawek
-Copyright (c) 2016-2023 Sebastian Pipping
-Licensed under the MIT license:
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to permit
-persons to whom the Software is furnished to do so, subject to the
-following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
-NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
-DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
-OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
-USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------------------------------
-expat
-
-__ __ _
-___\ \/ /_ __ __ _| |_
-/ _ \\ /| '_ \ / _` | __|
-| __// \| |_) | (_| | |_
-\___/_/\_\ .__/ \__,_|\__|
-|_| XML parser
-
-Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
-Copyright (c) 2000 Clark Cooper
-Copyright (c) 2002 Fred L. Drake, Jr.
-Copyright (c) 2005-2006 Karl Waclawek
-Copyright (c) 2016-2019 Sebastian Pipping
-Copyright (c) 2019 David Loffredo
-Licensed under the MIT license:
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to permit
-persons to whom the Software is furnished to do so, subject to the
-following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
-NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
-DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
-OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
-USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------------------------------
-expat
-
-__ __ _
-___\ \/ /_ __ __ _| |_
-/ _ \\ /| '_ \ / _` | __|
-| __// \| |_) | (_| | |_
-\___/_/\_\ .__/ \__,_|\__|
-|_| XML parser
-
-Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
-Copyright (c) 2000 Clark Cooper
-Copyright (c) 2002 Fred L. Drake, Jr.
-Copyright (c) 2016-2017 Sebastian Pipping
-Licensed under the MIT license:
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to permit
-persons to whom the Software is furnished to do so, subject to the
-following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
-NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
-DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
-OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
-USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------------------------------
-expat
-
-__ __ _
-___\ \/ /_ __ __ _| |_
-/ _ \\ /| '_ \ / _` | __|
-| __// \| |_) | (_| | |_
-\___/_/\_\ .__/ \__,_|\__|
-|_| XML parser
-
-Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
-Copyright (c) 2000 Clark Cooper
-Copyright (c) 2002 Fred L. Drake, Jr.
-Copyright (c) 2016-2022 Sebastian Pipping
-Copyright (c) 2022 Martin Ettl
-Licensed under the MIT license:
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to permit
-persons to whom the Software is furnished to do so, subject to the
-following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
-NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
-DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
-OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
-USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------------------------------
-expat
-
-__ __ _
-___\ \/ /_ __ __ _| |_
-/ _ \\ /| '_ \ / _` | __|
-| __// \| |_) | (_| | |_
-\___/_/\_\ .__/ \__,_|\__|
-|_| XML parser
-
-Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
-Copyright (c) 2000 Clark Cooper
-Copyright (c) 2002 Fred L. Drake, Jr.
-Copyright (c) 2016-2024 Sebastian Pipping
-Licensed under the MIT license:
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to permit
-persons to whom the Software is furnished to do so, subject to the
-following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
-NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
-DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
-OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
-USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------------------------------
-expat
-
-__ __ _
-___\ \/ /_ __ __ _| |_
-/ _ \\ /| '_ \ / _` | __|
-| __// \| |_) | (_| | |_
-\___/_/\_\ .__/ \__,_|\__|
-|_| XML parser
-
-Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
-Copyright (c) 2000 Clark Cooper
-Copyright (c) 2002 Fred L. Drake, Jr.
-Copyright (c) 2017 Sebastian Pipping
-Licensed under the MIT license:
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to permit
-persons to whom the Software is furnished to do so, subject to the
-following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
-NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
-DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
-OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
-USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------------------------------
-expat
-
-__ __ _
-___\ \/ /_ __ __ _| |_
-/ _ \\ /| '_ \ / _` | __|
-| __// \| |_) | (_| | |_
-\___/_/\_\ .__/ \__,_|\__|
-|_| XML parser
-
-Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
-Copyright (c) 2000 Clark Cooper
-Copyright (c) 2002 Greg Stein
-Copyright (c) 2002-2006 Karl Waclawek
-Copyright (c) 2002-2003 Fred L. Drake, Jr.
-Copyright (c) 2005-2009 Steven Solie
-Copyright (c) 2016-2023 Sebastian Pipping
-Copyright (c) 2017 Rhodri James
-Copyright (c) 2019 David Loffredo
-Copyright (c) 2021 Donghee Na
-Licensed under the MIT license:
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to permit
-persons to whom the Software is furnished to do so, subject to the
-following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
-NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
-DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
-OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
-USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------------------------------
-expat
-
-__ __ _
-___\ \/ /_ __ __ _| |_
-/ _ \\ /| '_ \ / _` | __|
-| __// \| |_) | (_| | |_
-\___/_/\_\ .__/ \__,_|\__|
-|_| XML parser
-
-Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
-Copyright (c) 2000 Clark Cooper
-Copyright (c) 2002 Karl Waclawek
-Copyright (c) 2002 Fred L. Drake, Jr.
-Copyright (c) 2017-2024 Sebastian Pipping
-Licensed under the MIT license:
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to permit
-persons to whom the Software is furnished to do so, subject to the
-following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
-NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
-DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
-OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
-USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------------------------------
-expat
-
-__ __ _
-___\ \/ /_ __ __ _| |_
-/ _ \\ /| '_ \ / _` | __|
-| __// \| |_) | (_| | |_
-\___/_/\_\ .__/ \__,_|\__|
-|_| XML parser
-
-Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
-Copyright (c) 2000 Clark Cooper
-Copyright (c) 2002-2003 Fred L. Drake, Jr.
-Copyright (c) 2004-2006 Karl Waclawek
-Copyright (c) 2005-2007 Steven Solie
-Copyright (c) 2016-2023 Sebastian Pipping
-Copyright (c) 2017 Rhodri James
-Copyright (c) 2019 David Loffredo
-Copyright (c) 2021 Donghee Na
-Copyright (c) 2024 Hanno Böck
-Licensed under the MIT license:
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to permit
-persons to whom the Software is furnished to do so, subject to the
-following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
-NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
-DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
-OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
-USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------------------------------
-expat
-
-__ __ _
-___\ \/ /_ __ __ _| |_
-/ _ \\ /| '_ \ / _` | __|
-| __// \| |_) | (_| | |_
-\___/_/\_\ .__/ \__,_|\__|
-|_| XML parser
-
-Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
-Copyright (c) 2000 Clark Cooper
-Copyright (c) 2017-2019 Sebastian Pipping
-Licensed under the MIT license:
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to permit
-persons to whom the Software is furnished to do so, subject to the
-following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
-NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
-DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
-OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
-USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------------------------------
-expat
-
-__ __ _
-___\ \/ /_ __ __ _| |_
-/ _ \\ /| '_ \ / _` | __|
-| __// \| |_) | (_| | |_
-\___/_/\_\ .__/ \__,_|\__|
-|_| XML parser
-
-Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
-Copyright (c) 2002 Fred L. Drake, Jr.
-Copyright (c) 2016-2017 Sebastian Pipping
-Licensed under the MIT license:
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to permit
-persons to whom the Software is furnished to do so, subject to the
-following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
-NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
-DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
-OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
-USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------------------------------
-expat
-
-__ __ _
-___\ \/ /_ __ __ _| |_
-/ _ \\ /| '_ \ / _` | __|
-| __// \| |_) | (_| | |_
-\___/_/\_\ .__/ \__,_|\__|
-|_| XML parser
-
-Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
-Copyright (c) 2002 Fred L. Drake, Jr.
-Copyright (c) 2016-2018 Sebastian Pipping
-Copyright (c) 2018 Marco Maggi
-Licensed under the MIT license:
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to permit
-persons to whom the Software is furnished to do so, subject to the
-following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
-NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
-DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
-OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
-USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------------------------------
-expat
-
-__ __ _
-___\ \/ /_ __ __ _| |_
-/ _ \\ /| '_ \ / _` | __|
-| __// \| |_) | (_| | |_
-\___/_/\_\ .__/ \__,_|\__|
-|_| XML parser
-
-Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
-Copyright (c) 2016-2021 Sebastian Pipping
-Copyright (c) 2017 Rhodri James
-Licensed under the MIT license:
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to permit
-persons to whom the Software is furnished to do so, subject to the
-following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
-NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
-DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
-OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
-USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------------------------------
-expat
-
-__ __ _
-___\ \/ /_ __ __ _| |_
-/ _ \\ /| '_ \ / _` | __|
-| __// \| |_) | (_| | |_
-\___/_/\_\ .__/ \__,_|\__|
-|_| XML parser
-
-Copyright (c) 1999-2000 Thai Open Source Software Center Ltd
-Copyright (c) 2000 Clark Cooper
-Copyright (c) 2002 Fred L. Drake, Jr.
-Copyright (c) 2007 Karl Waclawek
-Copyright (c) 2017 Sebastian Pipping
-Licensed under the MIT license:
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to permit
-persons to whom the Software is furnished to do so, subject to the
-following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
-NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
-DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
-OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
-USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------------------------------
-expat
-
-__ __ _
-___\ \/ /_ __ __ _| |_
-/ _ \\ /| '_ \ / _` | __|
-| __// \| |_) | (_| | |_
-\___/_/\_\ .__/ \__,_|\__|
-|_| XML parser
-
-Copyright (c) 2000 Clark Cooper
-Copyright (c) 2002 Greg Stein
-Copyright (c) 2005 Karl Waclawek
-Copyright (c) 2017-2023 Sebastian Pipping
-Copyright (c) 2023 Orgad Shaneh
-Licensed under the MIT license:
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to permit
-persons to whom the Software is furnished to do so, subject to the
-following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
-NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
-DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
-OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
-USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------------------------------
-expat
-
-__ __ _
-___\ \/ /_ __ __ _| |_
-/ _ \\ /| '_ \ / _` | __|
-| __// \| |_) | (_| | |_
-\___/_/\_\ .__/ \__,_|\__|
-|_| XML parser
-
-Copyright (c) 2000 Clark Cooper
-Copyright (c) 2017 Sebastian Pipping
-Licensed under the MIT license:
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to permit
-persons to whom the Software is furnished to do so, subject to the
-following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
-NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
-DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
-OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
-USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------------------------------
-expat
-
-__ __ _
-___\ \/ /_ __ __ _| |_
-/ _ \\ /| '_ \ / _` | __|
-| __// \| |_) | (_| | |_
-\___/_/\_\ .__/ \__,_|\__|
-|_| XML parser
-
-Copyright (c) 2022 Mark Brand
-Copyright (c) 2025 Sebastian Pipping
-Licensed under the MIT license:
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to permit
-persons to whom the Software is furnished to do so, subject to the
-following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
-NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
-DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
-OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
-USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------------------------------
-expat
-
-d19ae032c224863c1527ba44d228cc34b99192c3a4c5a27af1f4e054d45ee031 (2.7.1+)
-__ __ _
-___\ \/ /_ __ __ _| |_
-/ _ \\ /| '_ \ / _` | __|
-| __// \| |_) | (_| | |_
-\___/_/\_\ .__/ \__,_|\__|
-|_| XML parser
-
-Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
-Copyright (c) 2000 Clark Cooper
-Copyright (c) 2000-2006 Fred L. Drake, Jr.
-Copyright (c) 2001-2002 Greg Stein
-Copyright (c) 2002-2016 Karl Waclawek
-Copyright (c) 2005-2009 Steven Solie
-Copyright (c) 2016 Eric Rahm
-Copyright (c) 2016-2025 Sebastian Pipping
-Copyright (c) 2016 Gaurav
-Copyright (c) 2016 Thomas Beutlich
-Copyright (c) 2016 Gustavo Grieco
-Copyright (c) 2016 Pascal Cuoq
-Copyright (c) 2016 Ed Schouten
-Copyright (c) 2017-2022 Rhodri James
-Copyright (c) 2017 Václav Slavík
-Copyright (c) 2017 Viktor Szakats
-Copyright (c) 2017 Chanho Park
-Copyright (c) 2017 Rolf Eike Beer
-Copyright (c) 2017 Hans Wennborg
-Copyright (c) 2018 Anton Maklakov
-Copyright (c) 2018 Benjamin Peterson
-Copyright (c) 2018 Marco Maggi
-Copyright (c) 2018 Mariusz Zaborski
-Copyright (c) 2019 David Loffredo
-Copyright (c) 2019-2020 Ben Wagner
-Copyright (c) 2019 Vadim Zeitlin
-Copyright (c) 2021 Donghee Na
-Copyright (c) 2022 Samanta Navarro
-Copyright (c) 2022 Jeffrey Walton
-Copyright (c) 2022 Jann Horn
-Copyright (c) 2022 Sean McBride
-Copyright (c) 2023 Owain Davies
-Copyright (c) 2023-2024 Sony Corporation / Snild Dolkow
-Copyright (c) 2024-2025 Berkay Eren Ürün
-Copyright (c) 2024 Hanno Böck
-Licensed under the MIT license:
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to permit
-persons to whom the Software is furnished to do so, subject to the
-following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
-NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
-DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
-OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
-USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------------------------------
-expat
-harfbuzz
-
-// Copyright (c) 2021 Google Inc. All rights reserved.
-//
-// Redistribution and use in source and binary forms, with or without
-// modification, are permitted provided that the following conditions are
-// met:
-//
-// * Redistributions of source code must retain the above copyright
-// notice, this list of conditions and the following disclaimer.
-// * Redistributions in binary form must reproduce the above
-// copyright notice, this list of conditions and the following disclaimer
-// in the documentation and/or other materials provided with the
-// distribution.
-// * Neither the name of Google Inc. nor the names of its
-// contributors may be used to endorse or promote products derived from
-// this software without specific prior written permission.
-//
-// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
---------------------------------------------------------------------------------
-fallback_root_certificates
-
-Mozilla Public License Version 2.0
-==================================
-
-1. Definitions
---------------
-
-1.1. "Contributor"
- means each individual or legal entity that creates, contributes to
- the creation of, or owns Covered Software.
-
-1.2. "Contributor Version"
- means the combination of the Contributions of others (if any) used
- by a Contributor and that particular Contributor's Contribution.
-
-1.3. "Contribution"
- means Covered Software of a particular Contributor.
-
-1.4. "Covered Software"
- means Source Code Form to which the initial Contributor has attached
- the notice in Exhibit A, the Executable Form of such Source Code
- Form, and Modifications of such Source Code Form, in each case
- including portions thereof.
-
-1.5. "Incompatible With Secondary Licenses"
- means
-
- (a) that the initial Contributor has attached the notice described
- in Exhibit B to the Covered Software; or
-
- (b) that the Covered Software was made available under the terms of
- version 1.1 or earlier of the License, but not also under the
- terms of a Secondary License.
-
-1.6. "Executable Form"
- means any form of the work other than Source Code Form.
-
-1.7. "Larger Work"
- means a work that combines Covered Software with other material, in
- a separate file or files, that is not Covered Software.
-
-1.8. "License"
- means this document.
-
-1.9. "Licensable"
- means having the right to grant, to the maximum extent possible,
- whether at the time of the initial grant or subsequently, any and
- all of the rights conveyed by this License.
-
-1.10. "Modifications"
- means any of the following:
-
- (a) any file in Source Code Form that results from an addition to,
- deletion from, or modification of the contents of Covered
- Software; or
-
- (b) any new file in Source Code Form that contains any Covered
- Software.
-
-1.11. "Patent Claims" of a Contributor
- means any patent claim(s), including without limitation, method,
- process, and apparatus claims, in any patent Licensable by such
- Contributor that would be infringed, but for the grant of the
- License, by the making, using, selling, offering for sale, having
- made, import, or transfer of either its Contributions or its
- Contributor Version.
-
-1.12. "Secondary License"
- means either the GNU General Public License, Version 2.0, the GNU
- Lesser General Public License, Version 2.1, the GNU Affero General
- Public License, Version 3.0, or any later versions of those
- licenses.
-
-1.13. "Source Code Form"
- means the form of the work preferred for making modifications.
-
-1.14. "You" (or "Your")
- means an individual or a legal entity exercising rights under this
- License. For legal entities, "You" includes any entity that
- controls, is controlled by, or is under common control with You. For
- purposes of this definition, "control" means (a) the power, direct
- or indirect, to cause the direction or management of such entity,
- whether by contract or otherwise, or (b) ownership of more than
- fifty percent (50%) of the outstanding shares or beneficial
- ownership of such entity.
-
-2. License Grants and Conditions
---------------------------------
-
-2.1. Grants
-
-Each Contributor hereby grants You a world-wide, royalty-free,
-non-exclusive license:
-
-(a) under intellectual property rights (other than patent or trademark)
- Licensable by such Contributor to use, reproduce, make available,
- modify, display, perform, distribute, and otherwise exploit its
- Contributions, either on an unmodified basis, with Modifications, or
- as part of a Larger Work; and
-
-(b) under Patent Claims of such Contributor to make, use, sell, offer
- for sale, have made, import, and otherwise transfer either its
- Contributions or its Contributor Version.
-
-2.2. Effective Date
-
-The licenses granted in Section 2.1 with respect to any Contribution
-become effective for each Contribution on the date the Contributor first
-distributes such Contribution.
-
-2.3. Limitations on Grant Scope
-
-The licenses granted in this Section 2 are the only rights granted under
-this License. No additional rights or licenses will be implied from the
-distribution or licensing of Covered Software under this License.
-Notwithstanding Section 2.1(b) above, no patent license is granted by a
-Contributor:
-
-(a) for any code that a Contributor has removed from Covered Software;
- or
-
-(b) for infringements caused by: (i) Your and any other third party's
- modifications of Covered Software, or (ii) the combination of its
- Contributions with other software (except as part of its Contributor
- Version); or
-
-(c) under Patent Claims infringed by Covered Software in the absence of
- its Contributions.
-
-This License does not grant any rights in the trademarks, service marks,
-or logos of any Contributor (except as may be necessary to comply with
-the notice requirements in Section 3.4).
-
-2.4. Subsequent Licenses
-
-No Contributor makes additional grants as a result of Your choice to
-distribute the Covered Software under a subsequent version of this
-License (see Section 10.2) or under the terms of a Secondary License (if
-permitted under the terms of Section 3.3).
-
-2.5. Representation
-
-Each Contributor represents that the Contributor believes its
-Contributions are its original creation(s) or it has sufficient rights
-to grant the rights to its Contributions conveyed by this License.
-
-2.6. Fair Use
-
-This License is not intended to limit any rights You have under
-applicable copyright doctrines of fair use, fair dealing, or other
-equivalents.
-
-2.7. Conditions
-
-Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
-in Section 2.1.
-
-3. Responsibilities
--------------------
-
-3.1. Distribution of Source Form
-
-All distribution of Covered Software in Source Code Form, including any
-Modifications that You create or to which You contribute, must be under
-the terms of this License. You must inform recipients that the Source
-Code Form of the Covered Software is governed by the terms of this
-License, and how they can obtain a copy of this License. You may not
-attempt to alter or restrict the recipients' rights in the Source Code
-Form.
-
-3.2. Distribution of Executable Form
-
-If You distribute Covered Software in Executable Form then:
-
-(a) such Covered Software must also be made available in Source Code
- Form, as described in Section 3.1, and You must inform recipients of
- the Executable Form how they can obtain a copy of such Source Code
- Form by reasonable means in a timely manner, at a charge no more
- than the cost of distribution to the recipient; and
-
-(b) You may distribute such Executable Form under the terms of this
- License, or sublicense it under different terms, provided that the
- license for the Executable Form does not attempt to limit or alter
- the recipients' rights in the Source Code Form under this License.
-
-3.3. Distribution of a Larger Work
-
-You may create and distribute a Larger Work under terms of Your choice,
-provided that You also comply with the requirements of this License for
-the Covered Software. If the Larger Work is a combination of Covered
-Software with a work governed by one or more Secondary Licenses, and the
-Covered Software is not Incompatible With Secondary Licenses, this
-License permits You to additionally distribute such Covered Software
-under the terms of such Secondary License(s), so that the recipient of
-the Larger Work may, at their option, further distribute the Covered
-Software under the terms of either this License or such Secondary
-License(s).
-
-3.4. Notices
-
-You may not remove or alter the substance of any license notices
-(including copyright notices, patent notices, disclaimers of warranty,
-or limitations of liability) contained within the Source Code Form of
-the Covered Software, except that You may alter any license notices to
-the extent required to remedy known factual inaccuracies.
-
-3.5. Application of Additional Terms
-
-You may choose to offer, and to charge a fee for, warranty, support,
-indemnity or liability obligations to one or more recipients of Covered
-Software. However, You may do so only on Your own behalf, and not on
-behalf of any Contributor. You must make it absolutely clear that any
-such warranty, support, indemnity, or liability obligation is offered by
-You alone, and You hereby agree to indemnify every Contributor for any
-liability incurred by such Contributor as a result of warranty, support,
-indemnity or liability terms You offer. You may include additional
-disclaimers of warranty and limitations of liability specific to any
-jurisdiction.
-
-4. Inability to Comply Due to Statute or Regulation
----------------------------------------------------
-
-If it is impossible for You to comply with any of the terms of this
-License with respect to some or all of the Covered Software due to
-statute, judicial order, or regulation then You must: (a) comply with
-the terms of this License to the maximum extent possible; and (b)
-describe the limitations and the code they affect. Such description must
-be placed in a text file included with all distributions of the Covered
-Software under this License. Except to the extent prohibited by statute
-or regulation, such description must be sufficiently detailed for a
-recipient of ordinary skill to be able to understand it.
-
-5. Termination
---------------
-
-5.1. The rights granted under this License will terminate automatically
-if You fail to comply with any of its terms. However, if You become
-compliant, then the rights granted under this License from a particular
-Contributor are reinstated (a) provisionally, unless and until such
-Contributor explicitly and finally terminates Your grants, and (b) on an
-ongoing basis, if such Contributor fails to notify You of the
-non-compliance by some reasonable means prior to 60 days after You have
-come back into compliance. Moreover, Your grants from a particular
-Contributor are reinstated on an ongoing basis if such Contributor
-notifies You of the non-compliance by some reasonable means, this is the
-first time You have received notice of non-compliance with this License
-from such Contributor, and You become compliant prior to 30 days after
-Your receipt of the notice.
-
-5.2. If You initiate litigation against any entity by asserting a patent
-infringement claim (excluding declaratory judgment actions,
-counter-claims, and cross-claims) alleging that a Contributor Version
-directly or indirectly infringes any patent, then the rights granted to
-You by any and all Contributors for the Covered Software under Section
-2.1 of this License shall terminate.
-
-5.3. In the event of termination under Sections 5.1 or 5.2 above, all
-end user license agreements (excluding distributors and resellers) which
-have been validly granted by You or Your distributors under this License
-prior to termination shall survive termination.
-
-************************************************************************
-* *
-* 6. Disclaimer of Warranty *
-* ------------------------- *
-* *
-* Covered Software is provided under this License on an "as is" *
-* basis, without warranty of any kind, either expressed, implied, or *
-* statutory, including, without limitation, warranties that the *
-* Covered Software is free of defects, merchantable, fit for a *
-* particular purpose or non-infringing. The entire risk as to the *
-* quality and performance of the Covered Software is with You. *
-* Should any Covered Software prove defective in any respect, You *
-* (not any Contributor) assume the cost of any necessary servicing, *
-* repair, or correction. This disclaimer of warranty constitutes an *
-* essential part of this License. No use of any Covered Software is *
-* authorized under this License except under this disclaimer. *
-* *
-************************************************************************
-
-************************************************************************
-* *
-* 7. Limitation of Liability *
-* -------------------------- *
-* *
-* Under no circumstances and under no legal theory, whether tort *
-* (including negligence), contract, or otherwise, shall any *
-* Contributor, or anyone who distributes Covered Software as *
-* permitted above, be liable to You for any direct, indirect, *
-* special, incidental, or consequential damages of any character *
-* including, without limitation, damages for lost profits, loss of *
-* goodwill, work stoppage, computer failure or malfunction, or any *
-* and all other commercial damages or losses, even if such party *
-* shall have been informed of the possibility of such damages. This *
-* limitation of liability shall not apply to liability for death or *
-* personal injury resulting from such party's negligence to the *
-* extent applicable law prohibits such limitation. Some *
-* jurisdictions do not allow the exclusion or limitation of *
-* incidental or consequential damages, so this exclusion and *
-* limitation may not apply to You. *
-* *
-************************************************************************
-
-8. Litigation
--------------
-
-Any litigation relating to this License may be brought only in the
-courts of a jurisdiction where the defendant maintains its principal
-place of business and such litigation shall be governed by laws of that
-jurisdiction, without reference to its conflict-of-law provisions.
-Nothing in this Section shall prevent a party's ability to bring
-cross-claims or counter-claims.
-
-9. Miscellaneous
-----------------
-
-This License represents the complete agreement concerning the subject
-matter hereof. If any provision of this License is held to be
-unenforceable, such provision shall be reformed only to the extent
-necessary to make it enforceable. Any law or regulation which provides
-that the language of a contract shall be construed against the drafter
-shall not be used to construe this License against a Contributor.
-
-10. Versions of the License
----------------------------
-
-10.1. New Versions
-
-Mozilla Foundation is the license steward. Except as provided in Section
-10.3, no one other than the license steward has the right to modify or
-publish new versions of this License. Each version will be given a
-distinguishing version number.
-
-10.2. Effect of New Versions
-
-You may distribute the Covered Software under the terms of the version
-of the License under which You originally received the Covered Software,
-or under the terms of any subsequent version published by the license
-steward.
-
-10.3. Modified Versions
-
-If you create software not governed by this License, and you want to
-create a new license for such software, you may create and use a
-modified version of this License if you rename the license and remove
-any references to the name of the license steward (except to note that
-such modified license differs from this License).
-
-10.4. Distributing Source Code Form that is Incompatible With Secondary
-Licenses
-
-If You choose to distribute Source Code Form that is Incompatible With
-Secondary Licenses under the terms of this version of the License, the
-notice described in Exhibit B of this License must be attached.
-
-Exhibit A - Source Code Form License Notice
--------------------------------------------
-
- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
-If it is not possible or desirable to put the notice in a particular
-file, then You may include the notice in a location (such as a LICENSE
-file in a relevant directory) where a recipient would be likely to look
-for such a notice.
-
-You may add additional accurate notices of copyright ownership.
-
-Exhibit B - "Incompatible With Secondary Licenses" Notice
----------------------------------------------------------
-
- This Source Code Form is "Incompatible With Secondary Licenses", as
- defined by the Mozilla Public License, v. 2.0.
-
---------------------------------------------------------------------------------
-ffx_spd
-
-
-Copyright (c) 2017-2019 Advanced Micro Devices, Inc. All rights reserved.
-Copyright (c) <2014>
--------
-Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation
-files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy,
-modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following conditions:
--------
-The above copyright notice and this permission notice shall be included in all copies or substantial portions of the
-Software.
--------
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
-WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
-COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
-ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------------------------------
-ffx_spd
-
-
-Copyright (c) 2017-2020 Advanced Micro Devices, Inc. All rights reserved.
--------
-Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation
-files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy,
-modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following conditions:
--------
-The above copyright notice and this permission notice shall be included in all copies or substantial portions of the
-Software.
--------
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
-WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
-COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
-ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------------------------------
-ffx_spd
-
-Copyright (c) 2020 Advanced Micro Devices, Inc. All rights reserved.
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
---------------------------------------------------------------------------------
-fiat
-
-The Apache License, Version 2.0 (Apache-2.0)
-
-Copyright 2015-2020 the fiat-crypto authors (see the AUTHORS file)
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
---------------------------------------------------------------------------------
-file
-
-Copyright 2017, the Dart project authors. All rights reserved.
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are
-met:
-
- * Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above
- copyright notice, this list of conditions and the following
- disclaimer in the documentation and/or other materials provided
- with the distribution.
- * Neither the name of Google Inc. nor the names of its
- contributors may be used to endorse or promote products derived
- from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
---------------------------------------------------------------------------------
-fixnum
-stack_trace
-
-Copyright 2014, the Dart project authors.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are
-met:
-
- * Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above
- copyright notice, this list of conditions and the following
- disclaimer in the documentation and/or other materials provided
- with the distribution.
- * Neither the name of Google LLC nor the names of its
- contributors may be used to endorse or promote products derived
- from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
---------------------------------------------------------------------------------
-flatbuffers
-
-
-Copyright 2015 gRPC authors.
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
---------------------------------------------------------------------------------
-flatbuffers
-
-
-Copyright 2018 Dan Field. All rights reserved.
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
---------------------------------------------------------------------------------
-flatbuffers
-
- Apache License
- Version 2.0, January 2004
- http://www.apache.org/licenses/
-
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
-
- 1. Definitions.
-
- "License" shall mean the terms and conditions for use, reproduction,
- and distribution as defined by Sections 1 through 9 of this document.
-
- "Licensor" shall mean the copyright owner or entity authorized by
- the copyright owner that is granting the License.
-
- "Legal Entity" shall mean the union of the acting entity and all
- other entities that control, are controlled by, or are under common
- control with that entity. For the purposes of this definition,
- "control" means (i) the power, direct or indirect, to cause the
- direction or management of such entity, whether by contract or
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
- outstanding shares, or (iii) beneficial ownership of such entity.
-
- "You" (or "Your") shall mean an individual or Legal Entity
- exercising permissions granted by this License.
-
- "Source" form shall mean the preferred form for making modifications,
- including but not limited to software source code, documentation
- source, and configuration files.
-
- "Object" form shall mean any form resulting from mechanical
- transformation or translation of a Source form, including but
- not limited to compiled object code, generated documentation,
- and conversions to other media types.
-
- "Work" shall mean the work of authorship, whether in Source or
- Object form, made available under the License, as indicated by a
- copyright notice that is included in or attached to the work
- (an example is provided in the Appendix below).
-
- "Derivative Works" shall mean any work, whether in Source or Object
- form, that is based on (or derived from) the Work and for which the
- editorial revisions, annotations, elaborations, or other modifications
- represent, as a whole, an original work of authorship. For the purposes
- of this License, Derivative Works shall not include works that remain
- separable from, or merely link (or bind by name) to the interfaces of,
- the Work and Derivative Works thereof.
-
- "Contribution" shall mean any work of authorship, including
- the original version of the Work and any modifications or additions
- to that Work or Derivative Works thereof, that is intentionally
- submitted to Licensor for inclusion in the Work by the copyright owner
- or by an individual or Legal Entity authorized to submit on behalf of
- the copyright owner. For the purposes of this definition, "submitted"
- means any form of electronic, verbal, or written communication sent
- to the Licensor or its representatives, including but not limited to
- communication on electronic mailing lists, source code control systems,
- and issue tracking systems that are managed by, or on behalf of, the
- Licensor for the purpose of discussing and improving the Work, but
- excluding communication that is conspicuously marked or otherwise
- designated in writing by the copyright owner as "Not a Contribution."
-
- "Contributor" shall mean Licensor and any individual or Legal Entity
- on behalf of whom a Contribution has been received by Licensor and
- subsequently incorporated within the Work.
-
- 2. Grant of Copyright License. Subject to the terms and conditions of
- this License, each Contributor hereby grants to You a perpetual,
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
- copyright license to reproduce, prepare Derivative Works of,
- publicly display, publicly perform, sublicense, and distribute the
- Work and such Derivative Works in Source or Object form.
-
- 3. Grant of Patent License. Subject to the terms and conditions of
- this License, each Contributor hereby grants to You a perpetual,
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
- (except as stated in this section) patent license to make, have made,
- use, offer to sell, sell, import, and otherwise transfer the Work,
- where such license applies only to those patent claims licensable
- by such Contributor that are necessarily infringed by their
- Contribution(s) alone or by combination of their Contribution(s)
- with the Work to which such Contribution(s) was submitted. If You
- institute patent litigation against any entity (including a
- cross-claim or counterclaim in a lawsuit) alleging that the Work
- or a Contribution incorporated within the Work constitutes direct
- or contributory patent infringement, then any patent licenses
- granted to You under this License for that Work shall terminate
- as of the date such litigation is filed.
-
- 4. Redistribution. You may reproduce and distribute copies of the
- Work or Derivative Works thereof in any medium, with or without
- modifications, and in Source or Object form, provided that You
- meet the following conditions:
-
- (a) You must give any other recipients of the Work or
- Derivative Works a copy of this License; and
-
- (b) You must cause any modified files to carry prominent notices
- stating that You changed the files; and
-
- (c) You must retain, in the Source form of any Derivative Works
- that You distribute, all copyright, patent, trademark, and
- attribution notices from the Source form of the Work,
- excluding those notices that do not pertain to any part of
- the Derivative Works; and
-
- (d) If the Work includes a "NOTICE" text file as part of its
- distribution, then any Derivative Works that You distribute must
- include a readable copy of the attribution notices contained
- within such NOTICE file, excluding those notices that do not
- pertain to any part of the Derivative Works, in at least one
- of the following places: within a NOTICE text file distributed
- as part of the Derivative Works; within the Source form or
- documentation, if provided along with the Derivative Works; or,
- within a display generated by the Derivative Works, if and
- wherever such third-party notices normally appear. The contents
- of the NOTICE file are for informational purposes only and
- do not modify the License. You may add Your own attribution
- notices within Derivative Works that You distribute, alongside
- or as an addendum to the NOTICE text from the Work, provided
- that such additional attribution notices cannot be construed
- as modifying the License.
-
- You may add Your own copyright statement to Your modifications and
- may provide additional or different license terms and conditions
- for use, reproduction, or distribution of Your modifications, or
- for any such Derivative Works as a whole, provided Your use,
- reproduction, and distribution of the Work otherwise complies with
- the conditions stated in this License.
-
- 5. Submission of Contributions. Unless You explicitly state otherwise,
- any Contribution intentionally submitted for inclusion in the Work
- by You to the Licensor shall be under the terms and conditions of
- this License, without any additional terms or conditions.
- Notwithstanding the above, nothing herein shall supersede or modify
- the terms of any separate license agreement you may have executed
- with Licensor regarding such Contributions.
-
- 6. Trademarks. This License does not grant permission to use the trade
- names, trademarks, service marks, or product names of the Licensor,
- except as required for reasonable and customary use in describing the
- origin of the Work and reproducing the content of the NOTICE file.
-
- 7. Disclaimer of Warranty. Unless required by applicable law or
- agreed to in writing, Licensor provides the Work (and each
- Contributor provides its Contributions) on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
- implied, including, without limitation, any warranties or conditions
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
- PARTICULAR PURPOSE. You are solely responsible for determining the
- appropriateness of using or redistributing the Work and assume any
- risks associated with Your exercise of permissions under this License.
-
- 8. Limitation of Liability. In no event and under no legal theory,
- whether in tort (including negligence), contract, or otherwise,
- unless required by applicable law (such as deliberate and grossly
- negligent acts) or agreed to in writing, shall any Contributor be
- liable to You for damages, including any direct, indirect, special,
- incidental, or consequential damages of any character arising as a
- result of this License or out of the use or inability to use the
- Work (including but not limited to damages for loss of goodwill,
- work stoppage, computer failure or malfunction, or any and all
- other commercial damages or losses), even if such Contributor
- has been advised of the possibility of such damages.
-
- 9. Accepting Warranty or Additional Liability. While redistributing
- the Work or Derivative Works thereof, You may choose to offer,
- and charge a fee for, acceptance of support, warranty, indemnity,
- or other liability obligations and/or rights consistent with this
- License. However, in accepting such obligations, You may act only
- on Your own behalf and on Your sole responsibility, not on behalf
- of any other Contributor, and only if You agree to indemnify,
- defend, and hold each Contributor harmless for any liability
- incurred by, or claims asserted against, such Contributor by reason
- of your accepting any such warranty or additional liability.
-
- END OF TERMS AND CONDITIONS
-
- APPENDIX: How to apply the Apache License to your work.
-
- To apply the Apache License to your work, attach the following
- boilerplate notice, with the fields enclosed by brackets "[]"
- replaced with your own identifying information. (Don't include
- the brackets!) The text should be enclosed in the appropriate
- comment syntax for the file format. We also recommend that a
- file or class name and description of purpose be included on the
- same "printed page" as the copyright notice for easier
- identification within third-party archives.
-
- Copyright 2014 Google Inc.
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
---------------------------------------------------------------------------------
-flatbuffers
-
-Copyright 2014 Google Inc. All rights reserved.
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
---------------------------------------------------------------------------------
-flatbuffers
-
-Copyright 2016 Google Inc. All rights reserved.
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
---------------------------------------------------------------------------------
-flatbuffers
-
-Copyright 2018 Dan Field
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
---------------------------------------------------------------------------------
-flatbuffers
-
-Copyright 2018 Dan Field. All rights reserved.
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
---------------------------------------------------------------------------------
-flatbuffers
-
-Copyright 2019 Google Inc. All rights reserved.
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
---------------------------------------------------------------------------------
-flatbuffers
-
-Copyright 2020 Google Inc. All rights reserved.
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
---------------------------------------------------------------------------------
-flatbuffers
-
-Copyright 2022 Google Inc. All rights reserved.
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
---------------------------------------------------------------------------------
-flatbuffers
-
-Copyright 2023 Google Inc. All rights reserved.
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
---------------------------------------------------------------------------------
-flatbuffers
-
-Copyright 2024 Google Inc. All rights reserved.
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
---------------------------------------------------------------------------------
-flatbuffers
-gtest-parallel
-
-Copyright 2017 Google Inc. All rights reserved.
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
---------------------------------------------------------------------------------
-flutter
-
-Copyright 2014 The Flutter Authors. All rights reserved.
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file.
---------------------------------------------------------------------------------
-flutter
-
-Copyright 2014 The Flutter Authors. All rights reserved.
-
-Redistribution and use in source and binary forms, with or without modification,
-are permitted provided that the following conditions are met:
-
- * Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above
- copyright notice, this list of conditions and the following
- disclaimer in the documentation and/or other materials provided
- with the distribution.
- * Neither the name of Google Inc. nor the names of its
- contributors may be used to endorse or promote products derived
- from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
-ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
-(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
-ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
-SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
---------------------------------------------------------------------------------
-flutter
-
-Copyright 2019 The Flutter Authors. All rights reserved.
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file.
---------------------------------------------------------------------------------
-flutter
-
-License for the Ahem font embedded below is from:
-https://www.w3.org/Style/CSS/Test/Fonts/Ahem/COPYING
-
-The Ahem font in this directory belongs to the public domain. In
-jurisdictions that do not recognize public domain ownership of these
-files, the following Creative Commons Zero declaration applies:
-
-
-
-which is quoted below:
-
- The person who has associated a work with this document (the "Work")
- affirms that he or she (the "Affirmer") is the/an author or owner of
- the Work. The Work may be any work of authorship, including a
- database.
-
- The Affirmer hereby fully, permanently and irrevocably waives and
- relinquishes all of her or his copyright and related or neighboring
- legal rights in the Work available under any federal or state law,
- treaty or contract, including but not limited to moral rights,
- publicity and privacy rights, rights protecting against unfair
- competition and any rights protecting the extraction, dissemination
- and reuse of data, whether such rights are present or future, vested
- or contingent (the "Waiver"). The Affirmer makes the Waiver for the
- benefit of the public at large and to the detriment of the Affirmer's
- heirs or successors.
-
- The Affirmer understands and intends that the Waiver has the effect
- of eliminating and entirely removing from the Affirmer's control all
- the copyright and related or neighboring legal rights previously held
- by the Affirmer in the Work, to that extent making the Work freely
- available to the public for any and all uses and purposes without
- restriction of any kind, including commercial use and uses in media
- and formats or by methods that have not yet been invented or
- conceived. Should the Waiver for any reason be judged legally
- ineffective in any jurisdiction, the Affirmer hereby grants a free,
- full, permanent, irrevocable, nonexclusive and worldwide license for
- all her or his copyright and related or neighboring legal rights in
- the Work.
---------------------------------------------------------------------------------
-flutter
-skia
-
-Copyright 2022 Google LLC
-
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file.
---------------------------------------------------------------------------------
-flutter
-tonic
-
-Copyright 2013 The Flutter Authors. All rights reserved.
-
-Redistribution and use in source and binary forms, with or without modification,
-are permitted provided that the following conditions are met:
-
- * Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above
- copyright notice, this list of conditions and the following
- disclaimer in the documentation and/or other materials provided
- with the distribution.
- * Neither the name of Google Inc. nor the names of its
- contributors may be used to endorse or promote products derived
- from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
-ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
-(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
-ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
-SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
---------------------------------------------------------------------------------
-flutter_animate
-
-BSD 3-Clause License
-
-Copyright (c) 2022, Grant Skinner
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
-
-1. Redistributions of source code must retain the above copyright notice, this
- list of conditions and the following disclaimer.
-
-2. Redistributions in binary form must reproduce the above copyright notice,
- this list of conditions and the following disclaimer in the documentation
- and/or other materials provided with the distribution.
-
-3. Neither the name of the copyright holder nor the names of its
- contributors may be used to endorse or promote products derived from
- this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
-AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
-FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
-SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
-OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
---------------------------------------------------------------------------------
-flutter_cache_manager
-
-
-The MIT License (MIT)
-
-Copyright (c) 2017 Rene Floor
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-
---------------------------------------------------------------------------------
-flutter_lints
-flutter_shaders
-path_provider
-path_provider_linux
-path_provider_platform_interface
-path_provider_windows
-plugin_platform_interface
-url_launcher
-url_launcher_platform_interface
-xdg_directories
-
-Copyright 2013 The Flutter Authors. All rights reserved.
-
-Redistribution and use in source and binary forms, with or without modification,
-are permitted provided that the following conditions are met:
-
- * Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above
- copyright notice, this list of conditions and the following
- disclaimer in the documentation and/or other materials provided
- with the distribution.
- * Neither the name of Google Inc. nor the names of its
- contributors may be used to endorse or promote products derived
- from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
-ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
-(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
-ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
-SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
---------------------------------------------------------------------------------
-font_awesome_flutter
-
-MIT License
-
-Copyright (c) 2017 Brian Egan
-Copyright (c) 2020 Michael Spiss
-Font Awesome Icons by @fontawesome - https://fontawesome.com
-License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1)
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-
---------------------------------------------------------------------------------
-freetype2
-
-
-
-Copyright (C) 2000, 2001, 2002, 2003, 2006, 2010 by
-Francesco Zappa Nardelli
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
---------------------------------------------------------------------------------
-freetype2
-
-
-
-Copyright (C) 2000-2004, 2006-2011, 2013, 2014 by
-Francesco Zappa Nardelli
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
---------------------------------------------------------------------------------
-freetype2
-
-
-
-Copyright (C) 2001, 2002 by
-Francesco Zappa Nardelli
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
---------------------------------------------------------------------------------
-freetype2
-
-
-
-Copyright (C) 2001, 2002, 2003, 2004 by
-Francesco Zappa Nardelli
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
---------------------------------------------------------------------------------
-freetype2
-
-
-
-Copyright (C) 2001-2008, 2011, 2013, 2014 by
-Francesco Zappa Nardelli
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
---------------------------------------------------------------------------------
-freetype2
-
-
-
-Copyright 2000, 2001, 2004 by
-Francesco Zappa Nardelli
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
---------------------------------------------------------------------------------
-freetype2
-
-
-
-Copyright 2000-2001, 2002 by
-Francesco Zappa Nardelli
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
---------------------------------------------------------------------------------
-freetype2
-
-
-
-Copyright 2000-2001, 2003 by
-Francesco Zappa Nardelli
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
---------------------------------------------------------------------------------
-freetype2
-
-
-
-Copyright 2000-2010, 2012-2014 by
-Francesco Zappa Nardelli
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
---------------------------------------------------------------------------------
-freetype2
-
-
-
-Copyright 2003 by
-Francesco Zappa Nardelli
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
---------------------------------------------------------------------------------
-freetype2
-
- The FreeType Project LICENSE
- ----------------------------
-
- 2006-Jan-27
-
- Copyright 1996-2002, 2006 by
- David Turner, Robert Wilhelm, and Werner Lemberg
-
-
-
-Introduction
-============
-
- The FreeType Project is distributed in several archive packages;
- some of them may contain, in addition to the FreeType font engine,
- various tools and contributions which rely on, or relate to, the
- FreeType Project.
-
- This license applies to all files found in such packages, and
- which do not fall under their own explicit license. The license
- affects thus the FreeType font engine, the test programs,
- documentation and makefiles, at the very least.
-
- This license was inspired by the BSD, Artistic, and IJG
- (Independent JPEG Group) licenses, which all encourage inclusion
- and use of free software in commercial and freeware products
- alike. As a consequence, its main points are that:
-
- o We don't promise that this software works. However, we will be
- interested in any kind of bug reports. (`as is' distribution)
-
- o You can use this software for whatever you want, in parts or
- full form, without having to pay us. (`royalty-free' usage)
-
- o You may not pretend that you wrote this software. If you use
- it, or only parts of it, in a program, you must acknowledge
- somewhere in your documentation that you have used the
- FreeType code. (`credits')
-
- We specifically permit and encourage the inclusion of this
- software, with or without modifications, in commercial products.
- We disclaim all warranties covering The FreeType Project and
- assume no liability related to The FreeType Project.
-
-
- Finally, many people asked us for a preferred form for a
- credit/disclaimer to use in compliance with this license. We thus
- encourage you to use the following text:
-
- """
- Portions of this software are copyright © The FreeType
- Project (www.freetype.org). All rights reserved.
- """
-
- Please replace with the value from the FreeType version you
- actually use.
-
-
-Legal Terms
-===========
-
-0. Definitions
---------------
-
- Throughout this license, the terms `package', `FreeType Project',
- and `FreeType archive' refer to the set of files originally
- distributed by the authors (David Turner, Robert Wilhelm, and
- Werner Lemberg) as the `FreeType Project', be they named as alpha,
- beta or final release.
-
- `You' refers to the licensee, or person using the project, where
- `using' is a generic term including compiling the project's source
- code as well as linking it to form a `program' or `executable'.
- This program is referred to as `a program using the FreeType
- engine'.
-
- This license applies to all files distributed in the original
- FreeType Project, including all source code, binaries and
- documentation, unless otherwise stated in the file in its
- original, unmodified form as distributed in the original archive.
- If you are unsure whether or not a particular file is covered by
- this license, you must contact us to verify this.
-
- The FreeType Project is copyright (C) 1996-2000 by David Turner,
- Robert Wilhelm, and Werner Lemberg. All rights reserved except as
- specified below.
-
-1. No Warranty
---------------
-
- THE FREETYPE PROJECT IS PROVIDED `AS IS' WITHOUT WARRANTY OF ANY
- KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- PURPOSE. IN NO EVENT WILL ANY OF THE AUTHORS OR COPYRIGHT HOLDERS
- BE LIABLE FOR ANY DAMAGES CAUSED BY THE USE OR THE INABILITY TO
- USE, OF THE FREETYPE PROJECT.
-
-2. Redistribution
------------------
-
- This license grants a worldwide, royalty-free, perpetual and
- irrevocable right and license to use, execute, perform, compile,
- display, copy, create derivative works of, distribute and
- sublicense the FreeType Project (in both source and object code
- forms) and derivative works thereof for any purpose; and to
- authorize others to exercise some or all of the rights granted
- herein, subject to the following conditions:
-
- o Redistribution of source code must retain this license file
- (`FTL.TXT') unaltered; any additions, deletions or changes to
- the original files must be clearly indicated in accompanying
- documentation. The copyright notices of the unaltered,
- original files must be preserved in all copies of source
- files.
-
- o Redistribution in binary form must provide a disclaimer that
- states that the software is based in part of the work of the
- FreeType Team, in the distribution documentation. We also
- encourage you to put an URL to the FreeType web page in your
- documentation, though this isn't mandatory.
-
- These conditions apply to any software derived from or based on
- the FreeType Project, not just the unmodified files. If you use
- our work, you must acknowledge us. However, no fee need be paid
- to us.
-
-3. Advertising
---------------
-
- Neither the FreeType authors and contributors nor you shall use
- the name of the other for commercial, advertising, or promotional
- purposes without specific prior written permission.
-
- We suggest, but do not require, that you use one or more of the
- following phrases to refer to this software in your documentation
- or advertising materials: `FreeType Project', `FreeType Engine',
- `FreeType library', or `FreeType Distribution'.
-
- As you have not signed this license, you are not required to
- accept it. However, as the FreeType Project is copyrighted
- material, only this license, or another one contracted with the
- authors, grants you the right to use, distribute, and modify it.
- Therefore, by using, distributing, or modifying the FreeType
- Project, you indicate that you understand and accept all the terms
- of this license.
-
-4. Contacts
------------
-
- There are two mailing lists related to FreeType:
-
- o freetype@nongnu.org
-
- Discusses general use and applications of FreeType, as well as
- future and wanted additions to the library and distribution.
- If you are looking for support, start in this list if you
- haven't found anything to help you in the documentation.
-
- o freetype-devel@nongnu.org
-
- Discusses bugs, as well as engine internals, design issues,
- specific licenses, porting, etc.
-
- Our home page can be found at
-
- https://www.freetype.org
-
-
---- end of FTL.TXT ---
---------------------------------------------------------------------------------
-freetype2
-
-Copyright 1990, 1994, 1998 The Open Group
-
-Permission to use, copy, modify, distribute, and sell this software and its
-documentation for any purpose is hereby granted without fee, provided that
-the above copyright notice appear in all copies and that both that
-copyright notice and this permission notice appear in supporting
-documentation.
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
-AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Except as contained in this notice, the name of The Open Group shall not be
-used in advertising or otherwise to promote the sale, use or other dealings
-in this Software without prior written authorization from The Open Group.
---------------------------------------------------------------------------------
-freetype2
-
-Copyright 2000 Computing Research Labs, New Mexico State University
-Copyright 2001-2004, 2011 Francesco Zappa Nardelli
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the "Software"),
-to deal in the Software without restriction, including without limitation
-the rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
-THE COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
-OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
-THE USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------------------------------
-freetype2
-
-Copyright 2000 Computing Research Labs, New Mexico State University
-Copyright 2001-2014
- Francesco Zappa Nardelli
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the "Software"),
-to deal in the Software without restriction, including without limitation
-the rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
-THE COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
-OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
-THE USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------------------------------
-freetype2
-
-Copyright 2000 Computing Research Labs, New Mexico State University
-Copyright 2001-2015
- Francesco Zappa Nardelli
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the "Software"),
-to deal in the Software without restriction, including without limitation
-the rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
-THE COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
-OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
-THE USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------------------------------
-freetype2
-
-Copyright 2001, 2002, 2012 Francesco Zappa Nardelli
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the "Software"),
-to deal in the Software without restriction, including without limitation
-the rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
-THE COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
-OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
-THE USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------------------------------
-freetype2
-
-This software was written by Alexander Peslyak in 2001. No copyright is
-claimed, and the software is hereby placed in the public domain.
-In case this attempt to disclaim copyright and place the software in the
-public domain is deemed null and void, then the software is
-Copyright (c) 2001 Alexander Peslyak and it is hereby released to the
-general public under the following terms:
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted.
-
-There's ABSOLUTELY NO WARRANTY, express or implied.
---------------------------------------------------------------------------------
-freetype2
-
-version 1.2.11, January 15th, 2017
-
-Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler
-
-This software is provided 'as-is', without any express or implied
-warranty. In no event will the authors be held liable for any damages
-arising from the use of this software.
-
-Permission is granted to anyone to use this software for any purpose,
-including commercial applications, and to alter it and redistribute it
-freely, subject to the following restrictions:
-
-1. The origin of this software must not be misrepresented; you must not
-claim that you wrote the original software. If you use this software
-in a product, an acknowledgment in the product documentation would be
-appreciated but is not required.
-2. Altered source versions must be plainly marked as such, and must not be
-misrepresented as being the original software.
-3. This notice may not be removed or altered from any source distribution.
---------------------------------------------------------------------------------
-fuchsia_sdk
-
-
-
-
-Copyright © 2005-2014 Rich Felker, et al.
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
-SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-
-Authors/contributors include:
-
-Alex Dowad
-Alexander Monakov
-Anthony G. Basile
-Arvid Picciani
-Bobby Bingham
-Boris Brezillon
-Brent Cook
-Chris Spiegel
-Clément Vasseur
-Daniel Micay
-Denys Vlasenko
-Emil Renner Berthing
-Felix Fietkau
-Felix Janda
-Gianluca Anzolin
-Hauke Mehrtens
-Hiltjo Posthuma
-Isaac Dunham
-Jaydeep Patil
-Jens Gustedt
-Jeremy Huntwork
-Jo-Philipp Wich
-Joakim Sindholt
-John Spencer
-Josiah Worcester
-Justin Cormack
-Khem Raj
-Kylie McClain
-Luca Barbato
-Luka Perkov
-M Farkas-Dyck (Strake)
-Mahesh Bodapati
-Michael Forney
-Natanael Copa
-Nicholas J. Kain
-orc
-Pascal Cuoq
-Petr Hosek
-Pierre Carrier
-Rich Felker
-Richard Pennington
-Shiz
-sin
-Solar Designer
-Stefan Kristiansson
-Szabolcs Nagy
-Timo Teräs
-Trutz Behn
-Valentin Ochs
-William Haddon
-
-Portions of this software are derived from third-party works licensed
-under terms compatible with the above MIT license:
-
-Much of the math library code (third_party/math/* and
-third_party/complex/*, and third_party/include/libm.h) is
-Copyright © 1993,2004 Sun Microsystems or
-Copyright © 2003-2011 David Schultz or
-Copyright © 2003-2009 Steven G. Kargl or
-Copyright © 2003-2009 Bruce D. Evans or
-Copyright © 2008 Stephen L. Moshier
-and labelled as such in comments in the individual source files. All
-have been licensed under extremely permissive terms.
-
-The smoothsort implementation (third_party/smoothsort/qsort.c) is
-Copyright © 2011 Valentin Ochs and is licensed under an MIT-style
-license.
-
-The x86_64 files in third_party/arch were written by Nicholas J. Kain
-and is licensed under the standard MIT terms.
-
-All other files which have no copyright comments are original works
-produced specifically for use as part of this library, written either
-by Rich Felker, the main author of the library, or by one or more
-contibutors listed above. Details on authorship of individual files
-can be found in the git version control history of the project. The
-omission of copyright and license comments in each file is in the
-interest of source tree size.
-
-In addition, permission is hereby granted for all public header files
-(include/* and arch/*/bits/*) and crt files intended to be linked into
-applications (crt/*, ldso/dlstart.c, and arch/*/crt_arch.h) to omit
-the copyright notice and permission notice otherwise required by the
-license, and to use these files without any requirement of
-attribution. These files include substantial contributions from:
-
-Bobby Bingham
-John Spencer
-Nicholas J. Kain
-Rich Felker
-Richard Pennington
-Stefan Kristiansson
-Szabolcs Nagy
-
-all of whom have explicitly granted such permission.
-
-This file previously contained text expressing a belief that most of
-the files covered by the above exception were sufficiently trivial not
-to be subject to copyright, resulting in confusion over whether it
-negated the permissions granted in the license. In the spirit of
-permissive licensing, and of not having licensing issues being an
-obstacle to adoption, that text has been removed.
-
---------------------------------------------------------------------------------
-fuchsia_sdk
-
-Apache License
-Version 2.0, January 2004
-http://www.apache.org/licenses/
-
-TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
-
-1. Definitions.
-
- "License" shall mean the terms and conditions for use, reproduction,
- and distribution as defined by Sections 1 through 9 of this document.
-
- "Licensor" shall mean the copyright owner or entity authorized by
- the copyright owner that is granting the License.
-
- "Legal Entity" shall mean the union of the acting entity and all
- other entities that control, are controlled by, or are under common
- control with that entity. For the purposes of this definition,
- "control" means (i) the power, direct or indirect, to cause the
- direction or management of such entity, whether by contract or
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
- outstanding shares, or (iii) beneficial ownership of such entity.
-
- "You" (or "Your") shall mean an individual or Legal Entity
- exercising permissions granted by this License.
-
- "Source" form shall mean the preferred form for making modifications,
- including but not limited to software source code, documentation
- source, and configuration files.
-
- "Object" form shall mean any form resulting from mechanical
- transformation or translation of a Source form, including but
- not limited to compiled object code, generated documentation,
- and conversions to other media types.
-
- "Work" shall mean the work of authorship, whether in Source or
- Object form, made available under the License, as indicated by a
- copyright notice that is included in or attached to the work
- (an example is provided in the Appendix below).
-
- "Derivative Works" shall mean any work, whether in Source or Object
- form, that is based on (or derived from) the Work and for which the
- editorial revisions, annotations, elaborations, or other modifications
- represent, as a whole, an original work of authorship. For the purposes
- of this License, Derivative Works shall not include works that remain
- separable from, or merely link (or bind by name) to the interfaces of,
- the Work and Derivative Works thereof.
-
- "Contribution" shall mean any work of authorship, including
- the original version of the Work and any modifications or additions
- to that Work or Derivative Works thereof, that is intentionally
- submitted to Licensor for inclusion in the Work by the copyright owner
- or by an individual or Legal Entity authorized to submit on behalf of
- the copyright owner. For the purposes of this definition, "submitted"
- means any form of electronic, verbal, or written communication sent
- to the Licensor or its representatives, including but not limited to
- communication on electronic mailing lists, source code control systems,
- and issue tracking systems that are managed by, or on behalf of, the
- Licensor for the purpose of discussing and improving the Work, but
- excluding communication that is conspicuously marked or otherwise
- designated in writing by the copyright owner as "Not a Contribution."
-
- "Contributor" shall mean Licensor and any individual or Legal Entity
- on behalf of whom a Contribution has been received by Licensor and
- subsequently incorporated within the Work.
-
-2. Grant of Copyright License. Subject to the terms and conditions of
- this License, each Contributor hereby grants to You a perpetual,
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
- copyright license to reproduce, prepare Derivative Works of,
- publicly display, publicly perform, sublicense, and distribute the
- Work and such Derivative Works in Source or Object form.
-
-3. Grant of Patent License. Subject to the terms and conditions of
- this License, each Contributor hereby grants to You a perpetual,
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
- (except as stated in this section) patent license to make, have made,
- use, offer to sell, sell, import, and otherwise transfer the Work,
- where such license applies only to those patent claims licensable
- by such Contributor that are necessarily infringed by their
- Contribution(s) alone or by combination of their Contribution(s)
- with the Work to which such Contribution(s) was submitted. If You
- institute patent litigation against any entity (including a
- cross-claim or counterclaim in a lawsuit) alleging that the Work
- or a Contribution incorporated within the Work constitutes direct
- or contributory patent infringement, then any patent licenses
- granted to You under this License for that Work shall terminate
- as of the date such litigation is filed.
-
-4. Redistribution. You may reproduce and distribute copies of the
- Work or Derivative Works thereof in any medium, with or without
- modifications, and in Source or Object form, provided that You
- meet the following conditions:
-
- (a) You must give any other recipients of the Work or
- Derivative Works a copy of this License; and
-
- (b) You must cause any modified files to carry prominent notices
- stating that You changed the files; and
-
- (c) You must retain, in the Source form of any Derivative Works
- that You distribute, all copyright, patent, trademark, and
- attribution notices from the Source form of the Work,
- excluding those notices that do not pertain to any part of
- the Derivative Works; and
-
- (d) If the Work includes a "NOTICE" text file as part of its
- distribution, then any Derivative Works that You distribute must
- include a readable copy of the attribution notices contained
- within such NOTICE file, excluding those notices that do not
- pertain to any part of the Derivative Works, in at least one
- of the following places: within a NOTICE text file distributed
- as part of the Derivative Works; within the Source form or
- documentation, if provided along with the Derivative Works; or,
- within a display generated by the Derivative Works, if and
- wherever such third-party notices normally appear. The contents
- of the NOTICE file are for informational purposes only and
- do not modify the License. You may add Your own attribution
- notices within Derivative Works that You distribute, alongside
- or as an addendum to the NOTICE text from the Work, provided
- that such additional attribution notices cannot be construed
- as modifying the License.
-
- You may add Your own copyright statement to Your modifications and
- may provide additional or different license terms and conditions
- for use, reproduction, or distribution of Your modifications, or
- for any such Derivative Works as a whole, provided Your use,
- reproduction, and distribution of the Work otherwise complies with
- the conditions stated in this License.
-
-5. Submission of Contributions. Unless You explicitly state otherwise,
- any Contribution intentionally submitted for inclusion in the Work
- by You to the Licensor shall be under the terms and conditions of
- this License, without any additional terms or conditions.
- Notwithstanding the above, nothing herein shall supersede or modify
- the terms of any separate license agreement you may have executed
- with Licensor regarding such Contributions.
-
-6. Trademarks. This License does not grant permission to use the trade
- names, trademarks, service marks, or product names of the Licensor,
- except as required for reasonable and customary use in describing the
- origin of the Work and reproducing the content of the NOTICE file.
-
-7. Disclaimer of Warranty. Unless required by applicable law or
- agreed to in writing, Licensor provides the Work (and each
- Contributor provides its Contributions) on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
- implied, including, without limitation, any warranties or conditions
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
- PARTICULAR PURPOSE. You are solely responsible for determining the
- appropriateness of using or redistributing the Work and assume any
- risks associated with Your exercise of permissions under this License.
-
-8. Limitation of Liability. In no event and under no legal theory,
- whether in tort (including negligence), contract, or otherwise,
- unless required by applicable law (such as deliberate and grossly
- negligent acts) or agreed to in writing, shall any Contributor be
- liable to You for damages, including any direct, indirect, special,
- incidental, or consequential damages of any character arising as a
- result of this License or out of the use or inability to use the
- Work (including but not limited to damages for loss of goodwill,
- work stoppage, computer failure or malfunction, or any and all
- other commercial damages or losses), even if such Contributor
- has been advised of the possibility of such damages.
-
-9. Accepting Warranty or Additional Liability. While redistributing
- the Work or Derivative Works thereof, You may choose to offer,
- and charge a fee for, acceptance of support, warranty, indemnity,
- or other liability obligations and/or rights consistent with this
- License. However, in accepting such obligations, You may act only
- on Your own behalf and on Your sole responsibility, not on behalf
- of any other Contributor, and only if You agree to indemnify,
- defend, and hold each Contributor harmless for any liability
- incurred by, or claims asserted against, such Contributor by reason
- of your accepting any such warranty or additional liability.
-
-END OF TERMS AND CONDITIONS
-
-APPENDIX: How to apply the Apache License to your work.
-
- To apply the Apache License to your work, attach the following
- boilerplate notice, with the fields enclosed by brackets "[]"
- replaced with your own identifying information. (Don't include
- the brackets!) The text should be enclosed in the appropriate
- comment syntax for the file format. We also recommend that a
- file or class name and description of purpose be included on the
- same "printed page" as the copyright notice for easier
- identification within third-party archives.
-
-Copyright [yyyy] [name of copyright owner]
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
---------------------------------------------------------------------------------
-fuchsia_sdk
-
-Apache License
-Version 2.0, January 2004
-http://www.apache.org/licenses/
-
-TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
-
-1. Definitions.
-
- "License" shall mean the terms and conditions for use, reproduction,
- and distribution as defined by Sections 1 through 9 of this document.
-
- "Licensor" shall mean the copyright owner or entity authorized by
- the copyright owner that is granting the License.
-
- "Legal Entity" shall mean the union of the acting entity and all
- other entities that control, are controlled by, or are under common
- control with that entity. For the purposes of this definition,
- "control" means (i) the power, direct or indirect, to cause the
- direction or management of such entity, whether by contract or
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
- outstanding shares, or (iii) beneficial ownership of such entity.
-
- "You" (or "Your") shall mean an individual or Legal Entity
- exercising permissions granted by this License.
-
- "Source" form shall mean the preferred form for making modifications,
- including but not limited to software source code, documentation
- source, and configuration files.
-
- "Object" form shall mean any form resulting from mechanical
- transformation or translation of a Source form, including but
- not limited to compiled object code, generated documentation,
- and conversions to other media types.
-
- "Work" shall mean the work of authorship, whether in Source or
- Object form, made available under the License, as indicated by a
- copyright notice that is included in or attached to the work
- (an example is provided in the Appendix below).
-
- "Derivative Works" shall mean any work, whether in Source or Object
- form, that is based on (or derived from) the Work and for which the
- editorial revisions, annotations, elaborations, or other modifications
- represent, as a whole, an original work of authorship. For the purposes
- of this License, Derivative Works shall not include works that remain
- separable from, or merely link (or bind by name) to the interfaces of,
- the Work and Derivative Works thereof.
-
- "Contribution" shall mean any work of authorship, including
- the original version of the Work and any modifications or additions
- to that Work or Derivative Works thereof, that is intentionally
- submitted to Licensor for inclusion in the Work by the copyright owner
- or by an individual or Legal Entity authorized to submit on behalf of
- the copyright owner. For the purposes of this definition, "submitted"
- means any form of electronic, verbal, or written communication sent
- to the Licensor or its representatives, including but not limited to
- communication on electronic mailing lists, source code control systems,
- and issue tracking systems that are managed by, or on behalf of, the
- Licensor for the purpose of discussing and improving the Work, but
- excluding communication that is conspicuously marked or otherwise
- designated in writing by the copyright owner as "Not a Contribution."
-
- "Contributor" shall mean Licensor and any individual or Legal Entity
- on behalf of whom a Contribution has been received by Licensor and
- subsequently incorporated within the Work.
-
-2. Grant of Copyright License. Subject to the terms and conditions of
- this License, each Contributor hereby grants to You a perpetual,
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
- copyright license to reproduce, prepare Derivative Works of,
- publicly display, publicly perform, sublicense, and distribute the
- Work and such Derivative Works in Source or Object form.
-
-3. Grant of Patent License. Subject to the terms and conditions of
- this License, each Contributor hereby grants to You a perpetual,
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
- (except as stated in this section) patent license to make, have made,
- use, offer to sell, sell, import, and otherwise transfer the Work,
- where such license applies only to those patent claims licensable
- by such Contributor that are necessarily infringed by their
- Contribution(s) alone or by combination of their Contribution(s)
- with the Work to which such Contribution(s) was submitted. If You
- institute patent litigation against any entity (including a
- cross-claim or counterclaim in a lawsuit) alleging that the Work
- or a Contribution incorporated within the Work constitutes direct
- or contributory patent infringement, then any patent licenses
- granted to You under this License for that Work shall terminate
- as of the date such litigation is filed.
-
-4. Redistribution. You may reproduce and distribute copies of the
- Work or Derivative Works thereof in any medium, with or without
- modifications, and in Source or Object form, provided that You
- meet the following conditions:
-
- (a) You must give any other recipients of the Work or
- Derivative Works a copy of this License; and
-
- (b) You must cause any modified files to carry prominent notices
- stating that You changed the files; and
-
- (c) You must retain, in the Source form of any Derivative Works
- that You distribute, all copyright, patent, trademark, and
- attribution notices from the Source form of the Work,
- excluding those notices that do not pertain to any part of
- the Derivative Works; and
-
- (d) If the Work includes a "NOTICE" text file as part of its
- distribution, then any Derivative Works that You distribute must
- include a readable copy of the attribution notices contained
- within such NOTICE file, excluding those notices that do not
- pertain to any part of the Derivative Works, in at least one
- of the following places: within a NOTICE text file distributed
- as part of the Derivative Works; within the Source form or
- documentation, if provided along with the Derivative Works; or,
- within a display generated by the Derivative Works, if and
- wherever such third-party notices normally appear. The contents
- of the NOTICE file are for informational purposes only and
- do not modify the License. You may add Your own attribution
- notices within Derivative Works that You distribute, alongside
- or as an addendum to the NOTICE text from the Work, provided
- that such additional attribution notices cannot be construed
- as modifying the License.
-
- You may add Your own copyright statement to Your modifications and
- may provide additional or different license terms and conditions
- for use, reproduction, or distribution of Your modifications, or
- for any such Derivative Works as a whole, provided Your use,
- reproduction, and distribution of the Work otherwise complies with
- the conditions stated in this License.
-
-5. Submission of Contributions. Unless You explicitly state otherwise,
- any Contribution intentionally submitted for inclusion in the Work
- by You to the Licensor shall be under the terms and conditions of
- this License, without any additional terms or conditions.
- Notwithstanding the above, nothing herein shall supersede or modify
- the terms of any separate license agreement you may have executed
- with Licensor regarding such Contributions.
-
-6. Trademarks. This License does not grant permission to use the trade
- names, trademarks, service marks, or product names of the Licensor,
- except as required for reasonable and customary use in describing the
- origin of the Work and reproducing the content of the NOTICE file.
-
-7. Disclaimer of Warranty. Unless required by applicable law or
- agreed to in writing, Licensor provides the Work (and each
- Contributor provides its Contributions) on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
- implied, including, without limitation, any warranties or conditions
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
- PARTICULAR PURPOSE. You are solely responsible for determining the
- appropriateness of using or redistributing the Work and assume any
- risks associated with Your exercise of permissions under this License.
-
-8. Limitation of Liability. In no event and under no legal theory,
- whether in tort (including negligence), contract, or otherwise,
- unless required by applicable law (such as deliberate and grossly
- negligent acts) or agreed to in writing, shall any Contributor be
- liable to You for damages, including any direct, indirect, special,
- incidental, or consequential damages of any character arising as a
- result of this License or out of the use or inability to use the
- Work (including but not limited to damages for loss of goodwill,
- work stoppage, computer failure or malfunction, or any and all
- other commercial damages or losses), even if such Contributor
- has been advised of the possibility of such damages.
-
-9. Accepting Warranty or Additional Liability. While redistributing
- the Work or Derivative Works thereof, You may choose to offer,
- and charge a fee for, acceptance of support, warranty, indemnity,
- or other liability obligations and/or rights consistent with this
- License. However, in accepting such obligations, You may act only
- on Your own behalf and on Your sole responsibility, not on behalf
- of any other Contributor, and only if You agree to indemnify,
- defend, and hold each Contributor harmless for any liability
- incurred by, or claims asserted against, such Contributor by reason
- of your accepting any such warranty or additional liability.
-
-END OF TERMS AND CONDITIONS
-
-APPENDIX: How to apply the Apache License to your work.
-
- To apply the Apache License to your work, attach the following
- boilerplate notice, with the fields enclosed by brackets "[]"
- replaced with your own identifying information. (Don't include
- the brackets!) The text should be enclosed in the appropriate
- comment syntax for the file format. We also recommend that a
- file or class name and description of purpose be included on the
- same "printed page" as the copyright notice for easier
- identification within third-party archives.
-
-Copyright [yyyy] [name of copyright owner]
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-
---- LLVM Exceptions to the Apache 2.0 License ----
-
-As an exception, if, as a result of your compiling your source code, portions
-of this Software are embedded into an Object form of such source code, you
-may redistribute such embedded portions in such Object form without complying
-with the conditions of Sections 4(a), 4(b) and 4(d) of the License.
-
-In addition, if you combine or link compiled forms of this Software with
-software that is licensed under the GPLv2 ("Combined Software") and if a
-court of competent jurisdiction determines that the patent provision (Section
-3), the indemnity provision (Section 9) or other Section of the License
-conflicts with the conditions of the GPLv2, you may retroactively and
-prospectively choose to deem waived or otherwise exclude such Section(s) of
-the License, but only in their entirety and only with respect to the Combined
-Software.
---------------------------------------------------------------------------------
-fuchsia_sdk
-
-Copyright 2014 The Fuchsia Authors. All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are
-met:
-
- * Redistributions of source code must retain the above copyright
-notice, this list of conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above
-copyright notice, this list of conditions and the following disclaimer
-in the documentation and/or other materials provided with the
-distribution.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
---------------------------------------------------------------------------------
-fuchsia_sdk
-
-Copyright 2016 The Fuchsia Authors. All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are
-met:
-
- * Redistributions of source code must retain the above copyright
-notice, this list of conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above
-copyright notice, this list of conditions and the following disclaimer
-in the documentation and/or other materials provided with the
-distribution.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
---------------------------------------------------------------------------------
-fuchsia_sdk
-
-Copyright 2017 The Fuchsia Authors. All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are
-met:
-
- * Redistributions of source code must retain the above copyright
-notice, this list of conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above
-copyright notice, this list of conditions and the following disclaimer
-in the documentation and/or other materials provided with the
-distribution.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
---------------------------------------------------------------------------------
-fuchsia_sdk
-
-Copyright 2018 The Fuchsia Authors. All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are
-met:
-
- * Redistributions of source code must retain the above copyright
-notice, this list of conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above
-copyright notice, this list of conditions and the following disclaimer
-in the documentation and/or other materials provided with the
-distribution.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
---------------------------------------------------------------------------------
-fuchsia_sdk
-
-Copyright 2019 The Fuchsia Authors.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are
-met:
-
- * Redistributions of source code must retain the above copyright
-notice, this list of conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above
-copyright notice, this list of conditions and the following disclaimer
-in the documentation and/or other materials provided with the
-distribution.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
---------------------------------------------------------------------------------
-fuchsia_sdk
-
-Copyright 2019 The Fuchsia Authors. All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are
-met:
-
- * Redistributions of source code must retain the above copyright
-notice, this list of conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above
-copyright notice, this list of conditions and the following disclaimer
-in the documentation and/or other materials provided with the
-distribution.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
---------------------------------------------------------------------------------
-fuchsia_sdk
-
-Copyright 2020 The Fuchsia Authors. All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are
-met:
-
- * Redistributions of source code must retain the above copyright
-notice, this list of conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above
-copyright notice, this list of conditions and the following disclaimer
-in the documentation and/or other materials provided with the
-distribution.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
---------------------------------------------------------------------------------
-fuchsia_sdk
-
-Copyright 2021 The Fuchsia Authors. All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are
-met:
-
- * Redistributions of source code must retain the above copyright
-notice, this list of conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above
-copyright notice, this list of conditions and the following disclaimer
-in the documentation and/or other materials provided with the
-distribution.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
---------------------------------------------------------------------------------
-fuchsia_sdk
-
-Copyright 2022 The Fuchsia Authors. All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are
-met:
-
- * Redistributions of source code must retain the above copyright
-notice, this list of conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above
-copyright notice, this list of conditions and the following disclaimer
-in the documentation and/or other materials provided with the
-distribution.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
---------------------------------------------------------------------------------
-fuchsia_sdk
-
-Copyright 2023 The Fuchsia Authors. All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are
-met:
-
- * Redistributions of source code must retain the above copyright
-notice, this list of conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above
-copyright notice, this list of conditions and the following disclaimer
-in the documentation and/or other materials provided with the
-distribution.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
---------------------------------------------------------------------------------
-fuchsia_sdk
-
-Copyright 2024 The Fuchsia Authors. All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are
-met:
-
- * Redistributions of source code must retain the above copyright
-notice, this list of conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above
-copyright notice, this list of conditions and the following disclaimer
-in the documentation and/or other materials provided with the
-distribution.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
---------------------------------------------------------------------------------
-fuchsia_sdk
-
-Copyright 2025 The Fuchsia Authors. All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are
-met:
-
- * Redistributions of source code must retain the above copyright
-notice, this list of conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above
-copyright notice, this list of conditions and the following disclaimer
-in the documentation and/or other materials provided with the
-distribution.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
---------------------------------------------------------------------------------
-glfw
-
-
-Copyright (c) 2017 Sean Barrett
-Permission is hereby granted, free of charge, to any person obtaining a copy of
-this software and associated documentation files (the "Software"), to deal in
-the Software without restriction, including without limitation the rights to
-use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
-of the Software, and to permit persons to whom the Software is furnished to do
-so, subject to the following conditions:
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-------------------------------------------------------------------------------
-ALTERNATIVE B - Public Domain (www.unlicense.org)
-This is free and unencumbered software released into the public domain.
-Anyone is free to copy, modify, publish, use, compile, sell, or distribute this
-software, either in source code form or as a compiled binary, for any purpose,
-commercial or non-commercial, and by any means.
-In jurisdictions that recognize copyright laws, the author or authors of this
-software dedicate any and all copyright interest in the software to the public
-domain. We make this dedication for the benefit of the public at large and to
-the detriment of our heirs and successors. We intend this dedication to be an
-overt act of relinquishment in perpetuity of all present and future rights to
-this software under copyright law.
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
-ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------------------------------
-glfw
-
-Copyright (C) 1997-2013 Sam Lantinga
-
-This software is provided 'as-is', without any express or implied warranty.
-In no event will the authors be held liable for any damages arising from the
-use of this software.
-
-Permission is granted to anyone to use this software for any purpose,
-including commercial applications, and to alter it and redistribute it
-freely, subject to the following restrictions:
-
-1. The origin of this software must not be misrepresented; you must not
- claim that you wrote the original software. If you use this software
- in a product, an acknowledgment in the product documentation would
- be appreciated but is not required.
-
-2. Altered source versions must be plainly marked as such, and must not be
- misrepresented as being the original software.
-
-3. This notice may not be removed or altered from any source distribution.
---------------------------------------------------------------------------------
-glfw
-
-Copyright (c) 2002-2006 Marcus Geelnard
-
-Copyright (c) 2006-2019 Camilla Löwy
-
-This software is provided 'as-is', without any express or implied
-warranty. In no event will the authors be held liable for any damages
-arising from the use of this software.
-
-Permission is granted to anyone to use this software for any purpose,
-including commercial applications, and to alter it and redistribute it
-freely, subject to the following restrictions:
-
-1. The origin of this software must not be misrepresented; you must not
- claim that you wrote the original software. If you use this software
- in a product, an acknowledgment in the product documentation would
- be appreciated but is not required.
-
-2. Altered source versions must be plainly marked as such, and must not
- be misrepresented as being the original software.
-
-3. This notice may not be removed or altered from any source
- distribution.
---------------------------------------------------------------------------------
-glfw
-
-Copyright (c) 2002-2006 Marcus Geelnard
-Copyright (c) 2006-2016 Camilla Löwy
-
-This software is provided 'as-is', without any express or implied
-warranty. In no event will the authors be held liable for any damages
-arising from the use of this software.
-
-Permission is granted to anyone to use this software for any purpose,
-including commercial applications, and to alter it and redistribute it
-freely, subject to the following restrictions:
-
-1. The origin of this software must not be misrepresented; you must not
- claim that you wrote the original software. If you use this software
- in a product, an acknowledgment in the product documentation would
- be appreciated but is not required.
-
-2. Altered source versions must be plainly marked as such, and must not
- be misrepresented as being the original software.
-
-3. This notice may not be removed or altered from any source
- distribution.
---------------------------------------------------------------------------------
-glfw
-
-Copyright (c) 2002-2006 Marcus Geelnard
-Copyright (c) 2006-2017 Camilla Löwy
-
-This software is provided 'as-is', without any express or implied
-warranty. In no event will the authors be held liable for any damages
-arising from the use of this software.
-
-Permission is granted to anyone to use this software for any purpose,
-including commercial applications, and to alter it and redistribute it
-freely, subject to the following restrictions:
-
-1. The origin of this software must not be misrepresented; you must not
- claim that you wrote the original software. If you use this software
- in a product, an acknowledgment in the product documentation would
- be appreciated but is not required.
-
-2. Altered source versions must be plainly marked as such, and must not
- be misrepresented as being the original software.
-
-3. This notice may not be removed or altered from any source
- distribution.
---------------------------------------------------------------------------------
-glfw
-
-Copyright (c) 2002-2006 Marcus Geelnard
-Copyright (c) 2006-2018 Camilla Löwy
-
-This software is provided 'as-is', without any express or implied
-warranty. In no event will the authors be held liable for any damages
-arising from the use of this software.
-
-Permission is granted to anyone to use this software for any purpose,
-including commercial applications, and to alter it and redistribute it
-freely, subject to the following restrictions:
-
-1. The origin of this software must not be misrepresented; you must not
- claim that you wrote the original software. If you use this software
- in a product, an acknowledgment in the product documentation would
- be appreciated but is not required.
-
-2. Altered source versions must be plainly marked as such, and must not
- be misrepresented as being the original software.
-
-3. This notice may not be removed or altered from any source
- distribution.
---------------------------------------------------------------------------------
-glfw
-
-Copyright (c) 2002-2006 Marcus Geelnard
-Copyright (c) 2006-2019 Camilla Löwy
-
-This software is provided 'as-is', without any express or implied
-warranty. In no event will the authors be held liable for any damages
-arising from the use of this software.
-
-Permission is granted to anyone to use this software for any purpose,
-including commercial applications, and to alter it and redistribute it
-freely, subject to the following restrictions:
-
-1. The origin of this software must not be misrepresented; you must not
- claim that you wrote the original software. If you use this software
- in a product, an acknowledgment in the product documentation would
- be appreciated but is not required.
-
-2. Altered source versions must be plainly marked as such, and must not
- be misrepresented as being the original software.
-
-3. This notice may not be removed or altered from any source
- distribution.
---------------------------------------------------------------------------------
-glfw
-
-Copyright (c) 2002-2006 Marcus Geelnard
-Copyright (c) 2006-2019 Camilla Löwy
-Copyright (c) 2012 Torsten Walluhn
-
-This software is provided 'as-is', without any express or implied
-warranty. In no event will the authors be held liable for any damages
-arising from the use of this software.
-
-Permission is granted to anyone to use this software for any purpose,
-including commercial applications, and to alter it and redistribute it
-freely, subject to the following restrictions:
-
-1. The origin of this software must not be misrepresented; you must not
- claim that you wrote the original software. If you use this software
- in a product, an acknowledgment in the product documentation would
- be appreciated but is not required.
-
-2. Altered source versions must be plainly marked as such, and must not
- be misrepresented as being the original software.
-
-3. This notice may not be removed or altered from any source
- distribution.
---------------------------------------------------------------------------------
-glfw
-
-Copyright (c) 2006-2017 Camilla Löwy
-
-This software is provided 'as-is', without any express or implied
-warranty. In no event will the authors be held liable for any damages
-arising from the use of this software.
-
-Permission is granted to anyone to use this software for any purpose,
-including commercial applications, and to alter it and redistribute it
-freely, subject to the following restrictions:
-
-1. The origin of this software must not be misrepresented; you must not
- claim that you wrote the original software. If you use this software
- in a product, an acknowledgment in the product documentation would
- be appreciated but is not required.
-
-2. Altered source versions must be plainly marked as such, and must not
- be misrepresented as being the original software.
-
-3. This notice may not be removed or altered from any source
- distribution.
---------------------------------------------------------------------------------
-glfw
-
-Copyright (c) 2006-2018 Camilla Löwy
-
-This software is provided 'as-is', without any express or implied
-warranty. In no event will the authors be held liable for any damages
-arising from the use of this software.
-
-Permission is granted to anyone to use this software for any purpose,
-including commercial applications, and to alter it and redistribute it
-freely, subject to the following restrictions:
-
-1. The origin of this software must not be misrepresented; you must not
- claim that you wrote the original software. If you use this software
- in a product, an acknowledgment in the product documentation would
- be appreciated but is not required.
-
-2. Altered source versions must be plainly marked as such, and must not
- be misrepresented as being the original software.
-
-3. This notice may not be removed or altered from any source
- distribution.
---------------------------------------------------------------------------------
-glfw
-
-Copyright (c) 2009-2016 Camilla Löwy
-
-This software is provided 'as-is', without any express or implied
-warranty. In no event will the authors be held liable for any damages
-arising from the use of this software.
-
-Permission is granted to anyone to use this software for any purpose,
-including commercial applications, and to alter it and redistribute it
-freely, subject to the following restrictions:
-
-1. The origin of this software must not be misrepresented; you must not
- claim that you wrote the original software. If you use this software
- in a product, an acknowledgment in the product documentation would
- be appreciated but is not required.
-
-2. Altered source versions must be plainly marked as such, and must not
- be misrepresented as being the original software.
-
-3. This notice may not be removed or altered from any source
- distribution.
---------------------------------------------------------------------------------
-glfw
-
-Copyright (c) 2009-2019 Camilla Löwy
-
-This software is provided 'as-is', without any express or implied
-warranty. In no event will the authors be held liable for any damages
-arising from the use of this software.
-
-Permission is granted to anyone to use this software for any purpose,
-including commercial applications, and to alter it and redistribute it
-freely, subject to the following restrictions:
-
-1. The origin of this software must not be misrepresented; you must not
- claim that you wrote the original software. If you use this software
- in a product, an acknowledgment in the product documentation would
- be appreciated but is not required.
-
-2. Altered source versions must be plainly marked as such, and must not
- be misrepresented as being the original software.
-
-3. This notice may not be removed or altered from any source
- distribution.
---------------------------------------------------------------------------------
-glfw
-
-Copyright (c) 2009-2019 Camilla Löwy
-Copyright (c) 2012 Torsten Walluhn