We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
const
1 parent 40ed77a commit 64825b1Copy full SHA for 64825b1
tools/curations/buildSrc/src/main/kotlin/ScanCodeLicenseDbClassifications.kt
@@ -19,8 +19,8 @@ import org.ossreviewtoolkit.model.licenses.LicenseClassifications
19
import org.ossreviewtoolkit.model.yamlMapper
20
import org.ossreviewtoolkit.utils.spdx.SpdxSingleLicenseExpression
21
22
-private val INDEX_JSON_URL = "https://scancode-licensedb.aboutcode.org/index.json"
23
-private val DISCLAIMER_TEXT = """
+private const val INDEX_JSON_URL = "https://scancode-licensedb.aboutcode.org/index.json"
+private const val DISCLAIMER_TEXT = """
24
License classification generated based on https://scancode-licensedb.aboutcode.org/.
25
26
This ORT configuration file is provided as an example only. It
0 commit comments