summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--LICENSE (renamed from LICENCE)0
-rw-r--r--Makefile (renamed from makefile)0
-rw-r--r--cat.asm5
3 files changed, 3 insertions, 2 deletions
diff --git a/LICENCE b/LICENSE
index f288702..f288702 100644
--- a/LICENCE
+++ b/LICENSE
diff --git a/makefile b/Makefile
index 061929f..061929f 100644
--- a/makefile
+++ b/Makefile
diff --git a/cat.asm b/cat.asm
index 79c25ed..13d7918 100644
--- a/cat.asm
+++ b/cat.asm
@@ -1,7 +1,8 @@
; Version : 1.0
; Updated : 28/10/2020
-; Description : Cat(1) in assembly
-; Licence : GPLv3
+; Description : cat(1) in assembly
+; Copyright (C) : 2020, 2021 Gentoo-libre Install
+; License : GPLv3+
section .bss
Buff resb 16384 ;read data up to 16384 bytes at a time