aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorhwspeedy <ns@bigbear.dk>2024-03-12 02:44:46 +0100
committerhwspeedy <ns@bigbear.dk>2024-03-12 02:44:46 +0100
commitee69873fadc43d7bf7424cbd0d31d240234ee8f2 (patch)
tree7ca419c30e8b9afa0d16518b5d28105b118b1846 /tools
parent25ba15be2ab92fbadbd4a766e3ae961666c2ade7 (diff)
FIX added section with no copyright
Diffstat (limited to 'tools')
-rwxr-xr-xtools/check_licens.sh6
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+:"