mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-21 18:50:50 +01:00
Remove $FreeBSD$: one-line lua tag
Remove /^--\s*\$FreeBSD\$.*$\n/
This commit is contained in:
parent
9636a14538
commit
6ef644f588
@ -1,4 +1,3 @@
|
||||
-- $FreeBSD$
|
||||
--
|
||||
-- Copyright 2013 Google Inc.
|
||||
-- All rights reserved.
|
||||
|
@ -1,4 +1,3 @@
|
||||
-- $FreeBSD$
|
||||
--
|
||||
-- Copyright 2013 Google Inc.
|
||||
-- All rights reserved.
|
||||
|
@ -1,4 +1,3 @@
|
||||
-- $FreeBSD$
|
||||
--
|
||||
-- Copyright 2013 Google Inc.
|
||||
-- All rights reserved.
|
||||
|
@ -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");
|
||||
|
@ -1,4 +1,3 @@
|
||||
-- $FreeBSD$
|
||||
--
|
||||
-- Copyright 2011 Google Inc.
|
||||
-- All rights reserved.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1,4 +1,3 @@
|
||||
-- $FreeBSD$
|
||||
--
|
||||
-- System-wide configuration file for kyua(1). See kyua.conf(5) for details
|
||||
-- on the syntax.
|
||||
|
Loading…
Reference in New Issue
Block a user