diff options
author | midipix <writeonce@midipix.org> | 2021-08-20 00:00:00 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-12-30 11:27:48 +0000 |
commit | f25e99732f9152a8aac08c982121fe300dc8e056 (patch) | |
tree | e61e5adbd3719c848d601e1c50b631c716b4bd72 /src/internal/nolibc/nt32 | |
parent | e5eb84227b33ab529425cd8deee675b52852e359 (diff) | |
download | ptycon-f25e99732f9152a8aac08c982121fe300dc8e056.tar.bz2 ptycon-f25e99732f9152a8aac08c982121fe300dc8e056.tar.xz |
A new home.
Diffstat (limited to 'src/internal/nolibc/nt32')
-rw-r--r-- | src/internal/nolibc/nt32/ptyc_compiler.asm | 2 | ||||
-rw-r--r-- | src/internal/nolibc/nt32/ptyc_compiler.s | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/internal/nolibc/nt32/ptyc_compiler.asm b/src/internal/nolibc/nt32/ptyc_compiler.asm index 4dbd8d0..2cf720d 100644 --- a/src/internal/nolibc/nt32/ptyc_compiler.asm +++ b/src/internal/nolibc/nt32/ptyc_compiler.asm @@ -1,6 +1,6 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; ptycon: a pty-console bridge ;; -;; Copyright (C) 2016--2017 Z. Gilboa ;; +;; Copyright (C) 2016--2017 SysDeer Technologies, LLC ;; ;; Released under GPLv2 and GPLv3; see COPYING.PTYCON. ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; diff --git a/src/internal/nolibc/nt32/ptyc_compiler.s b/src/internal/nolibc/nt32/ptyc_compiler.s index bc63f9b..05c0805 100644 --- a/src/internal/nolibc/nt32/ptyc_compiler.s +++ b/src/internal/nolibc/nt32/ptyc_compiler.s @@ -1,6 +1,6 @@ ########################################################### ## ptycon: a pty-console bridge ## -## Copyright (C) 2016--2017 Z. Gilboa ## +## Copyright (C) 2016--2017 SysDeer Technologies, LLC ## ## Released under GPLv2 and GPLv3; see COPYING.PTYCON. ## ########################################################### |