diff options
author | Warner Losh <imp@FreeBSD.org> | 2023-08-22 01:32:18 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2023-08-23 17:43:33 +0000 |
commit | 350f9ac5b362558a39f447dea99d102b831ee0c8 (patch) | |
tree | a9bd5f4867a6b2b7099df843d645f3f8bbdf2342 /share/misc | |
parent | 27096e41f03f81fd6622e45ec3a91268f0eacdc8 (diff) |
Remove $FreeBSD$: one-line bare tag
Remove /^\s*\$FreeBSD\$$\n/
Similar commit in main:
(cherry picked from commit 05248206f720)
Diffstat (limited to 'share/misc')
-rw-r--r-- | share/misc/bsd-family-tree | 2 | ||||
-rw-r--r-- | share/misc/operator | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/share/misc/bsd-family-tree b/share/misc/bsd-family-tree index c3b0baa26d8d..208523bd1fcb 100644 --- a/share/misc/bsd-family-tree +++ b/share/misc/bsd-family-tree @@ -935,5 +935,3 @@ Steven M. Schultz for providing 2.8BSD, 2.10BSD, 2.11BSD manual pages. -- Copyright (c) 1997-2012 Wolfram Schneider <wosch@FreeBSD.ORG> URL: https://cgit.freebsd.org/src/tree/share/misc/bsd-family-tree - -$FreeBSD$ diff --git a/share/misc/operator b/share/misc/operator index 758737ba14f0..1eac77624055 100644 --- a/share/misc/operator +++ b/share/misc/operator @@ -17,5 +17,3 @@ Operator Associativity = += -= *= /= %= <<= >>= &= ^= |= throw right to left ?: (C++, third operand) right to left , left to right - -$FreeBSD$ |