aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/sed
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 /usr.bin/sed
parent031beb4e239bfce798af17f5fe8dba8bcaf13d99 (diff)
downloadsrc-d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf.tar.gz
src-d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf.zip
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Diffstat (limited to 'usr.bin/sed')
-rw-r--r--usr.bin/sed/Makefile1
-rw-r--r--usr.bin/sed/Makefile.depend1
-rw-r--r--usr.bin/sed/Makefile.depend.host1
-rw-r--r--usr.bin/sed/POSIX1
-rw-r--r--usr.bin/sed/tests/Makefile1
-rw-r--r--usr.bin/sed/tests/Makefile.depend1
-rw-r--r--usr.bin/sed/tests/hanoi.sed1
-rw-r--r--usr.bin/sed/tests/inplace_race_test.sh1
-rw-r--r--usr.bin/sed/tests/legacy_test.sh1
-rw-r--r--usr.bin/sed/tests/math.sed1
-rw-r--r--usr.bin/sed/tests/multi_test.sh1
-rw-r--r--usr.bin/sed/tests/regress.multitest.out/Makefile1
-rw-r--r--usr.bin/sed/tests/regress.multitest.out/Makefile.depend1
-rw-r--r--usr.bin/sed/tests/regress.sh1
-rwxr-xr-xusr.bin/sed/tests/sed2_test.sh1
15 files changed, 0 insertions, 15 deletions
diff --git a/usr.bin/sed/Makefile b/usr.bin/sed/Makefile
index 4cf4550801c6..1a9ef995d442 100644
--- a/usr.bin/sed/Makefile
+++ b/usr.bin/sed/Makefile
@@ -1,5 +1,4 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $FreeBSD$
.include <src.opts.mk>
diff --git a/usr.bin/sed/Makefile.depend b/usr.bin/sed/Makefile.depend
index 8d409f5263ac..6ef78fac5cbf 100644
--- a/usr.bin/sed/Makefile.depend
+++ b/usr.bin/sed/Makefile.depend
@@ -1,4 +1,3 @@
-# $FreeBSD$
# Autogenerated - do NOT edit!
DIRDEPS = \
diff --git a/usr.bin/sed/Makefile.depend.host b/usr.bin/sed/Makefile.depend.host
index f80275d86ab1..11aba52f82cf 100644
--- a/usr.bin/sed/Makefile.depend.host
+++ b/usr.bin/sed/Makefile.depend.host
@@ -1,4 +1,3 @@
-# $FreeBSD$
# Autogenerated - do NOT edit!
DIRDEPS = \
diff --git a/usr.bin/sed/POSIX b/usr.bin/sed/POSIX
index 239acf8e48d1..36ea2cc546c4 100644
--- a/usr.bin/sed/POSIX
+++ b/usr.bin/sed/POSIX
@@ -1,5 +1,4 @@
# @(#)POSIX 8.1 (Berkeley) 6/6/93
-# $FreeBSD$
Comments on the IEEE P1003.2 Draft 12
Part 2: Shell and Utilities
diff --git a/usr.bin/sed/tests/Makefile b/usr.bin/sed/tests/Makefile
index abd1a2bb51fc..db3d9f013364 100644
--- a/usr.bin/sed/tests/Makefile
+++ b/usr.bin/sed/tests/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
PACKAGE= tests
diff --git a/usr.bin/sed/tests/Makefile.depend b/usr.bin/sed/tests/Makefile.depend
index f80275d86ab1..11aba52f82cf 100644
--- a/usr.bin/sed/tests/Makefile.depend
+++ b/usr.bin/sed/tests/Makefile.depend
@@ -1,4 +1,3 @@
-# $FreeBSD$
# Autogenerated - do NOT edit!
DIRDEPS = \
diff --git a/usr.bin/sed/tests/hanoi.sed b/usr.bin/sed/tests/hanoi.sed
index 6a45deaa94c7..8df5657ba2e6 100644
--- a/usr.bin/sed/tests/hanoi.sed
+++ b/usr.bin/sed/tests/hanoi.sed
@@ -1,7 +1,6 @@
# Towers of Hanoi in sed.
#
# @(#)hanoi.sed 8.1 (Berkeley) 6/6/93
-# $FreeBSD$
#
#
# Ex:
diff --git a/usr.bin/sed/tests/inplace_race_test.sh b/usr.bin/sed/tests/inplace_race_test.sh
index d8220ae7debf..86c0a83958e0 100644
--- a/usr.bin/sed/tests/inplace_race_test.sh
+++ b/usr.bin/sed/tests/inplace_race_test.sh
@@ -25,7 +25,6 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# $FreeBSD$
: "${SED=sed}"
diff --git a/usr.bin/sed/tests/legacy_test.sh b/usr.bin/sed/tests/legacy_test.sh
index 1b6b806c5980..3c7842d07bf0 100644
--- a/usr.bin/sed/tests/legacy_test.sh
+++ b/usr.bin/sed/tests/legacy_test.sh
@@ -1,5 +1,4 @@
#!/bin/sh
-# $FreeBSD$
SRCDIR="$(dirname "${0}")"; export SRCDIR
diff --git a/usr.bin/sed/tests/math.sed b/usr.bin/sed/tests/math.sed
index 8c8de375dbfb..509e6c3e0267 100644
--- a/usr.bin/sed/tests/math.sed
+++ b/usr.bin/sed/tests/math.sed
@@ -1,6 +1,5 @@
# This is ksb's infamous sed calculator. (ksb@sa.fedex.com)
#
-# $FreeBSD$
#
# $Id: math.sed,v 2.5 1998/08/02 13:23:34 ksb Exp ksb $
# expr ::= (expr) | expr! |
diff --git a/usr.bin/sed/tests/multi_test.sh b/usr.bin/sed/tests/multi_test.sh
index ede97239f9bf..f10cd7063a14 100644
--- a/usr.bin/sed/tests/multi_test.sh
+++ b/usr.bin/sed/tests/multi_test.sh
@@ -30,7 +30,6 @@
#
# @(#)sed.test 8.1 (Berkeley) 6/6/93
#
-# $FreeBSD$
#
# sed Regression Tests
diff --git a/usr.bin/sed/tests/regress.multitest.out/Makefile b/usr.bin/sed/tests/regress.multitest.out/Makefile
index 993f7150122e..316770e9d55b 100644
--- a/usr.bin/sed/tests/regress.multitest.out/Makefile
+++ b/usr.bin/sed/tests/regress.multitest.out/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
PACKAGE= tests
diff --git a/usr.bin/sed/tests/regress.multitest.out/Makefile.depend b/usr.bin/sed/tests/regress.multitest.out/Makefile.depend
index f80275d86ab1..11aba52f82cf 100644
--- a/usr.bin/sed/tests/regress.multitest.out/Makefile.depend
+++ b/usr.bin/sed/tests/regress.multitest.out/Makefile.depend
@@ -1,4 +1,3 @@
-# $FreeBSD$
# Autogenerated - do NOT edit!
DIRDEPS = \
diff --git a/usr.bin/sed/tests/regress.sh b/usr.bin/sed/tests/regress.sh
index ad05bfeb5d11..aed3167c3f07 100644
--- a/usr.bin/sed/tests/regress.sh
+++ b/usr.bin/sed/tests/regress.sh
@@ -1,4 +1,3 @@
-# $FreeBSD$
REGRESSION_START($1)
diff --git a/usr.bin/sed/tests/sed2_test.sh b/usr.bin/sed/tests/sed2_test.sh
index 07f1ec844814..a7408b2560a7 100755
--- a/usr.bin/sed/tests/sed2_test.sh
+++ b/usr.bin/sed/tests/sed2_test.sh
@@ -24,7 +24,6 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
-# $FreeBSD$
#
atf_test_case inplace_hardlink_src