aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2023-06-20 12:49:26 +0200
committerKarel Zak <kzak@redhat.com>2023-06-20 12:51:05 +0200
commit278f76ae88807eec5c202d44cd3ecdb8b201347b (patch)
treef62906432e8604a3190e4dfd571d72964c832c76
parent7293d66314b4cb89a9fe5b6f1fe4e564c26e3c11 (diff)
downloadutil-linux-278f76ae88807eec5c202d44cd3ecdb8b201347b.tar.gz
lib/color-names: fix licence header
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>
-rw-r--r--include/color-names.h6
-rw-r--r--lib/color-names.c2
2 files changed, 4 insertions, 4 deletions
diff --git a/include/color-names.h b/include/color-names.h
index c6ab7ba4bb..d6a5267b24 100644
--- a/include/color-names.h
+++ b/include/color-names.h
@@ -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
diff --git a/lib/color-names.c b/lib/color-names.c
index d6a3fc9ee6..fa5453c6b9 100644
--- a/lib/color-names.c
+++ b/lib/color-names.c
@@ -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"