From: Karel Zak Date: Fri, 8 Nov 2019 09:40:42 +0000 (+0100) Subject: lib: add missing license headers X-Git-Tag: v2.35-rc1~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fb945185f5328a03f407d5b1b00097910d1e541;p=thirdparty%2Futil-linux.git lib: add missing license headers Signed-off-by: Karel Zak --- diff --git a/lib/idcache.c b/lib/idcache.c index 2facf13e02..121992ce6a 100644 --- a/lib/idcache.c +++ b/lib/idcache.c @@ -1,4 +1,9 @@ - +/* + * No copyright is claimed. This code is in the public domain; do with + * it what you wish. + * + * Written by Karel Zak + */ #include #include #include diff --git a/lib/langinfo.c b/lib/langinfo.c index 2aa0a3bbd5..a20008546f 100644 --- a/lib/langinfo.c +++ b/lib/langinfo.c @@ -4,6 +4,9 @@ * * See langinfo.h man page for more details. * + * No copyright is claimed. This code is in the public domain; do with + * it what you wish. + * * Copyright (C) 2010 Karel Zak */ #include "nls.h"