diff options
Diffstat (limited to 'tools/common.c')
-rw-r--r-- | tools/common.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/common.c b/tools/common.c index 8f03978..5f24811 100644 --- a/tools/common.c +++ b/tools/common.c @@ -1,3 +1,9 @@ +/* + * This file is part of musl-mod: modified version of Musl libc library. + * musl-mod in general and this file specifically are available under + * MIT license. See COPYRIGHT file. + */ + #define START "_start" #include <crt_arch.h> #include <bits/syscall.h.in> |