From c1d285675594d8bda5bb14b3c75775a24bb7eda9 Mon Sep 17 00:00:00 2001 From: 20kdc Date: Fri, 30 Mar 2018 14:13:47 +0100 Subject: [PATCH] Non-functional change: add (lack of) license header to fmttext.lua This'll go in the next release, but has no effect on anything. It's just a formality. --- code/libs/fmttext.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/libs/fmttext.lua b/code/libs/fmttext.lua index 3a5d8cf..bd5938b 100644 --- a/code/libs/fmttext.lua +++ b/code/libs/fmttext.lua @@ -1,3 +1,6 @@ +-- This is released into the public domain. +-- No warranty is provided, implied or otherwise. + local fmt fmt = { pad = function (t, len, centre, cut)