Re: [PATCH 1/1 linux-next] scripts/coccinelle/free/ifnullfree.cocci: add copyright information

From: Julia Lawall
Date: Tue Jul 08 2014 - 14:57:10 EST


Acked-by: Julia Lawall <Julia.Lawall@xxxxxxx>

On Tue, 8 Jul 2014, Fabian Frederick wrote:

> all coccinelle scripts have a copyright in the header ...
>
> Suggested-By: Julia Lawall <Julia.Lawall@xxxxxxx>
> Cc: Julia Lawall <Julia.Lawall@xxxxxxx>
> Cc: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
> Signed-off-by: Fabian Frederick <fabf@xxxxxxxxx>
> ---
> scripts/coccinelle/free/ifnullfree.cocci | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/scripts/coccinelle/free/ifnullfree.cocci b/scripts/coccinelle/free/ifnullfree.cocci
> index c826d98..9321fe3 100644
> --- a/scripts/coccinelle/free/ifnullfree.cocci
> +++ b/scripts/coccinelle/free/ifnullfree.cocci
> @@ -4,8 +4,9 @@
> /// "kfree(NULL) is safe this check is probably not required"
> /// and kfreeaddr.cocci by Julia Lawall.
> ///
> -/// Comments: -
> -/// Options: --no-includes --include-headers
> +// Copyright: (C) 2014 Fabian Frederick. GPLv2.
> +// Comments: -
> +// Options: --no-includes --include-headers
>
> virtual patch
> virtual org
> --
> 1.8.4.5
>
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/