Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Aug 2023 17:57:22 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 6ef644f5889a - main - Remove $FreeBSD$: one-line lua tag
Message-ID:  <202308161757.37GHvMBG060057@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp:

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

commit 6ef644f5889afbd0f681b08ed1a2f369524af83e
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2023-08-16 17:55:34 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-08-16 17:55:34 +0000

    Remove $FreeBSD$: one-line lua tag
    
    Remove /^--\s*\$FreeBSD\$.*$\n/
---
 share/examples/tests/tests/atf/Kyuafile   | 1 -
 share/examples/tests/tests/plain/Kyuafile | 1 -
 share/examples/tests/tests/tap/Kyuafile   | 1 -
 share/man/man9/style.lua.9                | 1 -
 tests/Kyuafile                            | 1 -
 tools/lua/template.lua                    | 1 -
 tools/pkgbase/metalog_reader.lua          | 1 -
 usr.bin/kyua/kyua.conf-default            | 1 -
 8 files changed, 8 deletions(-)

diff --git a/share/examples/tests/tests/atf/Kyuafile b/share/examples/tests/tests/atf/Kyuafile
index 8c60947d1082..ef2407d0f11c 100644
--- a/share/examples/tests/tests/atf/Kyuafile
+++ b/share/examples/tests/tests/atf/Kyuafile
@@ -1,4 +1,3 @@
--- $FreeBSD$
 --
 -- Copyright 2013 Google Inc.
 -- All rights reserved.
diff --git a/share/examples/tests/tests/plain/Kyuafile b/share/examples/tests/tests/plain/Kyuafile
index c9301b0ef97e..c427a6045e95 100644
--- a/share/examples/tests/tests/plain/Kyuafile
+++ b/share/examples/tests/tests/plain/Kyuafile
@@ -1,4 +1,3 @@
--- $FreeBSD$
 --
 -- Copyright 2013 Google Inc.
 -- All rights reserved.
diff --git a/share/examples/tests/tests/tap/Kyuafile b/share/examples/tests/tests/tap/Kyuafile
index 032d9a91d8da..64339c54c012 100644
--- a/share/examples/tests/tests/tap/Kyuafile
+++ b/share/examples/tests/tests/tap/Kyuafile
@@ -1,4 +1,3 @@
--- $FreeBSD$
 --
 -- Copyright 2013 Google Inc.
 -- All rights reserved.
diff --git a/share/man/man9/style.lua.9 b/share/man/man9/style.lua.9
index d6067ddeb4df..0417efc83c45 100644
--- a/share/man/man9/style.lua.9
+++ b/share/man/man9/style.lua.9
@@ -52,7 +52,6 @@ The preferred method of including other files and modules is with
 .Fn require name ,
 such as:
 .Bd -literal
--- $FreeBSD$
 
 config = require("config");
 menu = require("menu");
diff --git a/tests/Kyuafile b/tests/Kyuafile
index 10cf039ae041..3e97c4ce5cde 100644
--- a/tests/Kyuafile
+++ b/tests/Kyuafile
@@ -1,4 +1,3 @@
--- $FreeBSD$
 --
 -- Copyright 2011 Google Inc.
 -- All rights reserved.
diff --git a/tools/lua/template.lua b/tools/lua/template.lua
index 3662953b0f2e..6c7d33c8ab0f 100644
--- a/tools/lua/template.lua
+++ b/tools/lua/template.lua
@@ -28,7 +28,6 @@ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 ]]--
--- $FreeBSD$
 
 local setmetatable = setmetatable
 local loadstring = loadstring
diff --git a/tools/pkgbase/metalog_reader.lua b/tools/pkgbase/metalog_reader.lua
index be0ccf293869..6a5b33f308ae 100644
--- a/tools/pkgbase/metalog_reader.lua
+++ b/tools/pkgbase/metalog_reader.lua
@@ -25,7 +25,6 @@
 -- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 -- SUCH DAMAGE.
 
--- $FreeBSD$
 
 function main(args)
 	if #args == 0 then usage() end
diff --git a/usr.bin/kyua/kyua.conf-default b/usr.bin/kyua/kyua.conf-default
index 9c1e8286eb53..e2e73c66515c 100644
--- a/usr.bin/kyua/kyua.conf-default
+++ b/usr.bin/kyua/kyua.conf-default
@@ -1,4 +1,3 @@
--- $FreeBSD$
 --
 -- System-wide configuration file for kyua(1).  See kyua.conf(5) for details
 -- on the syntax.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308161757.37GHvMBG060057>