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.
-- All rights reserved.

View file

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

View file

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

View file

@ -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");

View file

@ -1,4 +1,3 @@
-- $FreeBSD$
--
-- Copyright 2011 Google Inc.
-- 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
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
]]--
-- $FreeBSD$
local setmetatable = setmetatable
local loadstring = loadstring

View file

@ -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

View file

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