diff options
author | midipix <writeonce@midipix.org> | 2021-07-06 09:24:11 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-07-06 09:24:11 +0000 |
commit | 7f8a496a1575e596bd50929e449270b8efd260b7 (patch) | |
tree | 8f5d442f312cea76ae4baee972ff8a505d7d131b /src | |
parent | 780401ce5dbe74d347cf673ef8b4b62f7d6a0876 (diff) | |
download | ntcon-7f8a496a1575e596bd50929e449270b8efd260b7.tar.bz2 ntcon-7f8a496a1575e596bd50929e449270b8efd260b7.tar.xz |
Annual chores.
Diffstat (limited to 'src')
-rw-r--r-- | src/ntcon_entry_point.c | 6 |
1 files changed, 6 insertions, 0 deletions
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> |