Skip to content

Commit 45d86e4

Browse files
committed
autogen: update license overview
1 parent dbc3f02 commit 45d86e4

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.bin/list-licenses

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ if [ -f package.json ]; then
1111
{ echo; } 2>/dev/null
1212
else
1313
echo "No dependencies found in package.json" >&2
14+
{ echo; } 2>/dev/null
1415
fi
1516
fi
1617

@@ -34,5 +35,6 @@ if [ -f go.mod ]; then
3435
# .bin/go-licenses report "$module_name" --template .bin/license-template-go.tpl 2>/dev/null
3536
#
3637
echo "$go_modules" | xargs -I {} sh -c '.bin/go-licenses report --template .bin/license-template-go.tpl {}' 2>/dev/null | grep -v '^$'
38+
{ echo; } 2>/dev/null
3739
fi
3840
fi

.reports/dep-licenses.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@
88
"github.com/google/uuid","BSD-3-Clause"
99
"github.com/pborman/uuid","BSD-3-Clause"
1010
"github.com/pkg/errors","BSD-2-Clause"
11+

0 commit comments

Comments
 (0)