Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_build_make
/
fbdb2a1b62feb71b3e4e9a7d6e3e9669a40f4a4c
/
.
/
tools
/
print_module_licenses.sh
blob: b84f7d4c534a95ebc2db1c122a448a8f594179cf [
file
] [
log
] [
blame
]
#!/bin/sh
find
.
-
name MODULE_LICENSE_\*
|
sed
's/\/MODULE_LICENSE_/\ /'
|
sed
's/\.\///'
|
awk
'{ print $2 " " $1; }'
|
sort