Add a license header

Add a license header to glcdfont.c
This commit is contained in:
gkeyboard 2023-12-19 08:50:52 +07:00
parent 20ff223218
commit 60d87de485
2 changed files with 5 additions and 1 deletions

View File

@ -30,5 +30,6 @@
}, },
"clangd.arguments": [ "clangd.arguments": [
"--header-insertion=never" "--header-insertion=never"
] ],
"cmake.sourceDirectory": "C:/qmk_firmware/lib/googletest"
} }

View File

@ -1,3 +1,6 @@
// Copyright 2023 gkeyboard (@gkeyboard)
// SPDX-License-Identifier: GPL-2.0-or-later
// This is the 'classic' fixed-space bitmap font for Adafruit_GFX since 1.0. // This is the 'classic' fixed-space bitmap font for Adafruit_GFX since 1.0.
// See gfxfont.h for newer custom bitmap font info. // See gfxfont.h for newer custom bitmap font info.