util.helpers: Add copyright header
authorMatthew Wild <mwild1@gmail.com>
Sat, 17 Oct 2009 10:42:19 +0100
changeset 1964 101a8df23b29
parent 1963 7533549e8ba6
child 1965 f641e7ee171c
util.helpers: Add copyright header
util/helpers.lua
--- a/util/helpers.lua	Fri Oct 16 22:30:59 2009 +0100
+++ b/util/helpers.lua	Sat Oct 17 10:42:19 2009 +0100
@@ -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);