hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
kernel/arch/powerpc/kernel/systbl_chk.sh
....@@ -1,14 +1,11 @@
11 #!/bin/sh
2
+# SPDX-License-Identifier: GPL-2.0-or-later
23 #
34 # Just process the CPP output from systbl_chk.c and complain
45 # if anything is out of order.
56 #
67 # Copyright © 2008 IBM Corporation
78 #
8
-# This program is free software; you can redistribute it and/or
9
-# modify it under the terms of the GNU General Public License
10
-# as published by the Free Software Foundation; either version
11
-# 2 of the License, or (at your option) any later version.
129
1310 awk 'BEGIN { num = -1; } # Ignore the beginning of the file
1411 /^#/ { next; }