summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGentoo <installgentoo@endianness.com>2022-08-30 23:44:42 +1000
committerGentoo <installgentoo@endianness.com>2022-08-30 23:47:24 +1000
commitd2dcc1c3b3408dbf681e93bce397ce97d41df40d (patch)
tree5f5b02e864ef65471a2fcadcf94e5b5ab9703a9f
parent85493581dd6346cbd7217c2d6c508de4f559861b (diff)
downloaddiv-algo-hex-master.tar.gz
div-algo-hex-master.tar.bz2
div-algo-hex-master.zip
added license headerHEADmaster
renamed: LICENCE -> LICENSE modified: main.c
-rw-r--r--main.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/main.c b/main.c
index 766bd88..b2595e2 100644
--- a/main.c
+++ b/main.c
@@ -1,3 +1,14 @@
+/* Copyright (C) 2021 Gentoo-libre Install
+
+ 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/>.
+*/
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>