Skip to content

Commit

Permalink
fix(fossid-webapp): Add missing license category
Browse files Browse the repository at this point in the history
It is unclear if this change is required due to a new FossID version, a new
Knowledge Base version or to something that changed in the code being
scanned by FossID.

Signed-off-by: Nicolas Nobelis <[email protected]>
  • Loading branch information
nnobelis authored and sschuberth committed Mar 1, 2024
1 parent 95eeedd commit 2d83b35
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ enum class LicenseCategory {
COMMERCIAL,

Check warning on line 23 in clients/fossid-webapp/src/main/kotlin/model/result/LicenseCategory.kt

View workflow job for this annotation

GitHub Actions / Qodana Community for JVM

Unused symbol

Class "COMMERCIAL" is never used
NON_COMMERCIAL,

Check warning on line 24 in clients/fossid-webapp/src/main/kotlin/model/result/LicenseCategory.kt

View workflow job for this annotation

GitHub Actions / Qodana Community for JVM

Unused symbol

Class "NON_COMMERCIAL" is never used
PERMISSIVE,

Check warning on line 25 in clients/fossid-webapp/src/main/kotlin/model/result/LicenseCategory.kt

View workflow job for this annotation

GitHub Actions / Qodana Community for JVM

Unused symbol

Class "PERMISSIVE" is never used
SOURCE_AVAILABLE,

Check warning on line 26 in clients/fossid-webapp/src/main/kotlin/model/result/LicenseCategory.kt

View workflow job for this annotation

GitHub Actions / Qodana Community for JVM

Unused symbol

Class "SOURCE_AVAILABLE" is never used
STRONG_COPYLEFT,

Check warning on line 27 in clients/fossid-webapp/src/main/kotlin/model/result/LicenseCategory.kt

View workflow job for this annotation

GitHub Actions / Qodana Community for JVM

Unused symbol

Class "STRONG_COPYLEFT" is never used
UNCATEGORIZED,
WEAK_COPYLEFT

Check warning on line 29 in clients/fossid-webapp/src/main/kotlin/model/result/LicenseCategory.kt

View workflow job for this annotation

GitHub Actions / Qodana Community for JVM

Unused symbol

Class "WEAK_COPYLEFT" is never used
Expand Down

0 comments on commit 2d83b35

Please sign in to comment.