git: bea67504c66d - main - style(9): Remove $FreeBSD$ recommendation.

From: Warner Losh <imp_at_FreeBSD.org>
Date: Tue, 30 Jan 2024 00:00:18 UTC
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=bea67504c66d455ae2a5ebea2677682cdab8e576

commit bea67504c66d455ae2a5ebea2677682cdab8e576
Author:     Minsoo Choo <minsoochoo0122@proton.me>
AuthorDate: 2024-01-29 23:53:31 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-01-29 23:59:10 +0000

    style(9): Remove $FreeBSD$ recommendation.
    
    Now that stable/12 is now EOL, there's no reason to do this. They've
    been proactively removed from the tree.
    
    Reviewed by:    imp, lwhsu
    Differential Revision:  https://reviews.freebsd.org/D43641
---
 share/man/man9/style.9 | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/share/man/man9/style.9 b/share/man/man9/style.9
index a87a12e60564..360c48221c4d 100644
--- a/share/man/man9/style.9
+++ b/share/man/man9/style.9
@@ -22,7 +22,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd July 28, 2022
+.Dd January 29, 2024
 .Dt STYLE 9
 .Os
 .Sh NAME
@@ -107,12 +107,6 @@ lines should only be added when making substantial changes to the file,
 not for trivial changes.
 .Pp
 After any copyright and license comment, there is a blank line.
-Include
-.Li $\&FreeBSD$
-or
-.Li __FBSDID("$\&FreeBSD$");
-only if you are certain the new code will be merged to stable/12.
-The tag will be removed from legacy code in the future.
 Non-C/C++ source files follow the example above, while C/C++ source files
 follow the one below.
 Version control system ID tags should only exist once in a file