Software /
code /
prosody-modules
Changeset
3185:973caebcb40b
mod_profile: Add copyright header
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 13 Jul 2018 01:13:06 +0200 |
parents | 3184:c25853bc387b |
children | 3186:1fe5b156d220 |
files | mod_profile/mod_profile.lua |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_profile/mod_profile.lua Fri Jul 13 01:11:51 2018 +0200 +++ b/mod_profile/mod_profile.lua Fri Jul 13 01:13:06 2018 +0200 @@ -1,4 +1,7 @@ -- mod_profile +-- Copyright (C) 2014-2018 Kim Alvefur +-- +-- This file is MIT licensed. local st = require"util.stanza"; local jid_split = require"util.jid".split;