hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
kernel/scripts/coccinelle/tests/doubletest.cocci
....@@ -1,12 +1,13 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /// Find &&/|| operations that include the same argument more than once
23 //# A common source of false positives is when the expression, or
34 //# another expresssion in the same && or || operation, performs a
45 //# side effect.
56 ///
67 // Confidence: Moderate
7
-// Copyright: (C) 2010 Nicolas Palix, DIKU. GPLv2.
8
-// Copyright: (C) 2010 Julia Lawall, DIKU. GPLv2.
9
-// Copyright: (C) 2010 Gilles Muller, INRIA/LiP6. GPLv2.
8
+// Copyright: (C) 2010 Nicolas Palix, DIKU.
9
+// Copyright: (C) 2010 Julia Lawall, DIKU.
10
+// Copyright: (C) 2010 Gilles Muller, INRIA/LiP6.
1011 // URL: http://coccinelle.lip6.fr/
1112 // Comments:
1213 // Options: --no-includes --include-headers