diff options
author | Marvin Borner | 2019-10-29 23:27:06 +0100 |
---|---|---|
committer | Marvin Borner | 2019-10-29 23:27:06 +0100 |
commit | dfcbd48ed43adce2dacd2125f2b031195de48014 (patch) | |
tree | bb259a428f3314798c93855158e46fd315330c0c /src/kernel/graphics | |
parent | 8fff451bc9d31c41ce111d5d988108a6329a4f71 (diff) |
Added license information
Diffstat (limited to 'src/kernel/graphics')
-rw-r--r-- | src/kernel/graphics/font.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/kernel/graphics/font.h b/src/kernel/graphics/font.h index 34a1358..7a110e1 100644 --- a/src/kernel/graphics/font.h +++ b/src/kernel/graphics/font.h @@ -1,5 +1,6 @@ -// (c) 2009, 2010 Lutz Sammer, License: AGPLv3 -// Generated from Spleen font via bdf2c +// Generated using the Spleen font and the bdf2c converter (modified using the conv.sh script) +// Spleen font: (c) 2018-2019, Frederic Cambus, License: MIT +// bdf2c: (c) 2009-2010 Lutz Sammer, License: AGPLv3 #ifndef MELVIX_FONT_H #define MELVIX_FONT_H |