Replace "This program is freely distributable." with the standard
public domain notice used across the project.
Signed-off-by: Karel Zak <kzak@redhat.com>
* Adopt the mingetty features for a better support
* of virtual consoles by Werner Fink <werner@suse.de>
*
- * This program is freely distributable.
+ * No copyright is claimed. This code is in the public domain; do with
+ * it what you wish.
*/
#include <stdio.h>
+/*
+ * No copyright is claimed. This code is in the public domain; do with
+ * it what you wish.
+ */
#ifndef UTIL_LINUX_AGETTY_H
#define UTIL_LINUX_AGETTY_H
+/*
+ * No copyright is claimed. This code is in the public domain; do with
+ * it what you wish.
+ */
#include <dirent.h>
#include <errno.h>
#include <stdbool.h>
+/*
+ * No copyright is claimed. This code is in the public domain; do with
+ * it what you wish.
+ */
#include <ctype.h>
#include <errno.h>
#include <fcntl.h>
+/*
+ * No copyright is claimed. This code is in the public domain; do with
+ * it what you wish.
+ */
#include <ctype.h>
#include <errno.h>
#include <fcntl.h>
+/*
+ * No copyright is claimed. This code is in the public domain; do with
+ * it what you wish.
+ */
#include <stdarg.h>
#include <stdlib.h>
#include <string.h>