aboutsummaryrefslogtreecommitdiff
path: root/stand/lua/loader.lua
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-08-16 17:55:30 +0000
committerWarner Losh <imp@FreeBSD.org>2023-08-16 17:55:30 +0000
commit9636a14538f56ad9b59c9d77abd9a06d0510d7b9 (patch)
treea5f75b6d3e963620f97b212838d7f93f16d9a39d /stand/lua/loader.lua
parent8c99d94c900fd563140f430706638d449288d92d (diff)
Diffstat (limited to 'stand/lua/loader.lua')
-rw-r--r--stand/lua/loader.lua2
1 files changed, 0 insertions, 2 deletions
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.