hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/scripts/coccinelle/tests/doublebitand.cocci
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /// Find bit operations that include the same argument more than once
23 //# One source of false positives is when the argument performs a side
34 //# effect. Another source of false positives is when a neutral value
....@@ -5,9 +6,9 @@
56 //# same structure as other similar expressions
67 ///
78 // Confidence: Moderate
8
-// Copyright: (C) 2010 Nicolas Palix, DIKU. GPLv2.
9
-// Copyright: (C) 2010 Julia Lawall, DIKU. GPLv2.
10
-// Copyright: (C) 2010 Gilles Muller, INRIA/LiP6. GPLv2.
9
+// Copyright: (C) 2010 Nicolas Palix, DIKU.
10
+// Copyright: (C) 2010 Julia Lawall, DIKU.
11
+// Copyright: (C) 2010 Gilles Muller, INRIA/LiP6.
1112 // URL: http://coccinelle.lip6.fr/
1213 // Comments:
1314 // Options: --no-includes --include-headers