aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-08-16 17:55:34 +0000
committerWarner Losh <imp@FreeBSD.org>2023-08-16 17:55:34 +0000
commit6ef644f5889afbd0f681b08ed1a2f369524af83e (patch)
tree0361abe6afdc0d4ecebf608580e4e19017e1c266
parent9636a14538f56ad9b59c9d77abd9a06d0510d7b9 (diff)
downloadsrc-6ef644f5889afbd0f681b08ed1a2f369524af83e.tar.gz
src-6ef644f5889afbd0f681b08ed1a2f369524af83e.zip
Remove $FreeBSD$: one-line lua tag
Remove /^--\s*\$FreeBSD\$.*$\n/
-rw-r--r--share/examples/tests/tests/atf/Kyuafile1
-rw-r--r--share/examples/tests/tests/plain/Kyuafile1
-rw-r--r--share/examples/tests/tests/tap/Kyuafile1
-rw-r--r--share/man/man9/style.lua.91
-rw-r--r--tests/Kyuafile1
-rw-r--r--tools/lua/template.lua1
-rw-r--r--tools/pkgbase/metalog_reader.lua1
-rw-r--r--usr.bin/kyua/kyua.conf-default1
8 files changed, 0 insertions, 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.