diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2020-07-11 17:37:34 +0300 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2020-07-14 12:12:28 +0300 |
commit | 4426496af89f6c52c4f54650100ec5ee907c8604 (patch) | |
tree | fbe78d9e9b277230d5aecf012d589835689f8930 /src | |
parent | 46018778d2494189cb8d9f49966ca64cf82e70bc (diff) |
gen-image: Replace copyright text with SPDX tags
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>
Diffstat (limited to 'src')
-rw-r--r-- | src/gen-image.c | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/gen-image.c b/src/gen-image.c index 0ee9774..d9f9225 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> |