X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=util%2Fset.lua;h=e4cc2dffbd428b6be84c2ec749ba0cd2156b67b3;hb=0ef23c673d1d620c9c1cc3e8aed43add63634426;hp=84bfe8c42c299e29bcb506ab153198b5677f91b0;hpb=138c5afe227036aa3cfcff2c3e25ff72e6745de4;p=prosody.git diff --git a/util/set.lua b/util/set.lua index 84bfe8c4..e4cc2dff 100644 --- a/util/set.lua +++ b/util/set.lua @@ -1,4 +1,12 @@ -local ipairs, pairs, setmetatable, next, tostring = +-- 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 ipairs, pairs, setmetatable, next, tostring = ipairs, pairs, setmetatable, next, tostring; local t_concat = table.concat;