OSDN Git Service

am 8e44ae9c: docs: fix IE6 bug in which tabs are not focusable while in the reference...
[android-x86/build.git] / tools / print_module_licenses.sh
1 #!/bin/sh
2 find . -name MODULE_LICENSE_\* | sed 's/\/MODULE_LICENSE_/\ /' | sed 's/\.\///' | awk '{ print $2 " " $1; }' | sort