From f7789809675968b753f9b40e298d23b2f7ab4c61 Mon Sep 17 00:00:00 2001 From: Vladimir Azarov Date: Tue, 26 Nov 2024 21:50:24 +0100 Subject: Command-line variable assignment --- tools/sed.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tools/sed.c') 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 { -- cgit v1.2.3