]> 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>
Thu, 19 Jun 2025 08:18:01 +0000 (10:18 +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>
(cherry picked from commit ca7b55217d3100ee2a1a7874fd643726bb2df04f)

include/colors.h
lib/colors.c

index 770161ae07cb3c157689f46e4c69c04cfd706b4f..fb6f5e8f7540d99c1da5b5fe079f144bbc599c93 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 4852a87cccb66079c0b6cb4369eedef4b7210c82..0e0cf665a26ab35bb69d64153085e54db8d3ac69 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>