summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGentoo <installgentoo@endianness.com>2022-07-23 00:30:42 +1000
committerGentoo <installgentoo@endianness.com>2022-07-23 00:30:42 +1000
commit93a61755bceb9053a99d9443366bc41e9e2ec388 (patch)
tree008e9b38cdb8fd184838eceaf75975514134395f
parent6922e1d964291329580b5b789ab333fb63167815 (diff)
downloadcharacter-counter-master.tar.gz
character-counter-master.tar.bz2
character-counter-master.zip
clarified licenseHEADmaster
-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.