X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=util%2Ftermcolours.lua;h=4e267bee438fe2e7b4970b2c750d3d340001db36;hb=81c3f36b542816494b6181128cce9d34c8017760;hp=5cf5b555c678b2090f5abc5a6e8046bdfdf6f784;hpb=cde0eced52c14f8d7aa664f8219f80879a514d04;p=prosody.git diff --git a/util/termcolours.lua b/util/termcolours.lua index 5cf5b555..4e267bee 100644 --- a/util/termcolours.lua +++ b/util/termcolours.lua @@ -1,3 +1,12 @@ +-- Prosody IM +-- Copyright (C) 2008-2010 Matthew Wild +-- Copyright (C) 2008-2010 Waqas Hussain +-- +-- This project is MIT/X11 licensed. Please see the +-- COPYING file in the source package for more information. +-- + + local t_concat, t_insert = table.concat, table.insert; local char, format = string.char, string.format; local ipairs = ipairs;