hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
kernel/scripts/coccinelle/misc/ifcol.cocci
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /// Find confusingly indented code in or after an if. An if branch should
23 /// be indented. The code following an if should not be indented.
34 /// Sometimes, code after an if that is indented is actually intended to be
....@@ -8,9 +9,9 @@
89 //# is not visually aligned may be considered to be in the same column.
910 //
1011 // Confidence: Low
11
-// Copyright: (C) 2010 Nicolas Palix, DIKU. GPLv2.
12
-// Copyright: (C) 2010 Julia Lawall, DIKU. GPLv2.
13
-// Copyright: (C) 2010 Gilles Muller, INRIA/LiP6. GPLv2.
12
+// Copyright: (C) 2010 Nicolas Palix, DIKU.
13
+// Copyright: (C) 2010 Julia Lawall, DIKU.
14
+// Copyright: (C) 2010 Gilles Muller, INRIA/LiP6.
1415 // URL: http://coccinelle.lip6.fr/
1516 // Comments:
1617 // Options: --no-includes --include-headers