Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_build
/
094268cf8cb37b9d904c8a1e3559cdd46d73cf66
/
.
/
tools
/
print_module_licenses.sh
blob: b84f7d4c534a95ebc2db1c122a448a8f594179cf [
file
] [
log
] [
blame
]
The Android Open Source Project
b6c1cf6
2008-10-21 07:00:00 -0700
[
diff
] [
blame
]
1
#!/bin/sh
2
find
.
-
name MODULE_LICENSE_\*
|
sed
's/\/MODULE_LICENSE_/\ /'
|
sed
's/\.\///'
|
awk
'{ print $2 " " $1; }'
|
sort