Skip to content

Commit 66b68e4

Browse files
authored
Add a header row for BIN_Android sheet
2 parents cb0175c + e57cc4f commit 66b68e4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/fosslight_util/write_excel.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@
1818
'Comment'],
1919
'BIN': ['ID', 'Binary Name', 'OSS Name', 'OSS Version',
2020
'License', 'Download Location', 'Homepage',
21-
'Copyright Text', 'Exclude', 'Comment']}
21+
'Copyright Text', 'Exclude', 'Comment'],
22+
'BIN (Android)': ['ID', 'Binary Name', 'Source Code Path',
23+
'NOTICE.html', 'OSS Name', 'OSS Version',
24+
'License', 'Download Location', 'Homepage',
25+
'Copyright Text', 'Exclude', 'Comment']}
2226
_OUTPUT_FILE_PREFIX = "FOSSLight-Report_"
2327
_EMPTY_ITEM_MSG = "* There is no item"\
2428
" to print in FOSSLight-Report.\n"

0 commit comments

Comments
 (0)