aboutsummaryrefslogtreecommitdiff
path: root/bin/dd
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-08-16 17:54:23 +0000
committerWarner Losh <imp@FreeBSD.org>2023-08-16 17:54:23 +0000
commit42b388439bd3795e09258c57a74ce9eec3651c7b (patch)
tree1d8d03d10e117521cadd8f29bc6ddffdb8bbcc07 /bin/dd
parent2ff63af9b88c7413b7d71715b5532625752a248e (diff)
downloadsrc-42b388439bd3795e09258c57a74ce9eec3651c7b.tar.gz
src-42b388439bd3795e09258c57a74ce9eec3651c7b.zip
Remove $FreeBSD$: one-line .h pattern
Remove /^\s*\*+\s*\$FreeBSD\$.*$\n/
Diffstat (limited to 'bin/dd')
-rw-r--r--bin/dd/dd.h1
-rw-r--r--bin/dd/extern.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/bin/dd/dd.h b/bin/dd/dd.h
index ea606f288f3f..ce00412073e3 100644
--- a/bin/dd/dd.h
+++ b/bin/dd/dd.h
@@ -33,7 +33,6 @@
* SUCH DAMAGE.
*
* @(#)dd.h 8.3 (Berkeley) 4/2/94
- * $FreeBSD$
*/
/* Input/output stream state. */
diff --git a/bin/dd/extern.h b/bin/dd/extern.h
index c9de42a152d5..760eecb14b59 100644
--- a/bin/dd/extern.h
+++ b/bin/dd/extern.h
@@ -33,7 +33,6 @@
* SUCH DAMAGE.
*
* @(#)extern.h 8.3 (Berkeley) 4/2/94
- * $FreeBSD$
*/
void block(void);