summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGentoo <installgentoo@endianness.com>2022-07-23 00:26:31 +1000
committerGentoo <installgentoo@endianness.com>2022-07-23 00:26:31 +1000
commit3a1be8b11088b3171d919ddc1aaeeb3c10e7e98b (patch)
tree97fc01c6076393e5e0a9a80b4eaae3ffdfdb22be
parent02c8a5688feefb2226f9b02e2ec241d569d5a362 (diff)
downloadcat-asm-master.tar.gz
cat-asm-master.tar.bz2
cat-asm-master.zip
clarified licenseHEADmaster
-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