summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--LICENSE (renamed from LICENCE)0
-rw-r--r--count.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/count.asm b/count.asm
index cfed62b..375da4a 100644
--- a/count.asm
+++ b/count.asm
@@ -1,6 +1,7 @@
; Version : 2.2
; Updated : 25/5/2020
-; Licence : GPLv3
+; Copyright (C) : 2020 Gentoo-libre Install
+; License : GPLv3+
; Description : Simple character counter program.
; Counts the amount of 'a' characters recieved in stdin until EOF is reached. Single byte reads are used for simplicity.
; Input EOF to get your result.