ui/vgafont: add SPDX license header
The vgafont was added without source origin, but it can be traced back to Linux kernel, which used GPL-2 (https://github.com/mpe/linux-fullhistory/blob/master/lib/fonts/font_8x16.c). commit c6f37d0e4feeb264a699eda289d3cc69405100b0 Author: Fabrice Bellard <fabrice@bellard.org> Date: Wed Jul 14 17:39:50 2004 +0000 virtual console Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Marc-André Lureau committed
Mar 12, 2026 at 18:37 UTC
edd36fa49a1e5693b550d3056944718b519b6ed6
2 files changed
+6
ui/vgafont.c
+3
@@ -1,3 +1,6 @@
1
+/*
2
+ * SPDX-License-Identifier: GPL-2.0-or-later
3
+ */
4
#include "vgafont.h"
5
6
const uint8_t vgafont16[256 * 16] = {
ui/vgafont.h
+3
@@ -1,3 +1,6 @@
1
+/*
2
+ * SPDX-License-Identifier: GPL-2.0-or-later
3
+ */
4
#ifndef VGAFONT_H
5
#define VGAFONT_H
6