Software /
code /
prosody-modules
Changeset
1764:a077dcf1bb36
mod_storage_xmlarchive: Add (c) header
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 29 May 2015 14:24:42 +0200 |
parents | 1763:cf3ee2eca46d |
children | 1765:1a7867eaac9e |
files | mod_storage_xmlarchive/mod_storage_xmlarchive.lua |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_storage_xmlarchive/mod_storage_xmlarchive.lua Fri May 29 14:24:21 2015 +0200 +++ b/mod_storage_xmlarchive/mod_storage_xmlarchive.lua Fri May 29 14:24:42 2015 +0200 @@ -1,3 +1,10 @@ +-- mod_storage_xmlarchive +-- Copyright (C) 2014-2015 Kim Alvefur +-- +-- This file is MIT/X11 licensed. +-- +-- luacheck: ignore unused self + local dm = require "core.storagemanager".olddm; local hmac_sha256 = require"util.hashes".hmac_sha256; local st = require"util.stanza";