Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
build
/
118b3243f890cd3c05c6bd07f47f7b2fcb329c4d
/
.
/
tools
/
print_module_licenses.sh
blob: b84f7d4c534a95ebc2db1c122a448a8f594179cf [
file
] [
log
] [
blame
]
The Android Open Source Project
88b6079
2009-03-03 19:28:42 -0800
[
diff
] [
blame
]
1
#!/bin/sh
2
find
.
-
name MODULE_LICENSE_\*
|
sed
's/\/MODULE_LICENSE_/\ /'
|
sed
's/\.\///'
|
awk
'{ print $2 " " $1; }'
|
sort