aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/coccinelle
diff options
context:
space:
mode:
authorFabian Frederick <fabf@skynet.be>2014-08-08 17:23:31 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2014-08-08 18:57:27 -0400
commit45715f33d447ba878a3ca81673514785bb4dfe5a (patch)
tree63107edfaf0a230447655de6772cb60fbd5262fe /scripts/coccinelle
parent791dfeb49519f18a6efea4619f5678457f1532ff (diff)
scripts/coccinelle/free/ifnullfree.cocci: add copyright information
All coccinelle scripts have a copyright in the header. Signed-off-by: Fabian Frederick <fabf@skynet.be> Suggested-by: Julia Lawall <Julia.Lawall@lip6.fr> Acked-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'scripts/coccinelle')
-rw-r--r--scripts/coccinelle/free/ifnullfree.cocci5
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/coccinelle/free/ifnullfree.cocci b/scripts/coccinelle/free/ifnullfree.cocci
index 77ab43f30b8d..a42d70bf88b3 100644
--- a/scripts/coccinelle/free/ifnullfree.cocci
+++ b/scripts/coccinelle/free/ifnullfree.cocci
@@ -4,8 +4,9 @@
4/// "kfree(NULL) is safe this check is probably not required" 4/// "kfree(NULL) is safe this check is probably not required"
5/// and kfreeaddr.cocci by Julia Lawall. 5/// and kfreeaddr.cocci by Julia Lawall.
6/// 6///
7/// Comments: - 7// Copyright: (C) 2014 Fabian Frederick. GPLv2.
8/// Options: --no-includes --include-headers 8// Comments: -
9// Options: --no-includes --include-headers
9 10
10virtual patch 11virtual patch
11virtual org 12virtual org