diff options
author | midipix <writeonce@midipix.org> | 2021-08-20 00:00:00 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-12-30 11:14:07 +0000 |
commit | 14ffaef5aa4195c598e343a9f9453c1abc21fb12 (patch) | |
tree | 9d08def3cb4fc31877119629deb6cb96e85bd520 /src/internal/nolibc/nt32 | |
parent | 47596e528eb9fcc200c7d07bc837598e10c82fec (diff) | |
download | ntux-14ffaef5aa4195c598e343a9f9453c1abc21fb12.tar.bz2 ntux-14ffaef5aa4195c598e343a9f9453c1abc21fb12.tar.xz |
A new home.
Diffstat (limited to 'src/internal/nolibc/nt32')
-rw-r--r-- | src/internal/nolibc/nt32/ntux_compiler.asm | 2 | ||||
-rw-r--r-- | src/internal/nolibc/nt32/ntux_compiler.s | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/internal/nolibc/nt32/ntux_compiler.asm b/src/internal/nolibc/nt32/ntux_compiler.asm index aa7dbff..5dc3da0 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--2021 Z. Gilboa ;; +;; Copyright (C) 2016--2021 SysDeer Technologies, LLC ;; ;; 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 ff2356e..446e346 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--2021 Z. Gilboa ## +## Copyright (C) 2016--2021 SysDeer Technologies, LLC ## ## Released under GPLv2 and GPLv3; see COPYING.NTUX. ## ############################################################ |