Skip to content

Commit 477573a

Browse files
committed
Add is_unknown flag to data files of unknown licenses
Signed-off-by: akugarg <[email protected]>
1 parent 5136b4d commit 477573a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/licensedcode/models.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ class License(object):
107107

108108
# if this is a license exception, the license key this exception applies to
109109
is_exception = __attrib(default=False)
110-
110+
111+
#if the license falls in unknwon category then this flag should be set to true
111112
is_unknown = __attrib(default=False)
112113
# SPDX key for SPDX licenses
113114
spdx_license_key = __attrib(default=None)

0 commit comments

Comments
 (0)