summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--LICENSE (renamed from LICENCE)0
-rw-r--r--nextchar.asm1
2 files changed, 1 insertions, 0 deletions
diff --git a/LICENCE b/LICENSE
index f288702..f288702 100644
--- a/LICENCE
+++ b/LICENSE
diff --git a/nextchar.asm b/nextchar.asm
index 689f168..49727e1 100644
--- a/nextchar.asm
+++ b/nextchar.asm
@@ -1,6 +1,7 @@
; Version : 1.1
; Updated : 2/7/2020
; Description : NextChar program. Quite slowly fills up a buff in static memory with a char, a space and then the next char etc
+; License : GPLv3+
;; static memory is nicer to use than the stack
section .bss