aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/dc
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/dc
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/dc')
-rw-r--r--usr.bin/dc/Makefile1
-rw-r--r--usr.bin/dc/Makefile.depend1
-rw-r--r--usr.bin/dc/tests/Makefile1
-rwxr-xr-xusr.bin/dc/tests/bcode.sh1
-rwxr-xr-xusr.bin/dc/tests/inout.sh1
5 files changed, 0 insertions, 5 deletions
diff --git a/usr.bin/dc/Makefile b/usr.bin/dc/Makefile
index 58762a731c24..377ba30f555f 100644
--- a/usr.bin/dc/Makefile
+++ b/usr.bin/dc/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
# $OpenBSD: Makefile,v 1.2 2006/11/26 11:31:09 deraadt Exp $
.include <src.opts.mk>
diff --git a/usr.bin/dc/Makefile.depend b/usr.bin/dc/Makefile.depend
index c0b178d1b206..30ac5d62651c 100644
--- a/usr.bin/dc/Makefile.depend
+++ b/usr.bin/dc/Makefile.depend
@@ -1,4 +1,3 @@
-# $FreeBSD$
# Autogenerated - do NOT edit!
DIRDEPS = \
diff --git a/usr.bin/dc/tests/Makefile b/usr.bin/dc/tests/Makefile
index 2a33aad5a079..b990337293f3 100644
--- a/usr.bin/dc/tests/Makefile
+++ b/usr.bin/dc/tests/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
PACKAGE= tests
diff --git a/usr.bin/dc/tests/bcode.sh b/usr.bin/dc/tests/bcode.sh
index cc8e3fceafff..b847ad631655 100755
--- a/usr.bin/dc/tests/bcode.sh
+++ b/usr.bin/dc/tests/bcode.sh
@@ -23,7 +23,6 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# $FreeBSD$
atf_test_case bmod
bmod_head()
diff --git a/usr.bin/dc/tests/inout.sh b/usr.bin/dc/tests/inout.sh
index aab1c04761e6..ef997f642830 100755
--- a/usr.bin/dc/tests/inout.sh
+++ b/usr.bin/dc/tests/inout.sh
@@ -23,7 +23,6 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# $FreeBSD$
atf_test_case base16_input
base16_input_head()