X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=util%2Fset.lua;h=e4cc2dffbd428b6be84c2ec749ba0cd2156b67b3;hb=6a6712b24e5f780549692190e0819e2d2622faa8;hp=5f7a9ae243cef7d92bc13c63e1d32aed62bb3cb0;hpb=82aa9c749335a601ec308148ce95e3c680ad7705;p=prosody.git diff --git a/util/set.lua b/util/set.lua index 5f7a9ae2..e4cc2dff 100644 --- a/util/set.lua +++ b/util/set.lua @@ -1,12 +1,12 @@ -- Prosody IM --- Copyright (C) 2008-2009 Matthew Wild --- Copyright (C) 2008-2009 Waqas Hussain +-- 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 = +local ipairs, pairs, setmetatable, next, tostring = ipairs, pairs, setmetatable, next, tostring; local t_concat = table.concat;