summaryrefslogtreecommitdiffstats
path: root/cat.asm
diff options
context:
space:
mode:
Diffstat (limited to 'cat.asm')
-rw-r--r--cat.asm5
1 files changed, 3 insertions, 2 deletions
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