Software / code / prosody
Changeset
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 | 3229:0abb73c43bc8 |
| children | 3231:ad3fbed1dda5 |
| files | plugins/adhoc/adhoc.lib.lua |
| diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
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";