diff mbox series

[vsp-tests,2/2] gen-image: Replace copyright text with SPDX tags

Message ID 20200713230808.2570-2-laurent.pinchart@ideasonboard.com (mailing list archive)
State New
Delegated to: Kieran Bingham
Headers show
Series [vsp-tests,1/2] Add license and copyright information | expand

Commit Message

Laurent Pinchart July 13, 2020, 11:08 p.m. UTC
Standardize on the usage of SPDX tags. No change in copyright is
included.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
---
 src/gen-image.c | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

Comments

Kieran Bingham July 14, 2020, 7:51 a.m. UTC | #1
Hi Laurent,

On 14/07/2020 00:08, Laurent Pinchart wrote:
> Standardize on the usage of SPDX tags. No change in copyright is
> included.
> 
> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>

> ---
>  src/gen-image.c | 10 ++--------
>  1 file changed, 2 insertions(+), 8 deletions(-)
> 
> diff --git a/src/gen-image.c b/src/gen-image.c
> index 0ee97749ebbf..d9f92253af46 100644
> --- a/src/gen-image.c
> +++ b/src/gen-image.c
> @@ -1,11 +1,5 @@
> -/*
> - * Copyright (C) 2016 Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> - *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License as published by
> - * the Free Software Foundation; either version 2 of the License, or
> - * (at your option) any later version.
> - */
> +/* SPDX-License-Identifier: GPL-2.0-or-later */
> +/* SPDX-FileCopyrightText: 2016 Laurent Pinchart <laurent.pinchart@ideasonboard.com> */
>  
>  #include <ctype.h>
>  #include <errno.h>
>
diff mbox series

Patch

diff --git a/src/gen-image.c b/src/gen-image.c
index 0ee97749ebbf..d9f92253af46 100644
--- a/src/gen-image.c
+++ b/src/gen-image.c
@@ -1,11 +1,5 @@ 
-/*
- * Copyright (C) 2016 Laurent Pinchart <laurent.pinchart@ideasonboard.com>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- */
+/* SPDX-License-Identifier: GPL-2.0-or-later */
+/* SPDX-FileCopyrightText: 2016 Laurent Pinchart <laurent.pinchart@ideasonboard.com> */
 
 #include <ctype.h>
 #include <errno.h>