Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion inc/scanoss.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#define WFP_LN 4
#define WFP_REC_LN 18

#define SCANOSS_VERSION "5.4.17"
#define SCANOSS_VERSION "5.4.18"

/* Log files */
#define SCAN_LOG "/tmp/scanoss_scan.log"
Expand Down
2 changes: 1 addition & 1 deletion src/license.c
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ void print_licenses(component_data_t *comp)
{
if (licenses_by_type[i].count > 0)
{
if (i > 3 && !full_license_report)
if (i > 3 && !first & !full_license_report)
break;
for (int j = 0; j < licenses_by_type[i].count; j++)
{
Expand Down
Loading