From 278f76ae88807eec5c202d44cd3ecdb8b201347b Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 20 Jun 2023 12:49:26 +0200 Subject: [PATCH] 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 --- include/color-names.h | 6 +++--- lib/color-names.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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" -- 2.47.2