From: Karel Zak Date: Tue, 20 Jun 2023 10:49:26 +0000 (+0200) Subject: lib/color-names: fix licence header X-Git-Tag: v2.40-rc1~381 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=278f76ae88807eec5c202d44cd3ecdb8b201347b;p=thirdparty%2Futil-linux.git lib/color-names: fix licence header The header file and code uses a different license. Let's use (public domain) license from code also for the header file. Signed-off-by: Karel Zak --- diff --git a/include/color-names.h b/include/color-names.h index c6ab7ba4bb..d6a5267b24 100644 --- a/include/color-names.h +++ b/include/color-names.h @@ -1,8 +1,8 @@ /* - * Copyright (C) 2012-2015 Karel Zak + * No copyright is claimed. This code is in the public domain; do with + * it what you wish. * - * This file may be distributed under the terms of the - * GNU Lesser General Public License. + * Copyright (C) 2012-2015 Karel Zak */ #ifndef UTIL_LINUX_COLOR_NAMES_H #define UTIL_LINUX_COLOR_NAMES_H diff --git a/lib/color-names.c b/lib/color-names.c index d6a3fc9ee6..fa5453c6b9 100644 --- a/lib/color-names.c +++ b/lib/color-names.c @@ -2,7 +2,7 @@ * No copyright is claimed. This code is in the public domain; do with * it what you wish. * - * Written by Karel Zak + * Copyright (C) 2012-2015 Karel Zak */ #include "c.h" #include "color-names.h"