hc
2024-05-10 61598093bbdd283a7edc367d900f223070ead8d2
kernel/scripts/coccinelle/misc/cond_no_effect.cocci
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 ///Find conditions where if and else branch are functionally
23 // identical.
34 //
....@@ -37,7 +38,7 @@
3738 // All other cases look like bugs or at least lack of documentation
3839 //
3940 // Confidence: Moderate
40
-// Copyright: (C) 2016 Nicholas Mc Guire, OSADL. GPLv2.
41
+// Copyright: (C) 2016 Nicholas Mc Guire, OSADL.
4142 // Comments:
4243 // Options: --no-includes --include-headers
4344