From: Benno Schulenberg Date: Mon, 2 Jun 2025 14:14:31 +0000 (+0200) Subject: remove two leftover license lines from colors.{c,h} X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca7b55217d3100ee2a1a7874fd643726bb2df04f;p=thirdparty%2Futil-linux.git remove two leftover license lines from colors.{c,h} Last March, commit 549a517857 replaced the SPDX line in three files with a "No copyright is claimed" phrase, but forgot to remove from two of those files the text lines that correspond to the SPDX. Signed-off-by: Benno Schulenberg --- diff --git a/include/colors.h b/include/colors.h index c02f61a57..d77e0a3c2 100644 --- a/include/colors.h +++ b/include/colors.h @@ -4,9 +4,6 @@ * * Authors: 2012 Ondrej Oprala * 2012-2025 Karel Zak - * - * This file may be distributed under the terms of the - * GNU Lesser General Public License. */ #ifndef UTIL_LINUX_COLORS_H #define UTIL_LINUX_COLORS_H diff --git a/lib/colors.c b/lib/colors.c index 47d69cabc..92afc9b96 100644 --- a/lib/colors.c +++ b/lib/colors.c @@ -4,9 +4,6 @@ * * Authors: 2012 Ondrej Oprala * 2012-2025 Karel Zak - * - * This file may be distributed under the terms of the - * GNU Lesser General Public License. */ #include #include