Software /
code /
prosody
Comparison
util/helpers.lua @ 1964:101a8df23b29
util.helpers: Add copyright header
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sat, 17 Oct 2009 10:42:19 +0100 |
parent | 1959:f56670ce64de |
child | 2923:b7049746bd29 |
comparison
equal
deleted
inserted
replaced
1963:7533549e8ba6 | 1964:101a8df23b29 |
---|---|
1 -- Prosody IM | |
2 -- Copyright (C) 2008-2009 Matthew Wild | |
3 -- Copyright (C) 2008-2009 Waqas Hussain | |
4 -- | |
5 -- This project is MIT/X11 licensed. Please see the | |
6 -- COPYING file in the source package for more information. | |
7 -- | |
1 | 8 |
2 module("helpers", package.seeall); | 9 module("helpers", package.seeall); |
3 | 10 |
4 -- Helper functions for debugging | 11 -- Helper functions for debugging |
5 | 12 |