aboutsummaryrefslogtreecommitdiff
path: root/moji.c
diff options
context:
space:
mode:
Diffstat (limited to 'moji.c')
-rw-r--r--moji.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/moji.c b/moji.c
index 7a397d4..76b9a48 100644
--- a/moji.c
+++ b/moji.c
@@ -1,3 +1,17 @@
+/* Copyright (c) 2022, Anthony LaTorre <tlatorre9 at gmail dot com>
+ * All rights reserved.
+ *
+ * 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, version 2.
+ *
+ * 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 <https://www.gnu.org/licenses/>. */
#include <gtk/gtk.h>
#include <sys/time.h>
#include <stdlib.h>