X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=util%2Fset.lua;h=ee154ece11e1f5977be607735fa197acf10de4e4;hb=4643eae0bf41b461c9337bfb66f9ac80f7e84f11;hp=84bfe8c42c299e29bcb506ab153198b5677f91b0;hpb=5d6afacc4f8552448a60efbf54782d1a4976ca81;p=prosody.git diff --git a/util/set.lua b/util/set.lua index 84bfe8c4..ee154ece 100644 --- a/util/set.lua +++ b/util/set.lua @@ -1,3 +1,11 @@ +-- 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;