kernel/scripts/coccinelle/misc/cond_no_effect.cocci
.. .. @@ -1,3 +1,4 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 ///Find conditions where if and else branch are functionally 2 3 // identical. 3 4 // .. .. @@ -37,7 +38,7 @@ 37 38 // All other cases look like bugs or at least lack of documentation 38 39 // 39 40 // Confidence: Moderate 40 -// Copyright: (C) 2016 Nicholas Mc Guire, OSADL. GPLv2.41 +// Copyright: (C) 2016 Nicholas Mc Guire, OSADL.41 42 // Comments: 42 43 // Options: --no-includes --include-headers 43 44