X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=util%2Ftermcolours.lua;h=10ce2e4b600b68afabe7cf43642b2b09c8b053bb;hb=a80f2d734aaf6cf54728a7d9e4a68335f91af8f9;hp=5cf5b555c678b2090f5abc5a6e8046bdfdf6f784;hpb=e32a2a8dd4b44494c16cb8a2c4e2627e94f66b70;p=prosody.git diff --git a/util/termcolours.lua b/util/termcolours.lua index 5cf5b555..10ce2e4b 100644 --- a/util/termcolours.lua +++ b/util/termcolours.lua @@ -1,3 +1,12 @@ +-- Prosody IM v0.4 +-- Copyright (C) 2008-2009 Matthew Wild +-- Copyright (C) 2008-2009 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;