aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/sort
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-08-16 17:54:29 +0000
committerWarner Losh <imp@FreeBSD.org>2023-08-16 17:54:29 +0000
commit2a63c3be158216222d89a073dcbd6a72ee4aab5a (patch)
treef9a1fb9f5a3b62e0f12e65ad15bfb86a58dcd9f2 /usr.bin/sort
parent71625ec9ad2a9bc8c09784fbd23b759830e0ee5f (diff)
downloadsrc-2a63c3be158216222d89a073dcbd6a72ee4aab5a.tar.gz
src-2a63c3be158216222d89a073dcbd6a72ee4aab5a.zip
Diffstat (limited to 'usr.bin/sort')
-rw-r--r--usr.bin/sort/bwstring.h1
-rw-r--r--usr.bin/sort/coll.h1
-rw-r--r--usr.bin/sort/file.h1
-rw-r--r--usr.bin/sort/mem.h1
-rw-r--r--usr.bin/sort/radixsort.h1
-rw-r--r--usr.bin/sort/sort.h1
-rw-r--r--usr.bin/sort/vsort.h1
7 files changed, 0 insertions, 7 deletions
diff --git a/usr.bin/sort/bwstring.h b/usr.bin/sort/bwstring.h
index efc0c8b4fe28..c9a7d6778fd6 100644
--- a/usr.bin/sort/bwstring.h
+++ b/usr.bin/sort/bwstring.h
@@ -1,4 +1,3 @@
-/* $FreeBSD$ */
/*-
* SPDX-License-Identifier: BSD-2-Clause
diff --git a/usr.bin/sort/coll.h b/usr.bin/sort/coll.h
index 6a7b9dd50007..0ae1f20eab38 100644
--- a/usr.bin/sort/coll.h
+++ b/usr.bin/sort/coll.h
@@ -1,4 +1,3 @@
-/* $FreeBSD$ */
/*-
* SPDX-License-Identifier: BSD-2-Clause
diff --git a/usr.bin/sort/file.h b/usr.bin/sort/file.h
index 8bbc4e56ecc5..7b513165b57b 100644
--- a/usr.bin/sort/file.h
+++ b/usr.bin/sort/file.h
@@ -1,4 +1,3 @@
-/* $FreeBSD$ */
/*-
* SPDX-License-Identifier: BSD-2-Clause
diff --git a/usr.bin/sort/mem.h b/usr.bin/sort/mem.h
index a6c1af1be5bb..4e733efd0f61 100644
--- a/usr.bin/sort/mem.h
+++ b/usr.bin/sort/mem.h
@@ -1,4 +1,3 @@
-/* $FreeBSD$ */
/*-
* SPDX-License-Identifier: BSD-2-Clause
diff --git a/usr.bin/sort/radixsort.h b/usr.bin/sort/radixsort.h
index e3b694167635..4388cfc2951a 100644
--- a/usr.bin/sort/radixsort.h
+++ b/usr.bin/sort/radixsort.h
@@ -1,4 +1,3 @@
-/* $FreeBSD$ */
/*-
* SPDX-License-Identifier: BSD-2-Clause
diff --git a/usr.bin/sort/sort.h b/usr.bin/sort/sort.h
index 1682364099a7..124e5e0666da 100644
--- a/usr.bin/sort/sort.h
+++ b/usr.bin/sort/sort.h
@@ -1,4 +1,3 @@
-/* $FreeBSD$ */
/*-
* SPDX-License-Identifier: BSD-2-Clause
diff --git a/usr.bin/sort/vsort.h b/usr.bin/sort/vsort.h
index b2f78538fdf2..28904e595980 100644
--- a/usr.bin/sort/vsort.h
+++ b/usr.bin/sort/vsort.h
@@ -1,4 +1,3 @@
-/* $FreeBSD$ */
/*-
* SPDX-License-Identifier: BSD-2-Clause