Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Aug 2023 17:50:07 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: a7385d2a904a - stable/13 - Remove $FreeBSD$: two-line lua tag
Message-ID:  <202308231750.37NHo7M7044797@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=a7385d2a904a5e7d8cde296faf9f0b399f318cdb

commit a7385d2a904a5e7d8cde296faf9f0b399f318cdb
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2023-08-22 01:32:26 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-08-23 17:43:33 +0000

    Remove $FreeBSD$: two-line lua tag
    
    Remove /^--\n--\s*\$FreeBSD\$.*$\n/
    
    Similar commit in main:
    (cherry picked from commit 9636a14538f5)
---
 share/snmp/mibs/FREEBSD-MIB.txt                              | 2 --
 stand/lua/cli.lua                                            | 2 --
 stand/lua/color.lua                                          | 2 --
 stand/lua/config.lua                                         | 2 --
 stand/lua/core.lua                                           | 2 --
 stand/lua/drawer.lua                                         | 2 --
 stand/lua/gfx-beastie.lua                                    | 2 --
 stand/lua/gfx-beastiebw.lua                                  | 2 --
 stand/lua/gfx-fbsdbw.lua                                     | 2 --
 stand/lua/gfx-orb.lua                                        | 2 --
 stand/lua/gfx-orbbw.lua                                      | 2 --
 stand/lua/hook.lua                                           | 2 --
 stand/lua/loader.lua                                         | 2 --
 stand/lua/menu.lua                                           | 2 --
 stand/lua/password.lua                                       | 2 --
 stand/lua/screen.lua                                         | 2 --
 usr.sbin/bsnmpd/modules/snmp_bridge/BEGEMOT-BRIDGE-MIB.txt   | 2 --
 usr.sbin/bsnmpd/modules/snmp_bridge/BRIDGE-MIB.txt           | 2 --
 usr.sbin/bsnmpd/modules/snmp_bridge/RSTP-MIB.txt             | 2 --
 usr.sbin/bsnmpd/modules/snmp_hast/BEGEMOT-HAST-MIB.txt       | 2 --
 usr.sbin/bsnmpd/modules/snmp_hostres/BEGEMOT-HOSTRES-MIB.txt | 2 --
 usr.sbin/bsnmpd/modules/snmp_lm75/BEGEMOT-LM75-MIB.txt       | 2 --
 usr.sbin/bsnmpd/modules/snmp_netgraph/BEGEMOT-NETGRAPH.txt   | 2 --
 usr.sbin/bsnmpd/modules/snmp_pf/BEGEMOT-PF-MIB.txt           | 2 --
 usr.sbin/bsnmpd/modules/snmp_wlan/BEGEMOT-WIRELESS-MIB.txt   | 2 --
 25 files changed, 50 deletions(-)

diff --git a/share/snmp/mibs/FREEBSD-MIB.txt b/share/snmp/mibs/FREEBSD-MIB.txt
index 0a745c3a3754..71cf67b23f78 100644
--- a/share/snmp/mibs/FREEBSD-MIB.txt
+++ b/share/snmp/mibs/FREEBSD-MIB.txt
@@ -3,8 +3,6 @@
 --
 -- FreeBSD SMI { enterprises 2238 }
 --
--- $FreeBSD$
---
 -- *****************************************************************
 
 FREEBSD-MIB DEFINITIONS ::= BEGIN
diff --git a/stand/lua/cli.lua b/stand/lua/cli.lua
index 11f3b41a7fed..6832da0a31a5 100644
--- a/stand/lua/cli.lua
+++ b/stand/lua/cli.lua
@@ -24,8 +24,6 @@
 -- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 -- SUCH DAMAGE.
 --
--- $FreeBSD$
---
 
 local config = require("config")
 local core = require("core")
diff --git a/stand/lua/color.lua b/stand/lua/color.lua
index 72024e241d10..bdb29e6de670 100644
--- a/stand/lua/color.lua
+++ b/stand/lua/color.lua
@@ -25,8 +25,6 @@
 -- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 -- SUCH DAMAGE.
 --
--- $FreeBSD$
---
 
 local core = require("core")
 local hook = require("hook")
diff --git a/stand/lua/config.lua b/stand/lua/config.lua
index 3adad0016bf8..2f66d715016e 100644
--- a/stand/lua/config.lua
+++ b/stand/lua/config.lua
@@ -26,8 +26,6 @@
 -- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 -- SUCH DAMAGE.
 --
--- $FreeBSD$
---
 
 local hook = require("hook")
 
diff --git a/stand/lua/core.lua b/stand/lua/core.lua
index 83a522febffe..8a481ee0b782 100644
--- a/stand/lua/core.lua
+++ b/stand/lua/core.lua
@@ -26,8 +26,6 @@
 -- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 -- SUCH DAMAGE.
 --
--- $FreeBSD$
---
 
 local config = require("config")
 local hook = require("hook")
diff --git a/stand/lua/drawer.lua b/stand/lua/drawer.lua
index 24f2f0ddb3b3..2dcf7d5de0f8 100644
--- a/stand/lua/drawer.lua
+++ b/stand/lua/drawer.lua
@@ -26,8 +26,6 @@
 -- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 -- SUCH DAMAGE.
 --
--- $FreeBSD$
---
 
 local color = require("color")
 local config = require("config")
diff --git a/stand/lua/gfx-beastie.lua b/stand/lua/gfx-beastie.lua
index c806cdb86fa1..443f0fd888ba 100644
--- a/stand/lua/gfx-beastie.lua
+++ b/stand/lua/gfx-beastie.lua
@@ -24,8 +24,6 @@
 -- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 -- SUCH DAMAGE.
 --
--- $FreeBSD$
---
 
 return {
 	logo = {
diff --git a/stand/lua/gfx-beastiebw.lua b/stand/lua/gfx-beastiebw.lua
index ffda4c114447..c71e53a9c4e3 100644
--- a/stand/lua/gfx-beastiebw.lua
+++ b/stand/lua/gfx-beastiebw.lua
@@ -24,8 +24,6 @@
 -- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 -- SUCH DAMAGE.
 --
--- $FreeBSD$
---
 
 return {
 	logo = {
diff --git a/stand/lua/gfx-fbsdbw.lua b/stand/lua/gfx-fbsdbw.lua
index 7062a0a61e0d..470af71a07b5 100644
--- a/stand/lua/gfx-fbsdbw.lua
+++ b/stand/lua/gfx-fbsdbw.lua
@@ -24,8 +24,6 @@
 -- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 -- SUCH DAMAGE.
 --
--- $FreeBSD$
---
 
 return {
 	logo = {
diff --git a/stand/lua/gfx-orb.lua b/stand/lua/gfx-orb.lua
index c313fc1617b7..00f4aeb3bceb 100644
--- a/stand/lua/gfx-orb.lua
+++ b/stand/lua/gfx-orb.lua
@@ -24,8 +24,6 @@
 -- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 -- SUCH DAMAGE.
 --
--- $FreeBSD$
---
 
 return {
 	logo = {
diff --git a/stand/lua/gfx-orbbw.lua b/stand/lua/gfx-orbbw.lua
index 641c7eef268a..93ffd2366196 100644
--- a/stand/lua/gfx-orbbw.lua
+++ b/stand/lua/gfx-orbbw.lua
@@ -24,8 +24,6 @@
 -- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 -- SUCH DAMAGE.
 --
--- $FreeBSD$
---
 
 return {
 	logo = {
diff --git a/stand/lua/hook.lua b/stand/lua/hook.lua
index 848e47567797..41fde094c228 100644
--- a/stand/lua/hook.lua
+++ b/stand/lua/hook.lua
@@ -24,8 +24,6 @@
 -- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 -- SUCH DAMAGE.
 --
--- $FreeBSD$
---
 
 local hook = {}
 
diff --git a/stand/lua/loader.lua b/stand/lua/loader.lua
index 8910af4673f9..454cd7e6332f 100644
--- a/stand/lua/loader.lua
+++ b/stand/lua/loader.lua
@@ -26,8 +26,6 @@
 -- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 -- SUCH DAMAGE.
 --
--- $FreeBSD$
---
 
 -- The cli module should be included first here. Some of the functions that it
 -- defines are necessary for the Lua-based loader to operate in general.
diff --git a/stand/lua/menu.lua b/stand/lua/menu.lua
index 5fa8c23f0e67..7da03ad9e673 100644
--- a/stand/lua/menu.lua
+++ b/stand/lua/menu.lua
@@ -26,8 +26,6 @@
 -- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 -- SUCH DAMAGE.
 --
--- $FreeBSD$
---
 
 local cli = require("cli")
 local core = require("core")
diff --git a/stand/lua/password.lua b/stand/lua/password.lua
index a47a617944d7..3d3060f5cab3 100644
--- a/stand/lua/password.lua
+++ b/stand/lua/password.lua
@@ -26,8 +26,6 @@
 -- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 -- SUCH DAMAGE.
 --
--- $FreeBSD$
---
 
 local core = require("core")
 local screen = require("screen")
diff --git a/stand/lua/screen.lua b/stand/lua/screen.lua
index 34c78ca28725..4437a34f95f1 100644
--- a/stand/lua/screen.lua
+++ b/stand/lua/screen.lua
@@ -25,8 +25,6 @@
 -- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 -- SUCH DAMAGE.
 --
--- $FreeBSD$
---
 
 local color = require("color")
 local core = require("core")
diff --git a/usr.sbin/bsnmpd/modules/snmp_bridge/BEGEMOT-BRIDGE-MIB.txt b/usr.sbin/bsnmpd/modules/snmp_bridge/BEGEMOT-BRIDGE-MIB.txt
index bde89b6ee73b..77de04446a54 100644
--- a/usr.sbin/bsnmpd/modules/snmp_bridge/BEGEMOT-BRIDGE-MIB.txt
+++ b/usr.sbin/bsnmpd/modules/snmp_bridge/BEGEMOT-BRIDGE-MIB.txt
@@ -23,8 +23,6 @@
 -- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 -- SUCH DAMAGE.
 --
--- $FreeBSD$
---
 
 BEGEMOT-BRIDGE-MIB DEFINITIONS ::= BEGIN
 
diff --git a/usr.sbin/bsnmpd/modules/snmp_bridge/BRIDGE-MIB.txt b/usr.sbin/bsnmpd/modules/snmp_bridge/BRIDGE-MIB.txt
index 9f87b6557c0a..345117db2e39 100644
--- a/usr.sbin/bsnmpd/modules/snmp_bridge/BRIDGE-MIB.txt
+++ b/usr.sbin/bsnmpd/modules/snmp_bridge/BRIDGE-MIB.txt
@@ -13,8 +13,6 @@
 -- INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED
 -- WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
 --
--- $FreeBSD$
---
 
 BRIDGE-MIB DEFINITIONS ::= BEGIN
 
diff --git a/usr.sbin/bsnmpd/modules/snmp_bridge/RSTP-MIB.txt b/usr.sbin/bsnmpd/modules/snmp_bridge/RSTP-MIB.txt
index ea6648e031b2..b0a44858ff32 100644
--- a/usr.sbin/bsnmpd/modules/snmp_bridge/RSTP-MIB.txt
+++ b/usr.sbin/bsnmpd/modules/snmp_bridge/RSTP-MIB.txt
@@ -13,8 +13,6 @@
 -- INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED
 -- WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
 --
--- $FreeBSD$
---
 
 RSTP-MIB DEFINITIONS ::= BEGIN
 
diff --git a/usr.sbin/bsnmpd/modules/snmp_hast/BEGEMOT-HAST-MIB.txt b/usr.sbin/bsnmpd/modules/snmp_hast/BEGEMOT-HAST-MIB.txt
index 0f330c171aaf..44ada542a69d 100644
--- a/usr.sbin/bsnmpd/modules/snmp_hast/BEGEMOT-HAST-MIB.txt
+++ b/usr.sbin/bsnmpd/modules/snmp_hast/BEGEMOT-HAST-MIB.txt
@@ -23,8 +23,6 @@
 -- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 -- SUCH DAMAGE.
 --
--- $FreeBSD$
---
 
 BEGEMOT-HAST-MIB DEFINITIONS ::= BEGIN
 
diff --git a/usr.sbin/bsnmpd/modules/snmp_hostres/BEGEMOT-HOSTRES-MIB.txt b/usr.sbin/bsnmpd/modules/snmp_hostres/BEGEMOT-HOSTRES-MIB.txt
index 3c15e090e1fd..f05ae47f081d 100644
--- a/usr.sbin/bsnmpd/modules/snmp_hostres/BEGEMOT-HOSTRES-MIB.txt
+++ b/usr.sbin/bsnmpd/modules/snmp_hostres/BEGEMOT-HOSTRES-MIB.txt
@@ -26,8 +26,6 @@
 -- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 -- SUCH DAMAGE.
 --
--- $FreeBSD$
---
 -- Additional stuff for the HOST-RESOURCES MIB.
 --
 BEGEMOT-HOSTRES-MIB DEFINITIONS ::= BEGIN
diff --git a/usr.sbin/bsnmpd/modules/snmp_lm75/BEGEMOT-LM75-MIB.txt b/usr.sbin/bsnmpd/modules/snmp_lm75/BEGEMOT-LM75-MIB.txt
index f8f52a639be0..c4cf536e5043 100644
--- a/usr.sbin/bsnmpd/modules/snmp_lm75/BEGEMOT-LM75-MIB.txt
+++ b/usr.sbin/bsnmpd/modules/snmp_lm75/BEGEMOT-LM75-MIB.txt
@@ -23,8 +23,6 @@
 -- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 -- SUCH DAMAGE.
 --
--- $FreeBSD$
---
 
 BEGEMOT-LM75-MIB DEFINITIONS ::= BEGIN
 
diff --git a/usr.sbin/bsnmpd/modules/snmp_netgraph/BEGEMOT-NETGRAPH.txt b/usr.sbin/bsnmpd/modules/snmp_netgraph/BEGEMOT-NETGRAPH.txt
index b4f0e2a3f993..572fe1820e0c 100644
--- a/usr.sbin/bsnmpd/modules/snmp_netgraph/BEGEMOT-NETGRAPH.txt
+++ b/usr.sbin/bsnmpd/modules/snmp_netgraph/BEGEMOT-NETGRAPH.txt
@@ -27,8 +27,6 @@
 -- NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
 -- EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 --
--- $FreeBSD$
---
 -- Private MIB for netgraph part of Begemot SNMP daemon.
 --
 BEGEMOT-NETGRAPH-MIB DEFINITIONS ::= BEGIN
diff --git a/usr.sbin/bsnmpd/modules/snmp_pf/BEGEMOT-PF-MIB.txt b/usr.sbin/bsnmpd/modules/snmp_pf/BEGEMOT-PF-MIB.txt
index d92b6ac7d0c6..13a4a646a669 100644
--- a/usr.sbin/bsnmpd/modules/snmp_pf/BEGEMOT-PF-MIB.txt
+++ b/usr.sbin/bsnmpd/modules/snmp_pf/BEGEMOT-PF-MIB.txt
@@ -6,8 +6,6 @@
 -- this stuff is worth it, you can buy me a beer in return.   -Philip Paeps
 -- ----------------------------------------------------------------------------
 --
--- $FreeBSD$
---
 
 BEGEMOT-PF-MIB DEFINITIONS ::= BEGIN
 
diff --git a/usr.sbin/bsnmpd/modules/snmp_wlan/BEGEMOT-WIRELESS-MIB.txt b/usr.sbin/bsnmpd/modules/snmp_wlan/BEGEMOT-WIRELESS-MIB.txt
index 69873eddf33d..a377b7b6988d 100644
--- a/usr.sbin/bsnmpd/modules/snmp_wlan/BEGEMOT-WIRELESS-MIB.txt
+++ b/usr.sbin/bsnmpd/modules/snmp_wlan/BEGEMOT-WIRELESS-MIB.txt
@@ -25,8 +25,6 @@
 -- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 -- SUCH DAMAGE.
 --
--- $FreeBSD$
---
 
 BEGEMOT-WIRELESS-MIB DEFINITIONS ::= BEGIN
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308231750.37NHo7M7044797>