diff options
author | midipix <writeonce@midipix.org> | 2017-02-04 11:08:59 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2017-02-04 11:08:59 -0500 |
commit | dde53ab2fd90b5fdad27b5132fd677375abcc533 (patch) | |
tree | 49aec12158305ccbe63008df34e492552073bece /src/pty | |
parent | 2653052944aef689484299c3f257db993dda106d (diff) | |
download | ntapi-dde53ab2fd90b5fdad27b5132fd677375abcc533.tar.bz2 ntapi-dde53ab2fd90b5fdad27b5132fd677375abcc533.tar.xz |
annual chores.
Diffstat (limited to 'src/pty')
-rw-r--r-- | src/pty/ntapi_pty_cancel.c | 2 | ||||
-rw-r--r-- | src/pty/ntapi_pty_fd.c | 2 | ||||
-rw-r--r-- | src/pty/ntapi_pty_io.c | 2 | ||||
-rw-r--r-- | src/pty/ntapi_pty_ioctl.c | 2 | ||||
-rw-r--r-- | src/pty/ntapi_pty_query.c | 2 | ||||
-rw-r--r-- | src/pty/ntapi_pty_set.c | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/src/pty/ntapi_pty_cancel.c b/src/pty/ntapi_pty_cancel.c index 13ffae5..c7b04be 100644 --- a/src/pty/ntapi_pty_cancel.c +++ b/src/pty/ntapi_pty_cancel.c @@ -1,6 +1,6 @@ /********************************************************/ /* ntapi: Native API core library */ -/* Copyright (C) 2013--2016 Z. Gilboa */ +/* Copyright (C) 2013--2017 Z. Gilboa */ /* Released under GPLv2 and GPLv3; see COPYING.NTAPI. */ /********************************************************/ diff --git a/src/pty/ntapi_pty_fd.c b/src/pty/ntapi_pty_fd.c index b80de2a..cc016ce 100644 --- a/src/pty/ntapi_pty_fd.c +++ b/src/pty/ntapi_pty_fd.c @@ -1,6 +1,6 @@ /********************************************************/ /* ntapi: Native API core library */ -/* Copyright (C) 2013--2016 Z. Gilboa */ +/* Copyright (C) 2013--2017 Z. Gilboa */ /* Released under GPLv2 and GPLv3; see COPYING.NTAPI. */ /********************************************************/ diff --git a/src/pty/ntapi_pty_io.c b/src/pty/ntapi_pty_io.c index 21e3b70..3a2b74d 100644 --- a/src/pty/ntapi_pty_io.c +++ b/src/pty/ntapi_pty_io.c @@ -1,6 +1,6 @@ /********************************************************/ /* ntapi: Native API core library */ -/* Copyright (C) 2013--2016 Z. Gilboa */ +/* Copyright (C) 2013--2017 Z. Gilboa */ /* Released under GPLv2 and GPLv3; see COPYING.NTAPI. */ /********************************************************/ diff --git a/src/pty/ntapi_pty_ioctl.c b/src/pty/ntapi_pty_ioctl.c index 5083ce1..3471e3f 100644 --- a/src/pty/ntapi_pty_ioctl.c +++ b/src/pty/ntapi_pty_ioctl.c @@ -1,6 +1,6 @@ /********************************************************/ /* ntapi: Native API core library */ -/* Copyright (C) 2013--2016 Z. Gilboa */ +/* Copyright (C) 2013--2017 Z. Gilboa */ /* Released under GPLv2 and GPLv3; see COPYING.NTAPI. */ /********************************************************/ diff --git a/src/pty/ntapi_pty_query.c b/src/pty/ntapi_pty_query.c index 7550ad3..7f04119 100644 --- a/src/pty/ntapi_pty_query.c +++ b/src/pty/ntapi_pty_query.c @@ -1,6 +1,6 @@ /********************************************************/ /* ntapi: Native API core library */ -/* Copyright (C) 2013--2016 Z. Gilboa */ +/* Copyright (C) 2013--2017 Z. Gilboa */ /* Released under GPLv2 and GPLv3; see COPYING.NTAPI. */ /********************************************************/ diff --git a/src/pty/ntapi_pty_set.c b/src/pty/ntapi_pty_set.c index 27f022f..1b7074c 100644 --- a/src/pty/ntapi_pty_set.c +++ b/src/pty/ntapi_pty_set.c @@ -1,6 +1,6 @@ /********************************************************/ /* ntapi: Native API core library */ -/* Copyright (C) 2013--2016 Z. Gilboa */ +/* Copyright (C) 2013--2017 Z. Gilboa */ /* Released under GPLv2 and GPLv3; see COPYING.NTAPI. */ /********************************************************/ |