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/debug | |
parent | e5eb84227b33ab529425cd8deee675b52852e359 (diff) | |
download | ptycon-f25e99732f9152a8aac08c982121fe300dc8e056.tar.bz2 ptycon-f25e99732f9152a8aac08c982121fe300dc8e056.tar.xz |
A new home.
Diffstat (limited to 'src/debug')
-rw-r--r-- | src/debug/ptyc_dbg_cat.c | 2 | ||||
-rw-r--r-- | src/debug/ptyc_dbg_event.c | 2 | ||||
-rw-r--r-- | src/debug/ptyc_dbg_oven.c | 2 | ||||
-rw-r--r-- | src/debug/ptyc_dbg_raw.c | 2 |
4 files changed, 4 insertions, 4 deletions
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. */ /*********************************************************/ |