diff options
author | Matthew Wild <mwild1@gmail.com> | 2009-10-17 10:42:19 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2009-10-17 10:42:19 +0100 |
commit | 2b9801ef79e2e8655db550a8c620dd8b9bfc5e68 (patch) | |
tree | e90d6e93926649fad6bd1cde86ca432d6a2fe07d | |
parent | 8b476b284f99ffbc4d623723d0102382a269d83b (diff) | |
download | prosody-2b9801ef79e2e8655db550a8c620dd8b9bfc5e68.tar.gz prosody-2b9801ef79e2e8655db550a8c620dd8b9bfc5e68.zip |
util.helpers: Add copyright header
-rw-r--r-- | util/helpers.lua | 7 |
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); |