OSDN Git Service

Updating security string to 2016-09-01 to platform and CTS in preparation for 2016...
[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