diff options
author | midipix <writeonce@midipix.org> | 2017-02-04 11:00:19 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2017-02-04 11:00:19 -0500 |
commit | 1f983daa16cba047e14ae37315103c0d9cc21159 (patch) | |
tree | 89e204c2f5b298518e247eeb5f9ae017a8d335d6 /src/debug | |
parent | faa67f2d8565107fab44d4c5ae9fa1b0b3d19b29 (diff) | |
download | ptycon-1f983daa16cba047e14ae37315103c0d9cc21159.tar.bz2 ptycon-1f983daa16cba047e14ae37315103c0d9cc21159.tar.xz |
annual chores.
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 6071622..6534934 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 Z. Gilboa */ +/* Copyright (C) 2016--2017 Z. Gilboa */ /* 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 baaf0bf..dcb0ad6 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 Z. Gilboa */ +/* Copyright (C) 2016--2017 Z. Gilboa */ /* 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 49ddb82..4b9c5e1 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 Z. Gilboa */ +/* Copyright (C) 2016--2017 Z. Gilboa */ /* 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 cd7bb62..4bca295 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 Z. Gilboa */ +/* Copyright (C) 2016--2017 Z. Gilboa */ /* Released under GPLv2 and GPLv3; see COPYING.PTYCON. */ /*********************************************************/ |