]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blobdiff - scripts/coccinelle/iterators/use_after_iter.cocci
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 505
[mirror_ubuntu-focal-kernel.git] / scripts / coccinelle / iterators / use_after_iter.cocci
index 66a1140474c8d1eda54c5e37f3392bc302b7a64a..9be48b520879e48fb53c9cdcea5a7f51b901909c 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /// If list_for_each_entry, etc complete a traversal of the list, the iterator
 /// variable ends up pointing to an address at an offset from the list head,
 /// and not a meaningful structure.  Thus this value should not be used after
@@ -7,8 +8,8 @@
 //#may also cause a report to be a false positive.
 ///
 // Confidence: Moderate
-// Copyright: (C) 2012 Julia Lawall, INRIA/LIP6.  GPLv2.
-// Copyright: (C) 2012 Gilles Muller, INRIA/LIP6.  GPLv2.
+// Copyright: (C) 2012 Julia Lawall, INRIA/LIP6.
+// Copyright: (C) 2012 Gilles Muller, INRIA/LIP6.
 // URL: http://coccinelle.lip6.fr/
 // Comments:
 // Options: --no-includes --include-headers