summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--LICENSE (renamed from LICENCE)0
-rw-r--r--capital.asm3
2 files changed, 2 insertions, 1 deletions
diff --git a/LICENCE b/LICENSE
index f288702..f288702 100644
--- a/LICENCE
+++ b/LICENSE
diff --git a/capital.asm b/capital.asm
index 2c75245..4f92d7f 100644
--- a/capital.asm
+++ b/capital.asm
@@ -1,6 +1,7 @@
; Version : 1.01
; Updated : 25/5/2020
-; Licence : GPLv3
+; Copyright (C) : 2020 Gentoo-libre Install
+; Licence : GPLv3+
; Description : Simple lowercase to capital program.
; Capitilises each lowercase ASCII char recieved in stdin and prints such to stdout. Exit only occurs if EOF is read.
; Done byte by byte for simplicity