chore: add BSD and ML Kit licenses
This commit adds the license files for BSD and ML Kit to the compliance directory and updates the build.gradle.kts file to include them in the license check. It also updates the .idea/misc.xml file with some minor changes.
This commit is contained in:
parent
6bfe417b92
commit
011d8e1246
|
|
@ -1,3 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="DesignSurface">
|
||||
<option name="filePathToZoomLevelMap">
|
||||
|
|
@ -9,10 +10,11 @@
|
|||
</map>
|
||||
</option>
|
||||
</component>
|
||||
<component name="ExternalStorageConfigurationManager" enabled="true" />
|
||||
<component name="FrameworkDetectionExcludesConfiguration">
|
||||
<file type="web" url="file://$PROJECT_DIR$" />
|
||||
</component>
|
||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_21" project-jdk-name="jbr-21" project-jdk-type="JavaSDK">
|
||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_21" default="true" project-jdk-name="jbr-21" project-jdk-type="JavaSDK">
|
||||
<output url="file://$PROJECT_DIR$/build/classes" />
|
||||
</component>
|
||||
<component name="ProjectType">
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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."
|
||||
}
|
||||
|
|
@ -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."
|
||||
}
|
||||
Loading…
Reference in New Issue