summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-08-20 00:00:00 +0000
committermidipix <writeonce@midipix.org>2021-12-30 11:27:48 +0000
commitf25e99732f9152a8aac08c982121fe300dc8e056 (patch)
treee61e5adbd3719c848d601e1c50b631c716b4bd72 /src
parente5eb84227b33ab529425cd8deee675b52852e359 (diff)
downloadptycon-f25e99732f9152a8aac08c982121fe300dc8e056.tar.bz2
ptycon-f25e99732f9152a8aac08c982121fe300dc8e056.tar.xz
A new home.
Diffstat (limited to 'src')
-rw-r--r--src/bridge/ptyc_term_csi.c2
-rw-r--r--src/bridge/ptyc_term_esi.c2
-rw-r--r--src/bridge/ptyc_term_sgr.c2
-rw-r--r--src/console/ptyc_console_alloc.c2
-rw-r--r--src/console/ptyc_console_ctrl.c2
-rw-r--r--src/console/ptyc_console_poller.c2
-rw-r--r--src/console/ptyc_console_reader.c2
-rw-r--r--src/console/ptyc_console_vkcode.c2
-rw-r--r--src/console/ptyc_console_writer.c2
-rw-r--r--src/daemon/ptyc_daemon_connect.c2
-rw-r--r--src/daemon/ptyc_daemon_init.c2
-rw-r--r--src/daemon/ptyc_daemon_loop.c2
-rw-r--r--src/daemon/ptyc_daemon_signal.c2
-rw-r--r--src/debug/ptyc_dbg_cat.c2
-rw-r--r--src/debug/ptyc_dbg_event.c2
-rw-r--r--src/debug/ptyc_dbg_oven.c2
-rw-r--r--src/debug/ptyc_dbg_raw.c2
-rw-r--r--src/driver/ptyc_amain.c2
-rw-r--r--src/driver/ptyc_driver_ctx.c2
-rw-r--r--src/internal/argv/argv.h2
-rw-r--r--src/internal/nolibc/nt32/ptyc_compiler.asm2
-rw-r--r--src/internal/nolibc/nt32/ptyc_compiler.s2
-rw-r--r--src/internal/nolibc/nt64/ptyc_compiler.asm2
-rw-r--r--src/internal/nolibc/nt64/ptyc_compiler.s2
-rw-r--r--src/internal/ptycon_memfn_impl.c2
-rw-r--r--src/internal/ptycon_nolibc_impl.c2
-rw-r--r--src/internal/ptycon_ntaio_impl.c2
-rw-r--r--src/internal/ptycon_open_impl.c2
-rw-r--r--src/pty/ptyc_pty_ctx.c2
-rw-r--r--src/pty/ptyc_spawn.c2
-rw-r--r--src/ptycon.c2
31 files changed, 31 insertions, 31 deletions
diff --git a/src/bridge/ptyc_term_csi.c b/src/bridge/ptyc_term_csi.c
index 95f9a0b..0689f9c 100644
--- a/src/bridge/ptyc_term_csi.c
+++ b/src/bridge/ptyc_term_csi.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/bridge/ptyc_term_esi.c b/src/bridge/ptyc_term_esi.c
index de75c96..b144ac7 100644
--- a/src/bridge/ptyc_term_esi.c
+++ b/src/bridge/ptyc_term_esi.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/bridge/ptyc_term_sgr.c b/src/bridge/ptyc_term_sgr.c
index 4ce810b..fd21a2c 100644
--- a/src/bridge/ptyc_term_sgr.c
+++ b/src/bridge/ptyc_term_sgr.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/console/ptyc_console_alloc.c b/src/console/ptyc_console_alloc.c
index 62829e4..33c8bf1 100644
--- a/src/console/ptyc_console_alloc.c
+++ b/src/console/ptyc_console_alloc.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/console/ptyc_console_ctrl.c b/src/console/ptyc_console_ctrl.c
index 2afa3bd..f020887 100644
--- a/src/console/ptyc_console_ctrl.c
+++ b/src/console/ptyc_console_ctrl.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/console/ptyc_console_poller.c b/src/console/ptyc_console_poller.c
index 2434558..2d7e9c0 100644
--- a/src/console/ptyc_console_poller.c
+++ b/src/console/ptyc_console_poller.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/console/ptyc_console_reader.c b/src/console/ptyc_console_reader.c
index cf70d26..fea7549 100644
--- a/src/console/ptyc_console_reader.c
+++ b/src/console/ptyc_console_reader.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/console/ptyc_console_vkcode.c b/src/console/ptyc_console_vkcode.c
index 062455d..6af451c 100644
--- a/src/console/ptyc_console_vkcode.c
+++ b/src/console/ptyc_console_vkcode.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/console/ptyc_console_writer.c b/src/console/ptyc_console_writer.c
index 699d0fb..18d9412 100644
--- a/src/console/ptyc_console_writer.c
+++ b/src/console/ptyc_console_writer.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/daemon/ptyc_daemon_connect.c b/src/daemon/ptyc_daemon_connect.c
index 8e61d42..52bd6a2 100644
--- a/src/daemon/ptyc_daemon_connect.c
+++ b/src/daemon/ptyc_daemon_connect.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/daemon/ptyc_daemon_init.c b/src/daemon/ptyc_daemon_init.c
index fe5a9f7..28a190b 100644
--- a/src/daemon/ptyc_daemon_init.c
+++ b/src/daemon/ptyc_daemon_init.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/daemon/ptyc_daemon_loop.c b/src/daemon/ptyc_daemon_loop.c
index 2dcbbac..cacc879 100644
--- a/src/daemon/ptyc_daemon_loop.c
+++ b/src/daemon/ptyc_daemon_loop.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/daemon/ptyc_daemon_signal.c b/src/daemon/ptyc_daemon_signal.c
index 2c8ed1b..5a19368 100644
--- a/src/daemon/ptyc_daemon_signal.c
+++ b/src/daemon/ptyc_daemon_signal.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/debug/ptyc_dbg_cat.c b/src/debug/ptyc_dbg_cat.c
index 6534934..4ebb1b2 100644
--- a/src/debug/ptyc_dbg_cat.c
+++ b/src/debug/ptyc_dbg_cat.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/debug/ptyc_dbg_event.c b/src/debug/ptyc_dbg_event.c
index dcb0ad6..e04a0c3 100644
--- a/src/debug/ptyc_dbg_event.c
+++ b/src/debug/ptyc_dbg_event.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/debug/ptyc_dbg_oven.c b/src/debug/ptyc_dbg_oven.c
index 4b9c5e1..23ed434 100644
--- a/src/debug/ptyc_dbg_oven.c
+++ b/src/debug/ptyc_dbg_oven.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/debug/ptyc_dbg_raw.c b/src/debug/ptyc_dbg_raw.c
index 4bca295..5c19e8a 100644
--- a/src/debug/ptyc_dbg_raw.c
+++ b/src/debug/ptyc_dbg_raw.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/driver/ptyc_amain.c b/src/driver/ptyc_amain.c
index 37163c3..82ab3d1 100644
--- a/src/driver/ptyc_amain.c
+++ b/src/driver/ptyc_amain.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/driver/ptyc_driver_ctx.c b/src/driver/ptyc_driver_ctx.c
index b0948bf..118fd7b 100644
--- a/src/driver/ptyc_driver_ctx.c
+++ b/src/driver/ptyc_driver_ctx.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/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. */
/*********************************************************/
diff --git a/src/pty/ptyc_pty_ctx.c b/src/pty/ptyc_pty_ctx.c
index 0c6fbba..22b8449 100644
--- a/src/pty/ptyc_pty_ctx.c
+++ b/src/pty/ptyc_pty_ctx.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/pty/ptyc_spawn.c b/src/pty/ptyc_spawn.c
index 5a7e7ab..f65aa53 100644
--- a/src/pty/ptyc_spawn.c
+++ b/src/pty/ptyc_spawn.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/ptycon.c b/src/ptycon.c
index 1b5bf7f..6471cdf 100644
--- a/src/ptycon.c
+++ b/src/ptycon.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. */
/*********************************************************/