aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2009-10-17 10:42:19 +0100
committerMatthew Wild <mwild1@gmail.com>2009-10-17 10:42:19 +0100
commit2b9801ef79e2e8655db550a8c620dd8b9bfc5e68 (patch)
treee90d6e93926649fad6bd1cde86ca432d6a2fe07d /util
parent8b476b284f99ffbc4d623723d0102382a269d83b (diff)
downloadprosody-2b9801ef79e2e8655db550a8c620dd8b9bfc5e68.tar.gz
prosody-2b9801ef79e2e8655db550a8c620dd8b9bfc5e68.zip
util.helpers: Add copyright header
Diffstat (limited to 'util')
-rw-r--r--util/helpers.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/util/helpers.lua b/util/helpers.lua
index 49540c21..e69f1d98 100644
--- a/util/helpers.lua
+++ b/util/helpers.lua
@@ -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);