Add copyright header to those files missing one

This commit is contained in:
Matthew Wild 2009-07-10 03:08:38 +01:00
parent def653fa26
commit e45610ce6e
36 changed files with 288 additions and 0 deletions

View 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 type = type;
local tonumber = tonumber;