util.pposix: Replace the unwieldy module table generation with luaL_register() call...
[prosody.git] / util / termcolours.lua
index 5cf5b555c678b2090f5abc5a6e8046bdfdf6f784..905b70a627fc593962466b94c85a88efff086ef1 100644 (file)
@@ -1,3 +1,12 @@
+-- Prosody IM
+-- 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;