From bea67504c66d455ae2a5ebea2677682cdab8e576 Mon Sep 17 00:00:00 2001 From: Minsoo Choo Date: Mon, 29 Jan 2024 16:53:31 -0700 Subject: [PATCH] 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 a87a12e6056..360c48221c4 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