Signed-off-by: Karel Zak <kzak@redhat.com>
-
+/*
+ * 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 "buffer.h"
void ul_buffer_reset_data(struct ul_buffer *buf)
/*
- * Security checks of environment
- * Added from shadow-utils package
- * by Arkadiusz MiĆkiewicz <misiek@pld.ORG.PL>
+ * environ[] array cleanup code and getenv() wappers
*
+ * No copyright is claimed. This code is in the public domain; do with
+ * it what you wish.
*/
-
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
/*
+ * This code is in the public domain; do with it what you wish.
+ *
* Copyright (C) 2012 Sami Kerola <kerolasa@iki.fi>
+ * Copyright (C) 2012-2020 Karel Zak <kzak@redhat.com>
*/
-
#include <stdio.h>
#include <stdlib.h>
#include <sys/stat.h>
+/*
+ * No copyright is claimed. This code is in the public domain; do with
+ * it what you wish.
+ */
#include <stdio.h>
#include <sys/utsname.h>
+/*
+ * No copyright is claimed. This code is in the public domain; do with
+ * it what you wish.
+ */
#include <stdlib.h>
#include "c.h"
-
+/*
+ * 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 "nls.h"
/*
+ * No copyright is claimed. This code is in the public domain; do with
+ * it what you wish.
+ *
* Please, don't add this file to libcommon because timers requires
* -lrt on systems with old libc (and probably also -lpthread for static
* build).