aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-08-22 01:31:13 +0000
committerWarner Losh <imp@FreeBSD.org>2023-08-23 17:43:22 +0000
commit34041aac835a0bce462bccb7e0239c0ba092f872 (patch)
tree36d402e6aeadbca58b222cf029c60c97b2b8f310 /bin
parent4b40a16f0d188422227478889b38cc341d50f88f (diff)
downloadsrc-34041aac835a0bce462bccb7e0239c0ba092f872.tar.gz
src-34041aac835a0bce462bccb7e0239c0ba092f872.zip
Remove $FreeBSD$: one-line .h pattern
Remove /^\s*\*+\s*\$FreeBSD\$.*$\n/ Similar commit in main: (cherry picked from commit 42b388439bd3)
Diffstat (limited to 'bin')
-rw-r--r--bin/cp/extern.h1
-rw-r--r--bin/dd/dd.h1
-rw-r--r--bin/dd/extern.h1
-rw-r--r--bin/ed/ed.h1
-rw-r--r--bin/ls/extern.h1
-rw-r--r--bin/ls/ls.h1
-rw-r--r--bin/pax/cache.h1
-rw-r--r--bin/pax/cpio.h1
-rw-r--r--bin/pax/extern.h1
-rw-r--r--bin/pax/ftree.h1
-rw-r--r--bin/pax/options.h1
-rw-r--r--bin/pax/pat_rep.h1
-rw-r--r--bin/pax/pax.h1
-rw-r--r--bin/pax/sel_subs.h1
-rw-r--r--bin/pax/tables.h1
-rw-r--r--bin/pax/tar.h1
-rw-r--r--bin/ps/extern.h1
-rw-r--r--bin/ps/ps.h1
-rw-r--r--bin/sh/alias.h1
-rw-r--r--bin/sh/arith.h1
-rw-r--r--bin/sh/bltin/bltin.h1
-rw-r--r--bin/sh/error.h1
-rw-r--r--bin/sh/eval.h1
-rw-r--r--bin/sh/exec.h1
-rw-r--r--bin/sh/expand.h1
-rw-r--r--bin/sh/input.h1
-rw-r--r--bin/sh/jobs.h1
-rw-r--r--bin/sh/mail.h1
-rw-r--r--bin/sh/main.h1
-rw-r--r--bin/sh/memalloc.h1
-rw-r--r--bin/sh/myhistedit.h1
-rw-r--r--bin/sh/mystring.h1
-rw-r--r--bin/sh/nodes.c.pat1
-rw-r--r--bin/sh/options.h1
-rw-r--r--bin/sh/output.h1
-rw-r--r--bin/sh/parser.h1
-rw-r--r--bin/sh/redir.h1
-rw-r--r--bin/sh/shell.h1
-rw-r--r--bin/sh/show.h1
-rw-r--r--bin/sh/trap.h1
-rw-r--r--bin/sh/var.h1
-rw-r--r--bin/stty/extern.h1
-rw-r--r--bin/stty/stty.h1
43 files changed, 0 insertions, 43 deletions
diff --git a/bin/cp/extern.h b/bin/cp/extern.h
index 65360ccaf6c1..314cfc086ecb 100644
--- a/bin/cp/extern.h
+++ b/bin/cp/extern.h
@@ -29,7 +29,6 @@
* SUCH DAMAGE.
*
* @(#)extern.h 8.2 (Berkeley) 4/1/94
- * $FreeBSD$
*/
typedef struct {
diff --git a/bin/dd/dd.h b/bin/dd/dd.h
index ea606f288f3f..ce00412073e3 100644
--- a/bin/dd/dd.h
+++ b/bin/dd/dd.h
@@ -33,7 +33,6 @@
* SUCH DAMAGE.
*
* @(#)dd.h 8.3 (Berkeley) 4/2/94
- * $FreeBSD$
*/
/* Input/output stream state. */
diff --git a/bin/dd/extern.h b/bin/dd/extern.h
index 07c08e2ef8f2..784792ead650 100644
--- a/bin/dd/extern.h
+++ b/bin/dd/extern.h
@@ -33,7 +33,6 @@
* SUCH DAMAGE.
*
* @(#)extern.h 8.3 (Berkeley) 4/2/94
- * $FreeBSD$
*/
void block(void);
diff --git a/bin/ed/ed.h b/bin/ed/ed.h
index 4dcf5eb36f37..e4562be8d331 100644
--- a/bin/ed/ed.h
+++ b/bin/ed/ed.h
@@ -25,7 +25,6 @@
* SUCH DAMAGE.
*
* @(#)ed.h,v 1.5 1994/02/01 00:34:39 alm Exp
- * $FreeBSD$
*/
#include <sys/param.h>
diff --git a/bin/ls/extern.h b/bin/ls/extern.h
index 0e577a885474..c3a4eafc353d 100644
--- a/bin/ls/extern.h
+++ b/bin/ls/extern.h
@@ -29,7 +29,6 @@
* SUCH DAMAGE.
*
* from: @(#)extern.h 8.1 (Berkeley) 5/31/93
- * $FreeBSD$
*/
#include <stdbool.h>
diff --git a/bin/ls/ls.h b/bin/ls/ls.h
index 410246ec9903..6d2b1011ad7a 100644
--- a/bin/ls/ls.h
+++ b/bin/ls/ls.h
@@ -32,7 +32,6 @@
* SUCH DAMAGE.
*
* from: @(#)ls.h 8.1 (Berkeley) 5/31/93
- * $FreeBSD$
*/
#define NO_PRINT 1
diff --git a/bin/pax/cache.h b/bin/pax/cache.h
index 8a7cca9f457a..d2045f51516a 100644
--- a/bin/pax/cache.h
+++ b/bin/pax/cache.h
@@ -33,7 +33,6 @@
* SUCH DAMAGE.
*
* @(#)cache.h 8.1 (Berkeley) 5/31/93
- * $FreeBSD$
*/
/*
diff --git a/bin/pax/cpio.h b/bin/pax/cpio.h
index e5d61dea36fb..a5976d9b7a63 100644
--- a/bin/pax/cpio.h
+++ b/bin/pax/cpio.h
@@ -33,7 +33,6 @@
* SUCH DAMAGE.
*
* @(#)cpio.h 8.1 (Berkeley) 5/31/93
- * $FreeBSD$
*/
/*
diff --git a/bin/pax/extern.h b/bin/pax/extern.h
index 12b7fe162a6e..44d0ab0b40fb 100644
--- a/bin/pax/extern.h
+++ b/bin/pax/extern.h
@@ -33,7 +33,6 @@
* SUCH DAMAGE.
*
* @(#)extern.h 8.2 (Berkeley) 4/18/94
- * $FreeBSD$
*/
/*
diff --git a/bin/pax/ftree.h b/bin/pax/ftree.h
index 8e0a710e4ca9..39d08afad0a3 100644
--- a/bin/pax/ftree.h
+++ b/bin/pax/ftree.h
@@ -33,7 +33,6 @@
* SUCH DAMAGE.
*
* @(#)ftree.h 8.1 (Berkeley) 5/31/93
- * $FreeBSD$
*/
/*
diff --git a/bin/pax/options.h b/bin/pax/options.h
index 973ea0bd5467..637fd4049974 100644
--- a/bin/pax/options.h
+++ b/bin/pax/options.h
@@ -33,7 +33,6 @@
* SUCH DAMAGE.
*
* @(#)options.h 8.2 (Berkeley) 4/18/94
- * $FreeBSD$
*/
/*
diff --git a/bin/pax/pat_rep.h b/bin/pax/pat_rep.h
index e28064e6a08e..897d50a1a325 100644
--- a/bin/pax/pat_rep.h
+++ b/bin/pax/pat_rep.h
@@ -33,7 +33,6 @@
* SUCH DAMAGE.
*
* @(#)pat_rep.h 8.1 (Berkeley) 5/31/93
- * $FreeBSD$
*/
/*
diff --git a/bin/pax/pax.h b/bin/pax/pax.h
index 530f8aa0d33d..d48a267fbca1 100644
--- a/bin/pax/pax.h
+++ b/bin/pax/pax.h
@@ -33,7 +33,6 @@
* SUCH DAMAGE.
*
* @(#)pax.h 8.2 (Berkeley) 4/18/94
- * $FreeBSD$
*/
/*
diff --git a/bin/pax/sel_subs.h b/bin/pax/sel_subs.h
index a628e6981b1a..e2ffae52a50a 100644
--- a/bin/pax/sel_subs.h
+++ b/bin/pax/sel_subs.h
@@ -33,7 +33,6 @@
* SUCH DAMAGE.
*
* @(#)sel_subs.h 8.1 (Berkeley) 5/31/93
- * $FreeBSD$
*/
/*
diff --git a/bin/pax/tables.h b/bin/pax/tables.h
index fb5bc437b0a0..eaa48066f70d 100644
--- a/bin/pax/tables.h
+++ b/bin/pax/tables.h
@@ -33,7 +33,6 @@
* SUCH DAMAGE.
*
* @(#)tables.h 8.1 (Berkeley) 5/31/93
- * $FreeBSD$
*/
/*
diff --git a/bin/pax/tar.h b/bin/pax/tar.h
index 91c2400e35ca..0b95bddc1fee 100644
--- a/bin/pax/tar.h
+++ b/bin/pax/tar.h
@@ -33,7 +33,6 @@
* SUCH DAMAGE.
*
* @(#)tar.h 8.2 (Berkeley) 4/18/94
- * $FreeBSD$
*/
/*
diff --git a/bin/ps/extern.h b/bin/ps/extern.h
index ea4362eeadd9..6b07a79fbc20 100644
--- a/bin/ps/extern.h
+++ b/bin/ps/extern.h
@@ -29,7 +29,6 @@
* SUCH DAMAGE.
*
* @(#)extern.h 8.3 (Berkeley) 4/2/94
- * $FreeBSD$
*/
struct kinfo;
diff --git a/bin/ps/ps.h b/bin/ps/ps.h
index 03e38af9d517..429dff632872 100644
--- a/bin/ps/ps.h
+++ b/bin/ps/ps.h
@@ -29,7 +29,6 @@
* SUCH DAMAGE.
*
* @(#)ps.h 8.1 (Berkeley) 5/31/93
- * $FreeBSD$
*/
#include <sys/queue.h>
diff --git a/bin/sh/alias.h b/bin/sh/alias.h
index 92de705bc963..0c6ea99e8b60 100644
--- a/bin/sh/alias.h
+++ b/bin/sh/alias.h
@@ -30,7 +30,6 @@
* SUCH DAMAGE.
*
* @(#)alias.h 8.2 (Berkeley) 5/4/95
- * $FreeBSD$
*/
#define ALIASINUSE 1
diff --git a/bin/sh/arith.h b/bin/sh/arith.h
index 569d0c58651f..124fd5944a56 100644
--- a/bin/sh/arith.h
+++ b/bin/sh/arith.h
@@ -27,7 +27,6 @@
* SUCH DAMAGE.
*
* @(#)arith.h 1.1 (Berkeley) 5/4/95
- * $FreeBSD$
*/
#include "shell.h"
diff --git a/bin/sh/bltin/bltin.h b/bin/sh/bltin/bltin.h
index 8149895815dd..226d630694b5 100644
--- a/bin/sh/bltin/bltin.h
+++ b/bin/sh/bltin/bltin.h
@@ -32,7 +32,6 @@
* SUCH DAMAGE.
*
* @(#)bltin.h 8.2 (Berkeley) 5/4/95
- * $FreeBSD$
*/
/*
diff --git a/bin/sh/error.h b/bin/sh/error.h
index 3a79dec81b9d..c097c529dc01 100644
--- a/bin/sh/error.h
+++ b/bin/sh/error.h
@@ -30,7 +30,6 @@
* SUCH DAMAGE.
*
* @(#)error.h 8.2 (Berkeley) 5/4/95
- * $FreeBSD$
*/
/*
diff --git a/bin/sh/eval.h b/bin/sh/eval.h
index d8a12eb79c7f..361e0f2ba269 100644
--- a/bin/sh/eval.h
+++ b/bin/sh/eval.h
@@ -30,7 +30,6 @@
* SUCH DAMAGE.
*
* @(#)eval.h 8.2 (Berkeley) 5/4/95
- * $FreeBSD$
*/
extern char *commandname; /* currently executing command */
diff --git a/bin/sh/exec.h b/bin/sh/exec.h
index 03e7e6ab0b0c..04d1b97d7386 100644
--- a/bin/sh/exec.h
+++ b/bin/sh/exec.h
@@ -30,7 +30,6 @@
* SUCH DAMAGE.
*
* @(#)exec.h 8.3 (Berkeley) 6/8/95
- * $FreeBSD$
*/
/* values of cmdtype */
diff --git a/bin/sh/expand.h b/bin/sh/expand.h
index a60ea29514d2..2cf6d2ee0972 100644
--- a/bin/sh/expand.h
+++ b/bin/sh/expand.h
@@ -30,7 +30,6 @@
* SUCH DAMAGE.
*
* @(#)expand.h 8.2 (Berkeley) 5/4/95
- * $FreeBSD$
*/
struct arglist {
diff --git a/bin/sh/input.h b/bin/sh/input.h
index 71046b9731c3..a5accca7504b 100644
--- a/bin/sh/input.h
+++ b/bin/sh/input.h
@@ -30,7 +30,6 @@
* SUCH DAMAGE.
*
* @(#)input.h 8.2 (Berkeley) 5/4/95
- * $FreeBSD$
*/
/* PEOF (the end of file marker) is defined in syntax.h */
diff --git a/bin/sh/jobs.h b/bin/sh/jobs.h
index 411d08f27a67..050c86a91ff8 100644
--- a/bin/sh/jobs.h
+++ b/bin/sh/jobs.h
@@ -30,7 +30,6 @@
* SUCH DAMAGE.
*
* @(#)jobs.h 8.2 (Berkeley) 5/4/95
- * $FreeBSD$
*/
/* Mode argument to forkshell. Don't change FORK_FG or FORK_BG. */
diff --git a/bin/sh/mail.h b/bin/sh/mail.h
index 0bb565209c7f..0a52e9f198a1 100644
--- a/bin/sh/mail.h
+++ b/bin/sh/mail.h
@@ -32,7 +32,6 @@
* SUCH DAMAGE.
*
* @(#)mail.h 8.2 (Berkeley) 5/4/95
- * $FreeBSD$
*/
void chkmail(int);
diff --git a/bin/sh/main.h b/bin/sh/main.h
index ff0a1c61fa22..2e144e3c92f0 100644
--- a/bin/sh/main.h
+++ b/bin/sh/main.h
@@ -32,7 +32,6 @@
* SUCH DAMAGE.
*
* @(#)main.h 8.2 (Berkeley) 5/4/95
- * $FreeBSD$
*/
extern int rootpid; /* pid of main shell */
diff --git a/bin/sh/memalloc.h b/bin/sh/memalloc.h
index 6cb7bd818fb5..038d18173c7b 100644
--- a/bin/sh/memalloc.h
+++ b/bin/sh/memalloc.h
@@ -32,7 +32,6 @@
* SUCH DAMAGE.
*
* @(#)memalloc.h 8.2 (Berkeley) 5/4/95
- * $FreeBSD$
*/
#include <string.h>
diff --git a/bin/sh/myhistedit.h b/bin/sh/myhistedit.h
index 1f513f0ae206..ef84a90bf5b0 100644
--- a/bin/sh/myhistedit.h
+++ b/bin/sh/myhistedit.h
@@ -29,7 +29,6 @@
* SUCH DAMAGE.
*
* @(#)myhistedit.h 8.2 (Berkeley) 5/4/95
- * $FreeBSD$
*/
#include <histedit.h>
diff --git a/bin/sh/mystring.h b/bin/sh/mystring.h
index ff4384d21c35..dcbdc91cb5d5 100644
--- a/bin/sh/mystring.h
+++ b/bin/sh/mystring.h
@@ -32,7 +32,6 @@
* SUCH DAMAGE.
*
* @(#)mystring.h 8.2 (Berkeley) 5/4/95
- * $FreeBSD$
*/
#include <string.h>
diff --git a/bin/sh/nodes.c.pat b/bin/sh/nodes.c.pat
index 43fa515fe905..9172c544de3d 100644
--- a/bin/sh/nodes.c.pat
+++ b/bin/sh/nodes.c.pat
@@ -30,7 +30,6 @@
* SUCH DAMAGE.
*
* @(#)nodes.c.pat 8.2 (Berkeley) 5/4/95
- * $FreeBSD$
*/
#include <sys/param.h>
diff --git a/bin/sh/options.h b/bin/sh/options.h
index 500d4ad5a903..811b395c1c5f 100644
--- a/bin/sh/options.h
+++ b/bin/sh/options.h
@@ -32,7 +32,6 @@
* SUCH DAMAGE.
*
* @(#)options.h 8.2 (Berkeley) 5/4/95
- * $FreeBSD$
*/
struct shparam {
diff --git a/bin/sh/output.h b/bin/sh/output.h
index 62f006d32a36..409cc16df75e 100644
--- a/bin/sh/output.h
+++ b/bin/sh/output.h
@@ -32,7 +32,6 @@
* SUCH DAMAGE.
*
* @(#)output.h 8.2 (Berkeley) 5/4/95
- * $FreeBSD$
*/
#ifndef OUTPUT_INCL
diff --git a/bin/sh/parser.h b/bin/sh/parser.h
index aee8244ecf09..5f5249866b0a 100644
--- a/bin/sh/parser.h
+++ b/bin/sh/parser.h
@@ -32,7 +32,6 @@
* SUCH DAMAGE.
*
* @(#)parser.h 8.3 (Berkeley) 5/4/95
- * $FreeBSD$
*/
/* control characters in argument strings */
diff --git a/bin/sh/redir.h b/bin/sh/redir.h
index 08c52359c59e..f49d0ddc9a73 100644
--- a/bin/sh/redir.h
+++ b/bin/sh/redir.h
@@ -32,7 +32,6 @@
* SUCH DAMAGE.
*
* @(#)redir.h 8.2 (Berkeley) 5/4/95
- * $FreeBSD$
*/
/* flags passed to redirect */
diff --git a/bin/sh/shell.h b/bin/sh/shell.h
index 536efe6ce228..64a2be86b4f7 100644
--- a/bin/sh/shell.h
+++ b/bin/sh/shell.h
@@ -32,7 +32,6 @@
* SUCH DAMAGE.
*
* @(#)shell.h 8.2 (Berkeley) 5/4/95
- * $FreeBSD$
*/
#ifndef SHELL_H_
diff --git a/bin/sh/show.h b/bin/sh/show.h
index 790a62e2942c..9dc77c6857d6 100644
--- a/bin/sh/show.h
+++ b/bin/sh/show.h
@@ -29,7 +29,6 @@
* SUCH DAMAGE.
*
* @(#)show.h 1.1 (Berkeley) 5/4/95
- * $FreeBSD$
*/
void showtree(union node *);
diff --git a/bin/sh/trap.h b/bin/sh/trap.h
index fdc4b7a9683a..f7985e8e70a1 100644
--- a/bin/sh/trap.h
+++ b/bin/sh/trap.h
@@ -32,7 +32,6 @@
* SUCH DAMAGE.
*
* @(#)trap.h 8.3 (Berkeley) 6/5/95
- * $FreeBSD$
*/
extern volatile sig_atomic_t pendingsig;
diff --git a/bin/sh/var.h b/bin/sh/var.h
index eaf4f427f63b..abd2a47c1979 100644
--- a/bin/sh/var.h
+++ b/bin/sh/var.h
@@ -32,7 +32,6 @@
* SUCH DAMAGE.
*
* @(#)var.h 8.2 (Berkeley) 5/4/95
- * $FreeBSD$
*/
/*
diff --git a/bin/stty/extern.h b/bin/stty/extern.h
index 88b58890f7d1..40aa92c35de1 100644
--- a/bin/stty/extern.h
+++ b/bin/stty/extern.h
@@ -27,7 +27,6 @@
* SUCH DAMAGE.
*
* @(#)extern.h 8.1 (Berkeley) 5/31/93
- * $FreeBSD$
*/
int c_cchars(const void *, const void *);
diff --git a/bin/stty/stty.h b/bin/stty/stty.h
index d48ccaa20b6e..d4236b09cb6a 100644
--- a/bin/stty/stty.h
+++ b/bin/stty/stty.h
@@ -27,7 +27,6 @@
* SUCH DAMAGE.
*
* @(#)stty.h 8.1 (Berkeley) 5/31/93
- * $FreeBSD$
*/
#include <sys/ioctl.h>