Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to a generated license-classifications.yml based on ScanCode's License DB #64

Merged
merged 4 commits into from
Oct 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion evaluator-rules/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
ort = "b9e8b63ace"
ort = "e8c786d3bb"

[libraries]
ortEvaluator = { module = "com.github.oss-review-toolkit.ort:evaluator", version.ref = "ort" }
3 changes: 3 additions & 0 deletions evaluator-rules/src/main/resources/example.rules.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ val publicDomainLicenses = licenseClassifications.licensesByCategory["public-dom

/**
* The complete set of licenses covered by policy rules.
*
* // TODO: Update the handled licenses to cover all recently added categories. This requires adding
* policy rules for new (offinding) categories, if any.
*/
val handledLicenses = listOf(
permissiveLicenses,
Expand Down
Loading