Software /
code /
prosody
Diff
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 |
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);