diff options
author | Aaron Ball <nullspoon@iohq.net> | 2015-06-27 01:04:22 -0600 |
---|---|---|
committer | Aaron Ball <nullspoon@iohq.net> | 2015-06-27 01:04:22 -0600 |
commit | 28d87ea0257509282717acaf19731255607cb6d4 (patch) | |
tree | 359d7eac1ac5261ea0f1cdec1e2a116cd2815e29 /src | |
parent | a800a965c7e6a0737daa0ec0b87587fe6498e3fe (diff) | |
download | terminus-28d87ea0257509282717acaf19731255607cb6d4.tar.gz terminus-28d87ea0257509282717acaf19731255607cb6d4.tar.xz |
Added gplv3 license header and license file
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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> |