hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
kernel/scripts/coccinelle/iterators/itnull.cocci
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /// Many iterators have the property that the first argument is always bound
23 /// to a real list element, never NULL.
34 //# False positives arise for some iterators that do not have this property,
....@@ -6,9 +7,9 @@
67 //# or return).
78 ///
89 // Confidence: Moderate
9
-// Copyright: (C) 2010-2012 Nicolas Palix. GPLv2.
10
-// Copyright: (C) 2010-2012 Julia Lawall, INRIA/LIP6. GPLv2.
11
-// Copyright: (C) 2010-2012 Gilles Muller, INRIA/LiP6. GPLv2.
10
+// Copyright: (C) 2010-2012 Nicolas Palix.
11
+// Copyright: (C) 2010-2012 Julia Lawall, INRIA/LIP6.
12
+// Copyright: (C) 2010-2012 Gilles Muller, INRIA/LiP6.
1213 // URL: http://coccinelle.lip6.fr/
1314 // Comments:
1415 // Options: --no-includes --include-headers