hc
2024-02-19 151fecfb72a0d602dfe79790602ef64b4e241574
kernel/scripts/coccinelle/locks/double_lock.cocci
....@@ -1,11 +1,12 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /// Find double locks. False positives may occur when some paths cannot
23 /// occur at execution, due to the values of variables, and when there is
34 /// an intervening function call that releases the lock.
45 ///
56 // Confidence: Moderate
6
-// Copyright: (C) 2010 Nicolas Palix, DIKU. GPLv2.
7
-// Copyright: (C) 2010 Julia Lawall, DIKU. GPLv2.
8
-// Copyright: (C) 2010 Gilles Muller, INRIA/LiP6. GPLv2.
7
+// Copyright: (C) 2010 Nicolas Palix, DIKU.
8
+// Copyright: (C) 2010 Julia Lawall, DIKU.
9
+// Copyright: (C) 2010 Gilles Muller, INRIA/LiP6.
910 // URL: http://coccinelle.lip6.fr/
1011 // Comments:
1112 // Options: --no-includes --include-headers