diff options
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/argv/argv.h | 2 | ||||
-rw-r--r-- | src/internal/nolibc/nt32/ptyc_compiler.asm | 2 | ||||
-rw-r--r-- | src/internal/nolibc/nt32/ptyc_compiler.s | 2 | ||||
-rw-r--r-- | src/internal/nolibc/nt64/ptyc_compiler.asm | 2 | ||||
-rw-r--r-- | src/internal/nolibc/nt64/ptyc_compiler.s | 2 | ||||
-rw-r--r-- | src/internal/ptycon_memfn_impl.c | 2 | ||||
-rw-r--r-- | src/internal/ptycon_nolibc_impl.c | 2 | ||||
-rw-r--r-- | src/internal/ptycon_ntaio_impl.c | 2 | ||||
-rw-r--r-- | src/internal/ptycon_open_impl.c | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/src/internal/argv/argv.h b/src/internal/argv/argv.h index cee65bf..3b54f73 100644 --- a/src/internal/argv/argv.h +++ b/src/internal/argv/argv.h @@ -1,6 +1,6 @@ /****************************************************************************/ /* argv.h: a thread-safe argument vector parser and usage screen generator */ -/* Copyright (C) 2015--2021 Z. Gilboa */ +/* Copyright (C) 2015--2021 SysDeer Technologies, LLC */ /* Released under GPLv2 and GPLv3; see COPYING.PTYCON. */ /****************************************************************************/ 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. ## ########################################################### diff --git a/src/internal/nolibc/nt64/ptyc_compiler.asm b/src/internal/nolibc/nt64/ptyc_compiler.asm index 6b23556..6a70b04 100644 --- a/src/internal/nolibc/nt64/ptyc_compiler.asm +++ b/src/internal/nolibc/nt64/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/nt64/ptyc_compiler.s b/src/internal/nolibc/nt64/ptyc_compiler.s index bc63f9b..05c0805 100644 --- a/src/internal/nolibc/nt64/ptyc_compiler.s +++ b/src/internal/nolibc/nt64/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. ## ########################################################### diff --git a/src/internal/ptycon_memfn_impl.c b/src/internal/ptycon_memfn_impl.c index 782f1a5..5e5ac5d 100644 --- a/src/internal/ptycon_memfn_impl.c +++ b/src/internal/ptycon_memfn_impl.c @@ -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/ptycon_nolibc_impl.c b/src/internal/ptycon_nolibc_impl.c index 5b11bf1..2319505 100644 --- a/src/internal/ptycon_nolibc_impl.c +++ b/src/internal/ptycon_nolibc_impl.c @@ -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/ptycon_ntaio_impl.c b/src/internal/ptycon_ntaio_impl.c index cf3f1ea..a3c0ee3 100644 --- a/src/internal/ptycon_ntaio_impl.c +++ b/src/internal/ptycon_ntaio_impl.c @@ -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/ptycon_open_impl.c b/src/internal/ptycon_open_impl.c index 47a9cc0..3d9d322 100644 --- a/src/internal/ptycon_open_impl.c +++ b/src/internal/ptycon_open_impl.c @@ -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. */ /*********************************************************/ |