aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/vi
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-08-22 01:31:18 +0000
committerWarner Losh <imp@FreeBSD.org>2023-08-23 17:43:23 +0000
commit8ad303d68cec3ee1133550de37e0009502621e50 (patch)
tree6e78406653c12d2aebd2b2ad6e826036ec07e01a /usr.bin/vi
parent4fbf14e22d7b83de7080a8e491ba14a5785a0ff4 (diff)
Remove $FreeBSD$: one-line .c comment pattern
Remove /^/[*/]\s*\$FreeBSD\$.*\n/ Similar commit in main: (cherry picked from commit 2a63c3be1582)
Diffstat (limited to 'usr.bin/vi')
-rw-r--r--usr.bin/vi/config.h1
-rw-r--r--usr.bin/vi/ex/version.h1
-rw-r--r--usr.bin/vi/pathnames.h1
3 files changed, 0 insertions, 3 deletions
diff --git a/usr.bin/vi/config.h b/usr.bin/vi/config.h
index 2b4348870db4..8041fb76dce9 100644
--- a/usr.bin/vi/config.h
+++ b/usr.bin/vi/config.h
@@ -1,4 +1,3 @@
-/* $FreeBSD$ */
/* Define when using wide characters */
#define USE_WIDECHAR
diff --git a/usr.bin/vi/ex/version.h b/usr.bin/vi/ex/version.h
index f14fc879222e..657da969e721 100644
--- a/usr.bin/vi/ex/version.h
+++ b/usr.bin/vi/ex/version.h
@@ -1,3 +1,2 @@
-/* $FreeBSD$ */
#define VI_VERSION "2.2.0 (2020-08-01)"
diff --git a/usr.bin/vi/pathnames.h b/usr.bin/vi/pathnames.h
index f788c05bb5eb..f1c706f5ecbd 100644
--- a/usr.bin/vi/pathnames.h
+++ b/usr.bin/vi/pathnames.h
@@ -1,4 +1,3 @@
-/* $FreeBSD$ */
/* Read standard system paths first. */
#include <paths.h>