diff options
Diffstat (limited to 'src/stat')
-rw-r--r-- | src/stat/nt32/fchmodat.c | 6 | ||||
-rw-r--r-- | src/stat/nt64/fchmodat.c | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/src/stat/nt32/fchmodat.c b/src/stat/nt32/fchmodat.c index 788b59a..179267d 100644 --- a/src/stat/nt32/fchmodat.c +++ b/src/stat/nt32/fchmodat.c @@ -1,3 +1,9 @@ +/**************************************************************************/ +/* mmglue: midipix architecture- and target-specific bits for musl libc */ +/* Copyright (C) 2013--2023 SysDeer Technologies, LLC */ +/* Released under the Standard MIT License; see COPYING.MMGLUE. */ +/**************************************************************************/ + #include <sys/stat.h> #include <fcntl.h> #include "syscall.h" diff --git a/src/stat/nt64/fchmodat.c b/src/stat/nt64/fchmodat.c index 788b59a..179267d 100644 --- a/src/stat/nt64/fchmodat.c +++ b/src/stat/nt64/fchmodat.c @@ -1,3 +1,9 @@ +/**************************************************************************/ +/* mmglue: midipix architecture- and target-specific bits for musl libc */ +/* Copyright (C) 2013--2023 SysDeer Technologies, LLC */ +/* Released under the Standard MIT License; see COPYING.MMGLUE. */ +/**************************************************************************/ + #include <sys/stat.h> #include <fcntl.h> #include "syscall.h" |