Software /
code /
prosody
Comparison
plugins/mod_mam/fallback_archive.lib.lua @ 7851:80ee0d9cd56f
mod_mam: Normalize copyright headers
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 23 Jan 2017 19:18:15 +0100 |
parent | 7836:30fac9154fd4 |
child | 7854:68c5476960be |
comparison
equal
deleted
inserted
replaced
7850:10d91860172f | 7851:80ee0d9cd56f |
---|---|
1 -- Prosody IM | |
2 -- Copyright (C) 2008-2017 Matthew Wild | |
3 -- Copyright (C) 2008-2017 Waqas Hussain | |
4 -- Copyright (C) 2011-2017 Kim Alvefur | |
5 -- | |
6 -- This project is MIT/X11 licensed. Please see the | |
7 -- COPYING file in the source package for more information. | |
8 -- | |
1 -- luacheck: ignore 212/self | 9 -- luacheck: ignore 212/self |
2 | 10 |
3 local uuid = require "util.uuid".generate; | 11 local uuid = require "util.uuid".generate; |
4 local store = module:shared("archive"); | 12 local store = module:shared("archive"); |
5 local archive_store = { _provided_by = "mam"; name = "fallback"; }; | 13 local archive_store = { _provided_by = "mam"; name = "fallback"; }; |