Standardize on the usage of SPDX tags. No change in copyright is included. Signed-off-by: Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> --- 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@xxxxxxxxxxxxxxxx> - * - * 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@xxxxxxxxxxxxxxxx> */ #include <ctype.h> #include <errno.h> -- Regards, Laurent Pinchart