2014-07-08 16:09:58

by Fabian Frédérick

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

all coccinelle scripts have a copyright in the header ...

Suggested-By: Julia Lawall <[email protected]>
Cc: Julia Lawall <[email protected]>
Cc: Andrew Morton <[email protected]>
Signed-off-by: Fabian Frederick <[email protected]>
---
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


2014-07-08 18:57:05

by Julia Lawall

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

Acked-by: Julia Lawall <[email protected]>

On Tue, 8 Jul 2014, Fabian Frederick wrote:

> all coccinelle scripts have a copyright in the header ...
>
> Suggested-By: Julia Lawall <[email protected]>
> Cc: Julia Lawall <[email protected]>
> Cc: Andrew Morton <[email protected]>
> Signed-off-by: Fabian Frederick <[email protected]>
> ---
> 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
>
>