# HG changeset patch # User Matthew Wild # Date 1255772539 -3600 # Node ID 101a8df23b2925aac6d4aa1e06f94a278db584b9 # Parent 7533549e8ba6437d741af306b1b5c88f81a04f0c util.helpers: Add copyright header diff -r 7533549e8ba6 -r 101a8df23b29 util/helpers.lua --- 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);