diff options
Diffstat (limited to 'tools/sed.c')
-rw-r--r-- | tools/sed.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/sed.c b/tools/sed.c index c427acd..833e7d2 100644 --- a/tools/sed.c +++ b/tools/sed.c @@ -1,3 +1,9 @@ +/* + * This file is part of musl-esp: modified version of Musl libc library. + * musl-esp in general and this file specifically are available under + * MIT license. See COPYRIGHT file. + */ + #include "common.h" enum { |