]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lib/color-names: fix licence header
authorKarel Zak <kzak@redhat.com>
Tue, 20 Jun 2023 10:49:26 +0000 (12:49 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 20 Jun 2023 10:51:05 +0000 (12:51 +0200)
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 <kzak@redhat.com>
include/color-names.h
lib/color-names.c

index c6ab7ba4bb5fd89c16103a8d6ae92de98073181d..d6a5267b2479ea6d19482a644941fab37ec379d5 100644 (file)
@@ -1,8 +1,8 @@
 /*
- * Copyright (C) 2012-2015 Karel Zak <kzak@redhat.com>
+ * 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 <kzak@redhat.com>
  */
 #ifndef UTIL_LINUX_COLOR_NAMES_H
 #define UTIL_LINUX_COLOR_NAMES_H
index d6a3fc9ee617b1d37a35a53f44dbe05526923b93..fa5453c6b9e4d029d0a88c0cdec006c934d2ab55 100644 (file)
@@ -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 <kzak@redhat.com>
+ * Copyright (C) 2012-2015 Karel Zak <kzak@redhat.com>
  */
 #include "c.h"
 #include "color-names.h"