Remove $FreeBSD$: one-line lua tag

Remove /^--\s*\$FreeBSD\$.*$\n/
This commit is contained in:
Warner Losh 2023-08-16 11:55:34 -06:00
parent 9636a14538
commit 6ef644f588
8 changed files with 0 additions and 8 deletions

View File

@ -1,4 +1,3 @@
-- $FreeBSD$
-- --
-- Copyright 2013 Google Inc. -- Copyright 2013 Google Inc.
-- All rights reserved. -- All rights reserved.

View File

@ -1,4 +1,3 @@
-- $FreeBSD$
-- --
-- Copyright 2013 Google Inc. -- Copyright 2013 Google Inc.
-- All rights reserved. -- All rights reserved.

View File

@ -1,4 +1,3 @@
-- $FreeBSD$
-- --
-- Copyright 2013 Google Inc. -- Copyright 2013 Google Inc.
-- All rights reserved. -- All rights reserved.

View File

@ -52,7 +52,6 @@ The preferred method of including other files and modules is with
.Fn require name , .Fn require name ,
such as: such as:
.Bd -literal .Bd -literal
-- $FreeBSD$
config = require("config"); config = require("config");
menu = require("menu"); menu = require("menu");

View File

@ -1,4 +1,3 @@
-- $FreeBSD$
-- --
-- Copyright 2011 Google Inc. -- Copyright 2011 Google Inc.
-- All rights reserved. -- All rights reserved.

View File

@ -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 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
]]-- ]]--
-- $FreeBSD$
local setmetatable = setmetatable local setmetatable = setmetatable
local loadstring = loadstring local loadstring = loadstring

View File

@ -25,7 +25,6 @@
-- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-- SUCH DAMAGE. -- SUCH DAMAGE.
-- $FreeBSD$
function main(args) function main(args)
if #args == 0 then usage() end if #args == 0 then usage() end

View File

@ -1,4 +1,3 @@
-- $FreeBSD$
-- --
-- System-wide configuration file for kyua(1). See kyua.conf(5) for details -- System-wide configuration file for kyua(1). See kyua.conf(5) for details
-- on the syntax. -- on the syntax.