diff options
| author | hwspeedy <ns@bigbear.dk> | 2024-03-12 02:44:46 +0100 | 
|---|---|---|
| committer | hwspeedy <ns@bigbear.dk> | 2024-03-12 02:44:46 +0100 | 
| commit | ee69873fadc43d7bf7424cbd0d31d240234ee8f2 (patch) | |
| tree | 7ca419c30e8b9afa0d16518b5d28105b118b1846 | |
| parent | 25ba15be2ab92fbadbd4a766e3ae961666c2ade7 (diff) | |
FIX added section with no copyright
| -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+:" | 
