From ee69873fadc43d7bf7424cbd0d31d240234ee8f2 Mon Sep 17 00:00:00 2001 From: hwspeedy Date: Tue, 12 Mar 2024 02:44:46 +0100 Subject: FIX added section with no copyright --- tools/check_licens.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tools/check_licens.sh') 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+:" -- cgit v1.2.3