]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lib: add missing license headers
authorKarel Zak <kzak@redhat.com>
Thu, 7 Nov 2019 08:38:06 +0000 (09:38 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 7 Nov 2019 08:38:06 +0000 (09:38 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
lib/color-names.c
lib/strutils.c

index 72add50d708fafeb81b2c0c012e4e8ef2b5f0ea6..55060060d67ab059c33c2ce0f78ec8bb544e6b84 100644 (file)
@@ -1,4 +1,9 @@
-
+/*
+ * No copyright is claimed.  This code is in the public domain; do with
+ * it what you wish.
+ *
+ * Written by Karel Zak <kzak@redhat.com>
+ */
 #include "c.h"
 #include "color-names.h"
 
index e170f560fce325bbc4cc270978ada4a7e49057a0..6e013f3a1a55ff9a5d06f38839b4a44e83de2d6e 100644 (file)
@@ -1,8 +1,10 @@
 /*
  * Copyright (C) 2010 Karel Zak <kzak@redhat.com>
  * Copyright (C) 2010 Davidlohr Bueso <dave@gnu.org>
+ *
+ * No copyright is claimed.  This code is in the public domain; do with
+ * it what you wish.
  */
-
 #include <stdio.h>
 #include <stdlib.h>
 #include <inttypes.h>