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/internal | |
parent | faa67f2d8565107fab44d4c5ae9fa1b0b3d19b29 (diff) | |
download | ptycon-1f983daa16cba047e14ae37315103c0d9cc21159.tar.bz2 ptycon-1f983daa16cba047e14ae37315103c0d9cc21159.tar.xz |
annual chores.
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/argv/argv.h | 2 | ||||
-rw-r--r-- | src/internal/nolibc/nt32/ptyc_compiler.asm | 2 | ||||
-rw-r--r-- | src/internal/nolibc/nt32/ptyc_compiler.s | 2 | ||||
-rw-r--r-- | src/internal/nolibc/nt64/ptyc_compiler.asm | 2 | ||||
-rw-r--r-- | src/internal/nolibc/nt64/ptyc_compiler.s | 2 | ||||
-rw-r--r-- | src/internal/ptycon_memfn_impl.c | 2 | ||||
-rw-r--r-- | src/internal/ptycon_nolibc_impl.c | 2 | ||||
-rw-r--r-- | src/internal/ptycon_ntaio_impl.c | 2 | ||||
-rw-r--r-- | src/internal/ptycon_open_impl.c | 2 |
9 files changed, 9 insertions, 9 deletions
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. */ /*********************************************************/ |