Add license to Fiwix custom header files.

This commit is contained in:
rick-masters 2024-01-06 22:55:55 +00:00
parent cfeaee6f8d
commit 4135604687
4 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,5 @@
/* SPDX-FileCopyrightText: 2024 Richard Masters <grick23@gmail.com> */
/* SPDX-License-Identifier: MIT */
#undef NR_PROCS #undef NR_PROCS
#define NR_PROCS 4096 #define NR_PROCS 4096
#undef NR_CALLOUTS #undef NR_CALLOUTS

View file

@ -1,2 +1,4 @@
/* SPDX-FileCopyrightText: 2024 Richard Masters <grick23@gmail.com> */
/* SPDX-License-Identifier: MIT */
#undef INIT_PROGRAM #undef INIT_PROGRAM
#define INIT_PROGRAM "/init" #define INIT_PROGRAM "/init"

View file

@ -1,3 +1,5 @@
/* SPDX-FileCopyrightText: 2024 Richard Masters <grick23@gmail.com> */
/* SPDX-License-Identifier: MIT */
#undef CHILD_MAX #undef CHILD_MAX
#define CHILD_MAX 4096 #define CHILD_MAX 4096
#undef OPEN_MAX #undef OPEN_MAX

View file

@ -1,2 +1,4 @@
/* SPDX-FileCopyrightText: 2024 Richard Masters <grick23@gmail.com> */
/* SPDX-License-Identifier: MIT */
#undef UTS_SYSNAME #undef UTS_SYSNAME
#define UTS_SYSNAME "Linux" #define UTS_SYSNAME "Linux"