Skip to content

Commit

Permalink
fixup! RepositoryConfiguration: Add data model for license choice
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelBochtler committed Mar 16, 2021
1 parent 8b11829 commit 6fd7c65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spdx-utils/src/main/kotlin/model/LicenseChoice.kt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ import org.ossreviewtoolkit.spdx.SpdxExpression
*
* e.g.: without [given]
* ```
* -> Complete license expression: (A OR B) AND C
* -> Complete license expression: (A OR B) AND (C OR D)
* choice: A AND C
* -> result: A AND C
* ```
Expand Down

0 comments on commit 6fd7c65

Please sign in to comment.