From: Karel Zak Date: Thu, 14 May 2026 10:00:25 +0000 (+0200) Subject: agetty: add public domain header to all source files X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=0b86afe4b778568ecd4dbad1b55d09e1e859618d;p=thirdparty%2Futil-linux.git agetty: add public domain header to all source files Replace "This program is freely distributable." with the standard public domain notice used across the project. Signed-off-by: Karel Zak --- diff --git a/agetty-cmd/agetty.c b/agetty-cmd/agetty.c index 298529664..3b186abf4 100644 --- a/agetty-cmd/agetty.c +++ b/agetty-cmd/agetty.c @@ -8,7 +8,8 @@ * Adopt the mingetty features for a better support * of virtual consoles by Werner Fink * - * This program is freely distributable. + * No copyright is claimed. This code is in the public domain; do with + * it what you wish. */ #include diff --git a/agetty-cmd/agetty.h b/agetty-cmd/agetty.h index 386c28a91..4ff0db6f2 100644 --- a/agetty-cmd/agetty.h +++ b/agetty-cmd/agetty.h @@ -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 diff --git a/agetty-cmd/credentials.c b/agetty-cmd/credentials.c index 89a25d690..30b12f0f7 100644 --- a/agetty-cmd/credentials.c +++ b/agetty-cmd/credentials.c @@ -1,3 +1,7 @@ +/* + * No copyright is claimed. This code is in the public domain; do with + * it what you wish. + */ #include #include #include diff --git a/agetty-cmd/issuefile.c b/agetty-cmd/issuefile.c index dc6d00dec..c314f3903 100644 --- a/agetty-cmd/issuefile.c +++ b/agetty-cmd/issuefile.c @@ -1,3 +1,7 @@ +/* + * No copyright is claimed. This code is in the public domain; do with + * it what you wish. + */ #include #include #include diff --git a/agetty-cmd/tty.c b/agetty-cmd/tty.c index b9383f5fd..c60430d24 100644 --- a/agetty-cmd/tty.c +++ b/agetty-cmd/tty.c @@ -1,3 +1,7 @@ +/* + * No copyright is claimed. This code is in the public domain; do with + * it what you wish. + */ #include #include #include diff --git a/agetty-cmd/utils.c b/agetty-cmd/utils.c index 2fd5087d9..270b42d55 100644 --- a/agetty-cmd/utils.c +++ b/agetty-cmd/utils.c @@ -1,3 +1,7 @@ +/* + * No copyright is claimed. This code is in the public domain; do with + * it what you wish. + */ #include #include #include