net.dns: Respect commented nameserver entries in resolv.conf (thanks Remko)
[prosody.git] / util / set.lua
index 84bfe8c42c299e29bcb506ab153198b5677f91b0..5f7a9ae243cef7d92bc13c63e1d32aed62bb3cb0 100644 (file)
@@ -1,3 +1,11 @@
+-- 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 ipairs, pairs, setmetatable, next, tostring = 
       ipairs, pairs, setmetatable, next, tostring;
 local t_concat = table.concat;