From: Karel Zak Date: Thu, 7 Nov 2019 08:38:06 +0000 (+0100) Subject: lib: add missing license headers X-Git-Tag: v2.35-rc1~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e36662e52f9b275c3441528c5ed85dbc9b6d97e;p=thirdparty%2Futil-linux.git lib: add missing license headers Signed-off-by: Karel Zak --- diff --git a/lib/color-names.c b/lib/color-names.c index 72add50d70..55060060d6 100644 --- a/lib/color-names.c +++ b/lib/color-names.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 "c.h" #include "color-names.h" diff --git a/lib/strutils.c b/lib/strutils.c index e170f560fc..6e013f3a1a 100644 --- a/lib/strutils.c +++ b/lib/strutils.c @@ -1,8 +1,10 @@ /* * Copyright (C) 2010 Karel Zak * Copyright (C) 2010 Davidlohr Bueso + * + * No copyright is claimed. This code is in the public domain; do with + * it what you wish. */ - #include #include #include