We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5136b4d commit 477573aCopy full SHA for 477573a
src/licensedcode/models.py
@@ -107,7 +107,8 @@ class License(object):
107
108
# if this is a license exception, the license key this exception applies to
109
is_exception = __attrib(default=False)
110
-
+
111
+ #if the license falls in unknwon category then this flag should be set to true
112
is_unknown = __attrib(default=False)
113
# SPDX key for SPDX licenses
114
spdx_license_key = __attrib(default=None)
0 commit comments