diff options
Diffstat (limited to 'src/internal/nolibc')
-rw-r--r-- | src/internal/nolibc/nt32/ntux_compiler.asm | 2 | ||||
-rw-r--r-- | src/internal/nolibc/nt32/ntux_compiler.s | 2 | ||||
-rw-r--r-- | src/internal/nolibc/nt64/ntux_compiler.asm | 2 | ||||
-rw-r--r-- | src/internal/nolibc/nt64/ntux_compiler.s | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/internal/nolibc/nt32/ntux_compiler.asm b/src/internal/nolibc/nt32/ntux_compiler.asm index fa1e9da..5fa3512 100644 --- a/src/internal/nolibc/nt32/ntux_compiler.asm +++ b/src/internal/nolibc/nt32/ntux_compiler.asm @@ -1,6 +1,6 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; ntux: native translation und extension ;; -;; Copyright (C) 2016 Z. Gilboa ;; +;; Copyright (C) 2016--2018 Z. Gilboa ;; ;; Released under GPLv2 and GPLv3; see COPYING.NTUX. ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; diff --git a/src/internal/nolibc/nt32/ntux_compiler.s b/src/internal/nolibc/nt32/ntux_compiler.s index 89e2840..268cf1c 100644 --- a/src/internal/nolibc/nt32/ntux_compiler.s +++ b/src/internal/nolibc/nt32/ntux_compiler.s @@ -1,6 +1,6 @@ ############################################################ ## ntux: native translation und extension ## -## Copyright (C) 2016 Z. Gilboa ## +## Copyright (C) 2016--2018 Z. Gilboa ## ## Released under GPLv2 and GPLv3; see COPYING.NTUX. ## ############################################################ diff --git a/src/internal/nolibc/nt64/ntux_compiler.asm b/src/internal/nolibc/nt64/ntux_compiler.asm index d6011bd..b9b0bd3 100644 --- a/src/internal/nolibc/nt64/ntux_compiler.asm +++ b/src/internal/nolibc/nt64/ntux_compiler.asm @@ -1,6 +1,6 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; ntux: native translation und extension ;; -;; Copyright (C) 2016 Z. Gilboa ;; +;; Copyright (C) 2016--2018 Z. Gilboa ;; ;; Released under GPLv2 and GPLv3; see COPYING.NTUX. ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; diff --git a/src/internal/nolibc/nt64/ntux_compiler.s b/src/internal/nolibc/nt64/ntux_compiler.s index 89e2840..268cf1c 100644 --- a/src/internal/nolibc/nt64/ntux_compiler.s +++ b/src/internal/nolibc/nt64/ntux_compiler.s @@ -1,6 +1,6 @@ ############################################################ ## ntux: native translation und extension ## -## Copyright (C) 2016 Z. Gilboa ## +## Copyright (C) 2016--2018 Z. Gilboa ## ## Released under GPLv2 and GPLv3; see COPYING.NTUX. ## ############################################################ |