util.helpers: Add copyright header

This commit is contained in:
Matthew Wild 2009-10-17 10:42:19 +01:00
parent 8b476b284f
commit 2b9801ef79

View file

@ -1,3 +1,10 @@
-- 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.
--
module("helpers", package.seeall);