]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: cleanup public domain license texts
authorKarel Zak <kzak@redhat.com>
Wed, 21 Feb 2024 09:13:50 +0000 (10:13 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 21 Feb 2024 09:13:50 +0000 (10:13 +0100)
The absence of an official 'Public domain' definition is the reason
why, for example, the Fedora distribution aggregates all variants from
various projects to make them reviewable.

This commit unifies the 'Public domain' statements to make it simple.

Signed-off-by: Karel Zak <kzak@redhat.com>
include/crc32.h
include/crc32c.h
include/pty-session.h
lib/sha1.c
lib/sha256.c
login-utils/newgrp.1.adoc
misc-utils/mcookie.c
misc-utils/rename.1.adoc
sys-utils/setpgid.1.adoc
text-utils/line.1.adoc
text-utils/line.c

index 81c7703b17e0f7af749415bd6086d7ea62bb82dc..0d34da0d24946e2b819b7919a56f001781f12b78 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * No copyright is claimed. This code is in the public domain; do with it what
- * you wish.
+ * No copyright is claimed. This code is in the public domain; do with
+ * it what you wish.
  */
 #ifndef UL_CRC32_H
 #define UL_CRC32_H
index 3d27461844dc6fefe1429b9b856750c6e789a477..1ac6b970c6e5f61cfb3bb488c615346d712bbe81 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * No copyright is claimed. This code is in the public domain; do with it what
- * you wish.
+ * No copyright is claimed. This code is in the public domain; do with
+ * it what you wish.
  */
 #ifndef UL_CRC32C_H
 #define UL_CRC32C_H
index bece863f5c51652f7da49d27f28ead952fc90b73..734a7f6893a144efab4c0be7a9d4c1a422b30912 100644 (file)
@@ -1,5 +1,6 @@
 /*
- * This code is in the public domain; do with it what you wish.
+ * No copyright is claimed.  This code is in the public domain; do with
+ * it what you wish.
  *
  * Written by Karel Zak <kzak@redhat.com> in Jul 2019
  */
index 2e6b44d05309e1d1f3316399764aebc5aba0ded6..32ef5b9ca9d4aabd797e44c2fda7f5cfa1579909 100644 (file)
@@ -1,4 +1,7 @@
 /*
+ * No copyright is claimed.  This code is in the public domain; do with
+ * it what you wish.
+ *
  * SHA-1 in C by Steve Reid <steve@edmweb.com>
  * 100% Public Domain
  *
index 934303c7b377fb439cfe2e69a85f9fe395a3bd37..10877d240271e1071aa25f2becceacda79a247da 100644 (file)
@@ -1,4 +1,7 @@
 /*
+ * No copyright is claimed.  This code is in the public domain; do with
+ * it what you wish.
+ *
  * public domain sha256 crypt implementation
  *
  * original sha crypt design: http://people.redhat.com/drepper/SHA-crypt.txt
index 0e73eaf51cec1b103ad2de73a177ff77afe80f14..e9a90d3ea85b207bd3a6d5bbff24ce1bb3f09591 100644 (file)
@@ -1,4 +1,8 @@
-//po4a: entry man manual
+//
+// No copyright is claimed.  This code is in the public domain; do with
+// it what you wish.
+//
+// po4a: entry man manual
 // Original author unknown.  This man page is in the public domain.
 // Modified Sat Oct  9 17:46:48 1993 by faith@cs.unc.edu
 = newgrp(1)
index 5a01b4605a8328b310f642bee2455014a4e89a73..99df4f4a6d973d8dad5b102553fe3da3088b8693 100644 (file)
@@ -1,4 +1,8 @@
-/* mcookie.c -- Generates random numbers for xauth
+/*
+ * No copyright is claimed.  This code is in the public domain; do with
+ * it what you wish.
+ *
+ * mcookie.c -- Generates random numbers for xauth
  * Created: Fri Feb  3 10:42:48 1995 by faith@cs.unc.edu
  * Revised: Fri Mar 19 07:48:01 1999 by faith@acm.org
  * Public Domain 1995, 1999 Rickard E. Faith (faith@acm.org)
index 1f6225fb14a479ad86ecf3e0b89d2999e2094ab0..692f4b54f629224c324f26b1354cc80a84bae4c9 100644 (file)
@@ -1,4 +1,8 @@
-//po4a: entry man manual
+//
+// No copyright is claimed.  This code is in the public domain; do with
+// it what you wish.
+//
+// po4a: entry man manual
 // Written by Andries E. Brouwer (aeb@cwi.nl)
 // Placed in the public domain
 = rename(1)
index c0c53bf7bb3a12568c0142c2519acd5a1e26ccd8..0d43723e42e10b4bcacad3d7bdb64d5378544d75 100644 (file)
@@ -1,3 +1,7 @@
+//
+// No copyright is claimed.  This code is in the public domain; do with
+// it what you wish.
+//
 //po4a: entry man manual
 // Daan De Meyer <daan.j.demeyer@gmail.com>
 // In the public domain.
index d3c929be615942771299e4a4f61d113ad5779604..bed0d0d31cae7faba7406f5b950243a0493248eb 100644 (file)
@@ -1,4 +1,8 @@
-//po4a: entry man manual
+//
+// No copyright is claimed.  This code is in the public domain; do with
+// it what you wish.
+//
+// po4a: entry man manual
 // This page is in the public domain
 = line(1)
 :doctype: manpage
index 7ad552fb95d570ab0132af92c003374ccbc13c9a..b7853a179d7df0f09168cab8effe0a80eeaf7a79 100644 (file)
@@ -1,12 +1,11 @@
 /*
+ * No copyright is claimed.  This code is in the public domain; do with
+ * it what you wish.
+ *
  * line - read one line
  *
  * Gunnar Ritter, Freiburg i. Br., Germany, December 2000.
  *
- * Public Domain.
- */
-
-/*
  * This command is deprecated.  The utility is in maintenance mode,
  * meaning we keep them in source tree for backward compatibility
  * only.  Do not waste time making this command better, unless the