aboutsummaryrefslogtreecommitdiff
path: root/bin/ed
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-08-16 17:55:03 +0000
committerWarner Losh <imp@FreeBSD.org>2023-08-16 17:55:03 +0000
commitd0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf (patch)
tree37ee9e3a9af3eec3e1baf2793da82358c404479b /bin/ed
parent031beb4e239bfce798af17f5fe8dba8bcaf13d99 (diff)
downloadsrc-d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf.tar.gz
src-d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf.zip
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Diffstat (limited to 'bin/ed')
-rw-r--r--bin/ed/Makefile1
-rw-r--r--bin/ed/Makefile.depend1
-rw-r--r--bin/ed/test/Makefile1
-rw-r--r--bin/ed/test/README1
-rw-r--r--bin/ed/test/ckscripts.sh1
-rw-r--r--bin/ed/test/mkscripts.sh1
6 files changed, 0 insertions, 6 deletions
diff --git a/bin/ed/Makefile b/bin/ed/Makefile
index 1d4b7685c025..776979f04e47 100644
--- a/bin/ed/Makefile
+++ b/bin/ed/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
.include <src.opts.mk>
diff --git a/bin/ed/Makefile.depend b/bin/ed/Makefile.depend
index 8d409f5263ac..6ef78fac5cbf 100644
--- a/bin/ed/Makefile.depend
+++ b/bin/ed/Makefile.depend
@@ -1,4 +1,3 @@
-# $FreeBSD$
# Autogenerated - do NOT edit!
DIRDEPS = \
diff --git a/bin/ed/test/Makefile b/bin/ed/test/Makefile
index aedfb698f131..4a339d030291 100644
--- a/bin/ed/test/Makefile
+++ b/bin/ed/test/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
SHELL= /bin/sh
ED= ${.OBJDIR}/ed
diff --git a/bin/ed/test/README b/bin/ed/test/README
index 74c4826a269d..6e0cee437b37 100644
--- a/bin/ed/test/README
+++ b/bin/ed/test/README
@@ -1,4 +1,3 @@
-# $FreeBSD$
The files in this directory with suffixes `.t', `.d', `.r' and `.err' are
used for testing ed. To run the tests, set the ED variable in the Makefile
diff --git a/bin/ed/test/ckscripts.sh b/bin/ed/test/ckscripts.sh
index deab47555f7a..ce02e18f53bc 100644
--- a/bin/ed/test/ckscripts.sh
+++ b/bin/ed/test/ckscripts.sh
@@ -3,7 +3,6 @@
# and compares their output against the .r files, which contain
# the correct output
#
-# $FreeBSD$
PATH="/bin:/usr/bin:/usr/local/bin/:."
ED=$1
diff --git a/bin/ed/test/mkscripts.sh b/bin/ed/test/mkscripts.sh
index 1b8b3ee53182..811a11d15be7 100644
--- a/bin/ed/test/mkscripts.sh
+++ b/bin/ed/test/mkscripts.sh
@@ -1,7 +1,6 @@
#!/bin/sh -
# This script generates ed test scripts (.ed) from .t files
#
-# $FreeBSD$
PATH="/bin:/usr/bin:/usr/local/bin/:."
ED=$1