]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
remove two leftover license lines from colors.{c,h}
authorBenno Schulenberg <bensberg@telfort.nl>
Mon, 2 Jun 2025 14:14:31 +0000 (16:14 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 6 Jun 2025 09:16:52 +0000 (11:16 +0200)
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@telfort.nl>
include/colors.h
lib/colors.c

index c02f61a570bf1e422e954d289f0427ba4beb00d9..d77e0a3c23db3a6c4b9516618e23eb610a69a8ab 100644 (file)
@@ -4,9 +4,6 @@
  *
  * Authors: 2012 Ondrej Oprala <ooprala@redhat.com>
  *          2012-2025 Karel Zak <kzak@redhat.com>
- *
- * 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
index 47d69cabc527f9928649c3879554786cebc7364d..92afc9b9629f6c7a7c29fd72497e3ada3b603a2a 100644 (file)
@@ -4,9 +4,6 @@
  *
  * Authors: 2012 Ondrej Oprala <ooprala@redhat.com>
  *          2012-2025 Karel Zak <kzak@redhat.com>
- *
- * This file may be distributed under the terms of the
- * GNU Lesser General Public License.
  */
 #include <assert.h>
 #include <sys/stat.h>