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.
This commit is contained in:
20kdc 2018-03-30 14:13:47 +01:00
parent 1c2f763780
commit c1d2856755
1 changed files with 3 additions and 0 deletions

View File

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