aboutsummaryrefslogtreecommitdiff
path: root/bin/dd
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-08-16 17:54:42 +0000
committerWarner Losh <imp@FreeBSD.org>2023-08-16 17:54:42 +0000
commit1d386b48a555f61cb7325543adbbb5c3f3407a66 (patch)
tree41d64d08ce7d297d1b71e6b8a1da8fe8656fb938 /bin/dd
parent685dc743dc3b5645e34836464128e1c0558b404b (diff)
downloadsrc-1d386b48a555f61cb7325543adbbb5c3f3407a66.tar.gz
src-1d386b48a555f61cb7325543adbbb5c3f3407a66.zip
Remove $FreeBSD$: one-line .c pattern
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
Diffstat (limited to 'bin/dd')
-rw-r--r--bin/dd/args.c2
-rw-r--r--bin/dd/conv.c2
-rw-r--r--bin/dd/conv_tab.c2
-rw-r--r--bin/dd/dd.c2
-rw-r--r--bin/dd/misc.c2
-rw-r--r--bin/dd/position.c2
6 files changed, 0 insertions, 12 deletions
diff --git a/bin/dd/args.c b/bin/dd/args.c
index 35a076175a93..0e4edb6e2ca5 100644
--- a/bin/dd/args.c
+++ b/bin/dd/args.c
@@ -39,8 +39,6 @@ static char sccsid[] = "@(#)args.c 8.3 (Berkeley) 4/2/94";
#endif
#endif /* not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/param.h>
#include <ctype.h>
diff --git a/bin/dd/conv.c b/bin/dd/conv.c
index ef5194ee1e08..b7cc1e5b5383 100644
--- a/bin/dd/conv.c
+++ b/bin/dd/conv.c
@@ -39,8 +39,6 @@ static char sccsid[] = "@(#)conv.c 8.3 (Berkeley) 4/2/94";
#endif
#endif /* not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/param.h>
#include <err.h>
diff --git a/bin/dd/conv_tab.c b/bin/dd/conv_tab.c
index 36e23531bbbb..e6cc873bf9b1 100644
--- a/bin/dd/conv_tab.c
+++ b/bin/dd/conv_tab.c
@@ -39,8 +39,6 @@ static char sccsid[] = "@(#)conv_tab.c 8.1 (Berkeley) 5/31/93";
#endif
#endif /* not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/types.h>
#include <signal.h>
diff --git a/bin/dd/dd.c b/bin/dd/dd.c
index 84d955b235f8..c1e8a4efdc5f 100644
--- a/bin/dd/dd.c
+++ b/bin/dd/dd.c
@@ -45,8 +45,6 @@ static char sccsid[] = "@(#)dd.c 8.5 (Berkeley) 4/2/94";
#endif /* not lint */
#endif
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/param.h>
#include <sys/stat.h>
#include <sys/capsicum.h>
diff --git a/bin/dd/misc.c b/bin/dd/misc.c
index c814d926d884..2cb0cad8bcc2 100644
--- a/bin/dd/misc.c
+++ b/bin/dd/misc.c
@@ -39,8 +39,6 @@ static char sccsid[] = "@(#)misc.c 8.3 (Berkeley) 4/2/94";
#endif
#endif /* not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/types.h>
#include <err.h>
diff --git a/bin/dd/position.c b/bin/dd/position.c
index 6cb6643982dc..c8ec531e6000 100644
--- a/bin/dd/position.c
+++ b/bin/dd/position.c
@@ -39,8 +39,6 @@ static char sccsid[] = "@(#)position.c 8.3 (Berkeley) 4/2/94";
#endif
#endif /* not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/types.h>
#include <sys/mtio.h>