Software /
code /
prosody
Changeset
1964:101a8df23b29
util.helpers: Add copyright header
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sat, 17 Oct 2009 10:42:19 +0100 |
parents | 1963:7533549e8ba6 |
children | 1965:f641e7ee171c |
files | util/helpers.lua |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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);