Skip to content

Commit 64825b1

Browse files
committed
refactor(tools/curations): Add the const modifier to two variables
Signed-off-by: Frank Viernau <[email protected]>
1 parent 40ed77a commit 64825b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/curations/buildSrc/src/main/kotlin/ScanCodeLicenseDbClassifications.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ import org.ossreviewtoolkit.model.licenses.LicenseClassifications
1919
import org.ossreviewtoolkit.model.yamlMapper
2020
import org.ossreviewtoolkit.utils.spdx.SpdxSingleLicenseExpression
2121

22-
private val INDEX_JSON_URL = "https://scancode-licensedb.aboutcode.org/index.json"
23-
private val DISCLAIMER_TEXT = """
22+
private const val INDEX_JSON_URL = "https://scancode-licensedb.aboutcode.org/index.json"
23+
private const val DISCLAIMER_TEXT = """
2424
License classification generated based on https://scancode-licensedb.aboutcode.org/.
2525
2626
This ORT configuration file is provided as an example only. It

0 commit comments

Comments
 (0)