Skip to content

Commit 0bacbb2

Browse files
nnobelissschuberth
authored andcommitted
fix(fossid-webapp): Add missing license category
This new category is "Source-available Non-commercial": the license does not fulfill the Open Source Definition and contains clauses explicitly limiting the licensed material from being used commercially. Signed-off-by: Nicolas Nobelis <nicolas.nobelis@bosch.com>
1 parent e363b36 commit 0bacbb2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

clients/fossid-webapp/src/main/kotlin/model/result/LicenseCategory.kt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,17 @@
1919

2020
package org.ossreviewtoolkit.clients.fossid.model.result
2121

22+
/**
23+
* The category of a license in the FossId Knowledge Base. The list of license categories is visible at:
24+
* https://<FossID server>/help/en/web-application/license_categories.html.
25+
*/
2226
enum class LicenseCategory {
2327
COMMERCIAL,
2428
NON_COMMERCIAL,
2529
NON_LICENSE,
2630
PERMISSIVE,
2731
SOURCE_AVAILABLE,
32+
SOURCE_AVAILABLE_NC,
2833
STRONG_COPYLEFT,
2934
UNCATEGORIZED,
3035
WEAK_COPYLEFT

0 commit comments

Comments
 (0)