summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-07-06 09:24:11 +0000
committermidipix <writeonce@midipix.org>2021-07-06 09:24:11 +0000
commit7f8a496a1575e596bd50929e449270b8efd260b7 (patch)
tree8f5d442f312cea76ae4baee972ff8a505d7d131b
parent780401ce5dbe74d347cf673ef8b4b62f7d6a0876 (diff)
downloadntcon-7f8a496a1575e596bd50929e449270b8efd260b7.tar.bz2
ntcon-7f8a496a1575e596bd50929e449270b8efd260b7.tar.xz
Annual chores.
-rw-r--r--COPYING.NTCON2
-rw-r--r--LICENSE2
-rw-r--r--src/ntcon_entry_point.c6
3 files changed, 8 insertions, 2 deletions
diff --git a/COPYING.NTCON b/COPYING.NTCON
index 610e0ce..8fb4984 100644
--- a/COPYING.NTCON
+++ b/COPYING.NTCON
@@ -2,7 +2,7 @@
/* */
/* ntcon: free-standing console interface definitions */
/* */
-/* Copyright (C) 2013,2014,2015 Z. Gilboa */
+/* Copyright (C) 2013--2016 Z. Gilboa */
/* */
/* This program is free software: you can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
diff --git a/LICENSE b/LICENSE
index 1005cda..bdbe94f 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,7 +1,7 @@
ntcon: free-standing console interface definitions
--------------------------------------------------
- Copyright (C) 2013,2014,2015 Z. Gilboa
+ Copyright (C) 2013--2016 Z. Gilboa
This library is currently released under the GPLv2 and GPLv3 (see
COPYING.NTCON for the relevant text). If you wish to use this
diff --git a/src/ntcon_entry_point.c b/src/ntcon_entry_point.c
index 724c17a..b0168e4 100644
--- a/src/ntcon_entry_point.c
+++ b/src/ntcon_entry_point.c
@@ -1,3 +1,9 @@
+/********************************************************/
+/* ntcon: free-standing console interface definitions */
+/* Copyright (C) 2013--2016 Z. Gilboa */
+/* Released under GPLv2 and GPLv3; see COPYING.NTCON. */
+/********************************************************/
+
#ifdef _MIDIPIX_FREESTANDING
#include <ntcon/ntcon.h>