summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2019-12-15 22:27:09 +0100
committerThomas White <taw@physics.org>2019-12-15 22:27:09 +0100
commitc85b3387f677759a72631c29d2e3d976dcd391c1 (patch)
tree0703ce7eef968ceefcd0a64d609a4bde825a4f0b
parent8f248a7e72045cc3067012f45d101ba825472fea (diff)
Add comments
-rw-r--r--glitchyclock.c22
1 files changed, 22 insertions, 0 deletions
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 <taw@bitwiz.me.uk>
+ *
+ * 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 <http://www.gnu.org/licenses/>.
+ *
+ */
+
+/* Get LED display fonts from here: https://www.keshikan.net/fonts-e.html */
+
#include <gtk/gtk.h>
struct glitchyclock