aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/patch
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/patch
parent031beb4e239bfce798af17f5fe8dba8bcaf13d99 (diff)
Diffstat (limited to 'usr.bin/patch')
-rw-r--r--usr.bin/patch/Makefile1
-rw-r--r--usr.bin/patch/Makefile.depend1
-rw-r--r--usr.bin/patch/tests/Makefile1
-rwxr-xr-xusr.bin/patch/tests/unified_patch_test.sh1
4 files changed, 0 insertions, 4 deletions
diff --git a/usr.bin/patch/Makefile b/usr.bin/patch/Makefile
index 96caa8bb299c..2ec7806782da 100644
--- a/usr.bin/patch/Makefile
+++ b/usr.bin/patch/Makefile
@@ -1,5 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2005/05/16 15:22:46 espie Exp $
-# $FreeBSD$
.include <src.opts.mk>
diff --git a/usr.bin/patch/Makefile.depend b/usr.bin/patch/Makefile.depend
index 8d409f5263ac..6ef78fac5cbf 100644
--- a/usr.bin/patch/Makefile.depend
+++ b/usr.bin/patch/Makefile.depend
@@ -1,4 +1,3 @@
-# $FreeBSD$
# Autogenerated - do NOT edit!
DIRDEPS = \
diff --git a/usr.bin/patch/tests/Makefile b/usr.bin/patch/tests/Makefile
index 41aeee08895b..2a924b72f1a0 100644
--- a/usr.bin/patch/tests/Makefile
+++ b/usr.bin/patch/tests/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
PACKAGE= tests
diff --git a/usr.bin/patch/tests/unified_patch_test.sh b/usr.bin/patch/tests/unified_patch_test.sh
index 9312b3632ab2..43b0d8373cfa 100755
--- a/usr.bin/patch/tests/unified_patch_test.sh
+++ b/usr.bin/patch/tests/unified_patch_test.sh
@@ -24,7 +24,6 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# $FreeBSD$
atf_test_case basic
basic_body()