summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAaron Ball <nullspoon@iohq.net>2015-06-27 01:04:22 -0600
committerAaron Ball <nullspoon@iohq.net>2015-06-27 01:04:22 -0600
commit28d87ea0257509282717acaf19731255607cb6d4 (patch)
tree359d7eac1ac5261ea0f1cdec1e2a116cd2815e29 /src
parenta800a965c7e6a0737daa0ec0b87587fe6498e3fe (diff)
downloadterminus-28d87ea0257509282717acaf19731255607cb6d4.tar.gz
terminus-28d87ea0257509282717acaf19731255607cb6d4.tar.xz
Added gplv3 license header and license file
Diffstat (limited to 'src')
-rw-r--r--src/main.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index c36ac6e..0a05a59 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,3 +1,19 @@
+/**
+ * Copyright (C) 2015 Aaron Ball <nullspoon@iohq.net>
+ *
+ * Terminus 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.
+ *
+ * Terminus 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 terminus. If not, see <http://www.gnu.org/licenses/>.
+ */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

Generated by cgit