From fd5dede600bcaf8d5c16963544512b2e0ba68586 Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Wed, 19 May 2021 12:22:42 +0200 Subject: Test automata drawing --- src/bd-font.c | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/bd-font.c') diff --git a/src/bd-font.c b/src/bd-font.c index e3fb6cc..6913f78 100644 --- a/src/bd-font.c +++ b/src/bd-font.c @@ -1,3 +1,14 @@ +/* +Copyright (c) 2021 Bad Diode + +Permission to use, copy, modify, and distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE. +*/ + u32 bd_font[] = { 0x00000000, 0x00000000, 0x00002400, 0x423c0000, 0x00002400, 0x3c420000, 0x0000363e, 0x3e1c0800, -- cgit v1.2.1