diff options
author | Matthew Wild <mwild1@gmail.com> | 2010-06-11 12:18:27 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2010-06-11 12:18:27 +0100 |
commit | be24b569b04c8c1b940de279584f6be2c69776f0 (patch) | |
tree | 85b98001dd159c505b3bf06fca478eda21763397 /plugins/adhoc | |
parent | bca433db6ef0968cda8f7e5e181aa48c87448932 (diff) | |
download | prosody-be24b569b04c8c1b940de279584f6be2c69776f0.tar.gz prosody-be24b569b04c8c1b940de279584f6be2c69776f0.zip |
mod_adhoc/adhoc.lib: Add copyright header
Diffstat (limited to 'plugins/adhoc')
-rw-r--r-- | plugins/adhoc/adhoc.lib.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/adhoc/adhoc.lib.lua b/plugins/adhoc/adhoc.lib.lua index 853992e0..3e3a705d 100644 --- a/plugins/adhoc/adhoc.lib.lua +++ b/plugins/adhoc/adhoc.lib.lua @@ -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"; |