git: 911f99722cfa - stable/13 - sys: Remove $FreeBSD$: two-line lua tag

From: Warner Losh <imp_at_FreeBSD.org>
Date: Wed, 23 Aug 2023 17:50:06 UTC
The branch stable/13 has been updated by imp:

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

commit 911f99722cfa214920818bd7a28e75018c314502
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2023-08-22 01:32:23 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-08-23 17:43:33 +0000

    sys: Remove $FreeBSD$: two-line lua tag
    
    Remove /^--\n--\s*\$FreeBSD\$.*$\n/
    
    Similar commit in current:
    (cherry picked from commit 8c99d94c900f)
---
 sys/tools/makesyscalls.lua | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sys/tools/makesyscalls.lua b/sys/tools/makesyscalls.lua
index 67a51c946d4e..9efda5db52d1 100644
--- a/sys/tools/makesyscalls.lua
+++ b/sys/tools/makesyscalls.lua
@@ -24,8 +24,6 @@
 -- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 -- SUCH DAMAGE.
 --
--- $FreeBSD$
---
 
 
 -- We generally assume that this script will be run by flua, however we've