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 a9b3ace commit 2194256Copy full SHA for 2194256
src/fosslight_android/_write_excel.py
@@ -13,7 +13,7 @@
13
14
15
def write_result_to_excel(out_file_name, row_list, cover=''):
16
- header_row = ['ID', 'Binary Name', 'Source Code Path', 'Notice', 'OSS Name', 'OSS Version', 'License',
+ header_row = ['ID', 'Binary Path', 'Source Path', 'Notice', 'OSS Name', 'OSS Version', 'License',
17
'Download Location', 'Homepage',
18
'Copyright Text',
19
'License Text', 'Exclude', 'Comment', 'Need Check', 'TLSH', 'SHA1']
0 commit comments