From c85b3387f677759a72631c29d2e3d976dcd391c1 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sun, 15 Dec 2019 22:27:09 +0100 Subject: Add comments --- glitchyclock.c | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/glitchyclock.c b/glitchyclock.c index ec27cd6..6d366d6 100644 --- a/glitchyclock.c +++ b/glitchyclock.c @@ -1,3 +1,25 @@ +/* + * glitchyclock.c + * + * Copyright © 2019 Thomas White + * + * 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 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + */ + +/* Get LED display fonts from here: https://www.keshikan.net/fonts-e.html */ + #include struct glitchyclock -- cgit v1.2.3