kboot: Add missing license to termios

I neglected to include the proper license markings on these
files. Remedy that now.

Sponsored by:		Netflix
This commit is contained in:
Warner Losh 2022-12-04 13:12:09 -07:00
parent 52f2b03877
commit 1fc8e9b833
3 changed files with 22 additions and 0 deletions

View File

@ -1 +1,7 @@
/*-
* Copyright (c) 2022, Netflix, Inc.
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#include "termios_gen.h"

View File

@ -1,3 +1,11 @@
/*
* Copyright (c) 2005-2020 Rich Felker, et al.
*
* SPDX-License-Identifier: MIT
*
* Note: From the musl project, stripped down and repackaged with HOST_/host_ prepended
*/
#undef HOST_NCCS
#define HOST_NCCS 19
struct host_termios {

View File

@ -1,3 +1,11 @@
/*
* Copyright (c) 2005-2020 Rich Felker, et al.
*
* SPDX-License-Identifier: MIT
*
* Note: From the musl project, stripped down and repackaged with HOST_/host_ prepended
*/
struct host_termios {
host_tcflag_t c_iflag;
host_tcflag_t c_oflag;