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