diff --git a/.idea/misc.xml b/.idea/misc.xml index bfb8555a..348bfb73 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,3 +1,4 @@ + + - + diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 3c2afdd0..6bc0c5f9 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -333,7 +333,9 @@ aboutLibraries { "BSD-2-Clause", "cmark", "EPL-1.0", - "BSD-3-Clause" + "BSD-3-Clause", + "BSD License", + "ML Kit Terms of Service" ) configPath = "compliance" } diff --git a/compliance/licenses/bsd.json b/compliance/licenses/bsd.json new file mode 100644 index 00000000..2b2d84af --- /dev/null +++ b/compliance/licenses/bsd.json @@ -0,0 +1,5 @@ +{ + "name": "BSD License", + "url": "https://chromium.googlesource.com/libyuv/libyuv/+/refs/heads/main/README.chromium", + "license": "This project is licensed under the BSD License. See the LICENSE file for details." +} \ No newline at end of file diff --git a/compliance/licenses/mlkit.json b/compliance/licenses/mlkit.json new file mode 100644 index 00000000..c2a8f943 --- /dev/null +++ b/compliance/licenses/mlkit.json @@ -0,0 +1,5 @@ +{ + "name": "ML Kit Terms of Service", + "url": "https://developers.google.com/ml-kit/terms", + "license": "This project uses Google ML Kit, which is subject to the ML Kit Terms of Service." +} \ No newline at end of file