Skip to content

Commit 6ef644f

Browse files
committed
Remove $FreeBSD$: one-line lua tag
Remove /^--\s*\$FreeBSD\$.*$\n/
1 parent 9636a14 commit 6ef644f

File tree

8 files changed

+0
-8
lines changed

8 files changed

+0
-8
lines changed

share/examples/tests/tests/atf/Kyuafile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
-- $FreeBSD$
21
--
32
-- Copyright 2013 Google Inc.
43
-- All rights reserved.

share/examples/tests/tests/plain/Kyuafile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
-- $FreeBSD$
21
--
32
-- Copyright 2013 Google Inc.
43
-- All rights reserved.

share/examples/tests/tests/tap/Kyuafile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
-- $FreeBSD$
21
--
32
-- Copyright 2013 Google Inc.
43
-- All rights reserved.

share/man/man9/style.lua.9

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ The preferred method of including other files and modules is with
5252
.Fn require name ,
5353
such as:
5454
.Bd -literal
55-
-- $FreeBSD$
5655

5756
config = require("config");
5857
menu = require("menu");

tests/Kyuafile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
-- $FreeBSD$
21
--
32
-- Copyright 2011 Google Inc.
43
-- All rights reserved.

tools/lua/template.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2828
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
2929
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3030
]]--
31-
-- $FreeBSD$
3231

3332
local setmetatable = setmetatable
3433
local loadstring = loadstring

tools/pkgbase/metalog_reader.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
-- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2626
-- SUCH DAMAGE.
2727

28-
-- $FreeBSD$
2928

3029
function main(args)
3130
if #args == 0 then usage() end

usr.bin/kyua/kyua.conf-default

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
-- $FreeBSD$
21
--
32
-- System-wide configuration file for kyua(1). See kyua.conf(5) for details
43
-- on the syntax.

0 commit comments

Comments
 (0)