summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gen-image.c10
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>