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 <bensberg@xxxxxxxxxx> --- include/colors.h | 3 --- lib/colors.c | 3 --- 2 files changed, 6 deletions(-) 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 <ooprala@xxxxxxxxxx> * 2012-2025 Karel Zak <kzak@xxxxxxxxxx> - * - * 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 <ooprala@xxxxxxxxxx> * 2012-2025 Karel Zak <kzak@xxxxxxxxxx> - * - * This file may be distributed under the terms of the - * GNU Lesser General Public License. */ #include <assert.h> #include <sys/stat.h> -- 2.48.1