Skip to content

Commit

Permalink
fix(fossid-webapp): Add missing license category
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Nobelis <[email protected]>
  • Loading branch information
nnobelis authored and sschuberth committed Feb 29, 2024
1 parent 02c967d commit 6a97e85
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ package org.ossreviewtoolkit.clients.fossid.model.result

enum class LicenseCategory {
COMMERCIAL,
NON_COMMERCIAL,
PERMISSIVE,
STRONG_COPYLEFT,
UNCATEGORIZED,
Expand Down

0 comments on commit 6a97e85

Please sign in to comment.