]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lib: add missing license headers
authorKarel Zak <kzak@redhat.com>
Fri, 8 Nov 2019 09:40:42 +0000 (10:40 +0100)
committerKarel Zak <kzak@redhat.com>
Fri, 8 Nov 2019 09:40:42 +0000 (10:40 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
lib/idcache.c
lib/langinfo.c

index 2facf13e025188d029c0eb0a5f79c0a033e0150f..121992ce6a14dd6d67a3ad54b2b21dcd2bc82050 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 <wchar.h>
 #include <pwd.h>
 #include <grp.h>
index 2aa0a3bbd54a519699d295300f74ff23a1ecac0d..a20008546fc65aaa92d182ddf6f9c024b0d8f3dc 100644 (file)
@@ -4,6 +4,9 @@
  *
  * See langinfo.h man page for more details.
  *
+ * No copyright is claimed.  This code is in the public domain; do with
+ * it what you wish.
+ *
  * Copyright (C) 2010 Karel Zak <kzak@redhat.com>
  */
 #include "nls.h"