summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorGentoo <installgentoo@endianness.com>2022-08-30 22:40:45 +1000
committerGentoo <installgentoo@endianness.com>2022-08-30 22:40:45 +1000
commit637d57f0b7b00065b9d4a430cf1ac05cf0fb9383 (patch)
tree4c99abb3f28707c4ac508e2869c59cfc3ced1ed3 /main.c
parent0b435475eaae5b75f80ce1c45fd4be7fb0eed365 (diff)
downloadchip8-deassembler-master.tar.gz
chip8-deassembler-master.tar.bz2
chip8-deassembler-master.zip
added forgotten licenseHEADmaster
Diffstat (limited to 'main.c')
-rw-r--r--main.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/main.c b/main.c
index ccbd5ae..b6e8a2c 100644
--- a/main.c
+++ b/main.c
@@ -1,3 +1,14 @@
+/* Copyright (C) 2020 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 <stdint.h>