Mercurial > prosody-hg
diff plugins/adhoc/adhoc.lib.lua @ 3230:a5c3a82d677e
mod_adhoc/adhoc.lib: Add copyright header
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Fri, 11 Jun 2010 12:18:27 +0100 |
| parents | 0abb73c43bc8 |
| children | c9294e190bb6 |
line wrap: on
line diff
--- a/plugins/adhoc/adhoc.lib.lua Fri Jun 11 12:17:57 2010 +0100 +++ b/plugins/adhoc/adhoc.lib.lua Fri Jun 11 12:18:27 2010 +0100 @@ -1,3 +1,9 @@ +-- Copyright (C) 2009-2010 Florian Zeitz +-- +-- This file is MIT/X11 licensed. Please see the +-- COPYING file in the source package for more information. +-- + local st, uuid = require "util.stanza", require "util.uuid"; local xmlns_cmd = "http://jabber.org/protocol/commands";
