Skip to content

Commit c39bb92

Browse files
fviernausschuberth
authored andcommitted
docs(model): Further clarify the term provenance in two cases
In these cases, the provenance is always the root provenance, never a nested one, because it originates from `OrtResult.getScanResultsForId()`. Signed-off-by: Frank Viernau <frank.viernau@gmail.com>
1 parent 5392863 commit c39bb92

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

model/src/main/kotlin/licenses/LicenseInfo.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ data class DetectedLicenseInfo(
112112
*/
113113
data class Findings(
114114
/**
115-
* The [Provenance] of the scanned source code.
115+
* The root [Provenance] of the scanned source code.
116116
*/
117117
val provenance: Provenance,
118118

model/src/main/kotlin/licenses/ResolvedLicenseLocation.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import org.ossreviewtoolkit.model.config.PathExclude
2929
*/
3030
data class ResolvedLicenseLocation(
3131
/**
32-
* The provenance of the file.
32+
* The root provenance of the file.
3333
*/
3434
val provenance: Provenance,
3535

0 commit comments

Comments
 (0)