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 |
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 --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>
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(-)