diff options
Diffstat (limited to 'src/misc/nt64/realpath.c')
-rw-r--r-- | src/misc/nt64/realpath.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/misc/nt64/realpath.c b/src/misc/nt64/realpath.c index ec8092d..9e8201e 100644 --- a/src/misc/nt64/realpath.c +++ b/src/misc/nt64/realpath.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 <limits.h> #include <unistd.h> #include <fcntl.h> |