git: 8c99d94c900f - main - sys: Remove $FreeBSD$: two-line lua tag

From: Warner Losh <imp_at_FreeBSD.org>
Date: Wed, 16 Aug 2023 17:57:19 UTC
The branch main has been updated by imp:

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

commit 8c99d94c900fd563140f430706638d449288d92d
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2023-08-16 17:55:27 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-08-16 17:55:27 +0000

    sys: Remove $FreeBSD$: two-line lua tag
    
    Remove /^--\n--\s*\$FreeBSD\$.*$\n/
---
 sys/tools/makesyscalls.lua | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sys/tools/makesyscalls.lua b/sys/tools/makesyscalls.lua
index 97fdca6dcde4..f2d8f1a609b6 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