summaryrefslogtreecommitdiff
path: root/cmd/main.c
diff options
context:
space:
mode:
authorRobby Zambito <contact@robbyzambito.me>2021-08-31 20:40:46 -0400
committerRobby Zambito <contact@robbyzambito.me>2021-08-31 20:40:46 -0400
commit9dbde8b96e07fb24cb3957308b7f7337867ae301 (patch)
treea5cd8b5b69322ac4542ffcf48baa822d662091c3 /cmd/main.c
parent951f8d2161693138582fd0ac7c57bde812ad0102 (diff)
Add GPLv3 and add copyright notice to each file.
Diffstat (limited to 'cmd/main.c')
-rw-r--r--cmd/main.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/cmd/main.c b/cmd/main.c
index 2c5a6e2..51a4e62 100644
--- a/cmd/main.c
+++ b/cmd/main.c
@@ -1,3 +1,21 @@
+/* This file is a part of othello-ai-guile-c
+ *
+ * Copyright (C) 2021 Robby Zambito
+ *
+ * othello-ai-guile-c 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.
+ *
+ * othello-ai-guile-c 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 <libguile.h>
#include <stdbool.h>
#include <stdio.h>