]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
agetty: add public domain header to all source files
authorKarel Zak <kzak@redhat.com>
Thu, 14 May 2026 10:00:25 +0000 (12:00 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 14 May 2026 11:15:16 +0000 (13:15 +0200)
Replace "This program is freely distributable." with the standard
public domain notice used across the project.

Signed-off-by: Karel Zak <kzak@redhat.com>
agetty-cmd/agetty.c
agetty-cmd/agetty.h
agetty-cmd/credentials.c
agetty-cmd/issuefile.c
agetty-cmd/tty.c
agetty-cmd/utils.c

index 298529664a4ede7564a2465a6ffd4aa20cacb55e..3b186abf418b23d88558b4944c7ba1b1abf5e18f 100644 (file)
@@ -8,7 +8,8 @@
  * 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>
index 386c28a91da9dc75cfb0217a6b3dc70531bde8ca..4ff0db6f2a925d7ddbbc59906007bfe5d1a5201d 100644 (file)
@@ -1,3 +1,7 @@
+/*
+ * 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
 
index 89a25d690aa73d78a0f0a3873655ec57db8e8342..30b12f0f71bc79c347bc4846f1b27c4fdbe55fd5 100644 (file)
@@ -1,3 +1,7 @@
+/*
+ * 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>
index dc6d00decfa8238624a73cc2fbf5254586bb3ccf..c314f39032aa6b05406d4f509ae90ee45756b34b 100644 (file)
@@ -1,3 +1,7 @@
+/*
+ * 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>
index b9383f5fd2e04bfff724b855479ccaf77e27802e..c60430d247e03fb168d5920e3284bdf0cb156be4 100644 (file)
@@ -1,3 +1,7 @@
+/*
+ * 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>
index 2fd5087d9d13f00675e71686f4d224d4598a3da5..270b42d551cf376ba33e00b9212e8ece30c0b61b 100644 (file)
@@ -1,3 +1,7 @@
+/*
+ * 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>