summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2017-02-04 11:00:19 -0500
committermidipix <writeonce@midipix.org>2017-02-04 11:00:19 -0500
commit1f983daa16cba047e14ae37315103c0d9cc21159 (patch)
tree89e204c2f5b298518e247eeb5f9ae017a8d335d6 /src
parentfaa67f2d8565107fab44d4c5ae9fa1b0b3d19b29 (diff)
downloadptycon-1f983daa16cba047e14ae37315103c0d9cc21159.tar.bz2
ptycon-1f983daa16cba047e14ae37315103c0d9cc21159.tar.xz
annual chores.
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 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. */
/*********************************************************/