From 1f983daa16cba047e14ae37315103c0d9cc21159 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 4 Feb 2017 11:00:19 -0500 Subject: annual chores. --- src/bridge/ptyc_term_csi.c | 2 +- src/bridge/ptyc_term_esi.c | 2 +- src/bridge/ptyc_term_sgr.c | 2 +- src/console/ptyc_console_alloc.c | 2 +- src/console/ptyc_console_ctrl.c | 2 +- src/console/ptyc_console_poller.c | 2 +- src/console/ptyc_console_reader.c | 2 +- src/console/ptyc_console_vkcode.c | 2 +- src/console/ptyc_console_writer.c | 2 +- src/daemon/ptyc_daemon_connect.c | 2 +- src/daemon/ptyc_daemon_init.c | 2 +- src/daemon/ptyc_daemon_loop.c | 2 +- src/daemon/ptyc_daemon_signal.c | 2 +- src/debug/ptyc_dbg_cat.c | 2 +- src/debug/ptyc_dbg_event.c | 2 +- src/debug/ptyc_dbg_oven.c | 2 +- src/debug/ptyc_dbg_raw.c | 2 +- src/driver/ptyc_amain.c | 2 +- src/driver/ptyc_driver_ctx.c | 2 +- src/internal/argv/argv.h | 2 +- src/internal/nolibc/nt32/ptyc_compiler.asm | 2 +- src/internal/nolibc/nt32/ptyc_compiler.s | 2 +- src/internal/nolibc/nt64/ptyc_compiler.asm | 2 +- src/internal/nolibc/nt64/ptyc_compiler.s | 2 +- src/internal/ptycon_memfn_impl.c | 2 +- src/internal/ptycon_nolibc_impl.c | 2 +- src/internal/ptycon_ntaio_impl.c | 2 +- src/internal/ptycon_open_impl.c | 2 +- src/pty/ptyc_pty_ctx.c | 2 +- src/pty/ptyc_spawn.c | 2 +- src/ptycon.c | 2 +- 31 files changed, 31 insertions(+), 31 deletions(-) (limited to 'src') diff --git a/src/bridge/ptyc_term_csi.c b/src/bridge/ptyc_term_csi.c index fe302bd..95f9a0b 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 Z. Gilboa */ +/* Copyright (C) 2016--2017 Z. Gilboa */ /* 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 b3e3bf4..de75c96 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 Z. Gilboa */ +/* Copyright (C) 2016--2017 Z. Gilboa */ /* 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 3151718..4ce810b 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 Z. Gilboa */ +/* Copyright (C) 2016--2017 Z. Gilboa */ /* 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 a73e4de..62829e4 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 Z. Gilboa */ +/* Copyright (C) 2016--2017 Z. Gilboa */ /* 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 68e1da7..2afa3bd 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 Z. Gilboa */ +/* Copyright (C) 2016--2017 Z. Gilboa */ /* 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 7aec73d..2434558 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 Z. Gilboa */ +/* Copyright (C) 2016--2017 Z. Gilboa */ /* 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 984dac7..cf70d26 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 Z. Gilboa */ +/* Copyright (C) 2016--2017 Z. Gilboa */ /* 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 3938046..062455d 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 Z. Gilboa */ +/* Copyright (C) 2016--2017 Z. Gilboa */ /* 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 bef7ea7..8621515 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 Z. Gilboa */ +/* Copyright (C) 2016--2017 Z. Gilboa */ /* 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 82626b8..d5c9171 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 Z. Gilboa */ +/* Copyright (C) 2016--2017 Z. Gilboa */ /* 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 b8d1170..86dfdf9 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 Z. Gilboa */ +/* Copyright (C) 2016--2017 Z. Gilboa */ /* 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 5df71e9..932983e 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 Z. Gilboa */ +/* Copyright (C) 2016--2017 Z. Gilboa */ /* 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 67cef1d..2c8ed1b 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 Z. Gilboa */ +/* Copyright (C) 2016--2017 Z. Gilboa */ /* 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 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. */ /*********************************************************/ diff --git a/src/driver/ptyc_amain.c b/src/driver/ptyc_amain.c index a257bf7..d23db2b 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 Z. Gilboa */ +/* Copyright (C) 2016--2017 Z. Gilboa */ /* 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 a30063b..6efc085 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 Z. Gilboa */ +/* Copyright (C) 2016--2017 Z. Gilboa */ /* Released under GPLv2 and GPLv3; see COPYING.PTYCON. */ /*********************************************************/ diff --git a/src/internal/argv/argv.h b/src/internal/argv/argv.h index 82d7546..4f98bbd 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--2016 Z. Gilboa */ +/* Copyright (C) 2015--2016--2017 Z. Gilboa */ /* Released under GPLv2 and GPLv3; see COPYING.PTYCON. */ /* This file is (also) part of sofort: portable software project template. */ /****************************************************************************/ diff --git a/src/internal/nolibc/nt32/ptyc_compiler.asm b/src/internal/nolibc/nt32/ptyc_compiler.asm index 68cd871..4dbd8d0 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 Z. Gilboa ;; +;; Copyright (C) 2016--2017 Z. Gilboa ;; ;; 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 6144edf..bc63f9b 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 Z. Gilboa ## +## Copyright (C) 2016--2017 Z. Gilboa ## ## 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 c5beb77..6b23556 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 Z. Gilboa ;; +;; Copyright (C) 2016--2017 Z. Gilboa ;; ;; 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 6144edf..bc63f9b 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 Z. Gilboa ## +## Copyright (C) 2016--2017 Z. Gilboa ## ## 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 1aa625a..782f1a5 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 Z. Gilboa */ +/* Copyright (C) 2016--2017 Z. Gilboa */ /* 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 245f157..5b11bf1 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 Z. Gilboa */ +/* Copyright (C) 2016--2017 Z. Gilboa */ /* 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 da6c720..7055aa4 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 Z. Gilboa */ +/* Copyright (C) 2016--2017 Z. Gilboa */ /* 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 ace2c6a..47a9cc0 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 Z. Gilboa */ +/* Copyright (C) 2016--2017 Z. Gilboa */ /* 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 e5245c8..0c6fbba 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 Z. Gilboa */ +/* Copyright (C) 2016--2017 Z. Gilboa */ /* Released under GPLv2 and GPLv3; see COPYING.PTYCON. */ /*********************************************************/ diff --git a/src/pty/ptyc_spawn.c b/src/pty/ptyc_spawn.c index 7408b3c..732f7a1 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 Z. Gilboa */ +/* Copyright (C) 2016--2017 Z. Gilboa */ /* Released under GPLv2 and GPLv3; see COPYING.PTYCON. */ /*********************************************************/ diff --git a/src/ptycon.c b/src/ptycon.c index 323ab51..000b333 100644 --- a/src/ptycon.c +++ b/src/ptycon.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. */ /*********************************************************/ -- cgit v1.2.3