diff options
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/check_licens.sh | 6 | 
1 files changed, 5 insertions, 1 deletions
| diff --git a/tools/check_licens.sh b/tools/check_licens.sh index 5375b859..52825ee7 100755 --- a/tools/check_licens.sh +++ b/tools/check_licens.sh @@ -22,7 +22,11 @@ echo ""  echo "GPL3.0+:"  cat licenses_all.txt| grep 'General Public License v3.0 or later'  echo "" -    + +echo "No copyright:" +cat licenses_all.txt| grep '*No copyright*' +echo "" +  #remaining licenses  echo "Others:"  echo "includes/loongarch64/processor-platform.h detected wrong - is GPL2+:" | 
