Software /
code /
prosody
Diff
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 |
line wrap: on
line diff
--- a/plugins/mod_mam/fallback_archive.lib.lua Wed Jan 11 13:08:50 2017 +0100 +++ b/plugins/mod_mam/fallback_archive.lib.lua Mon Jan 23 19:18:15 2017 +0100 @@ -1,3 +1,11 @@ +-- Prosody IM +-- Copyright (C) 2008-2017 Matthew Wild +-- Copyright (C) 2008-2017 Waqas Hussain +-- Copyright (C) 2011-2017 Kim Alvefur +-- +-- This project is MIT/X11 licensed. Please see the +-- COPYING file in the source package for more information. +-- -- luacheck: ignore 212/self local uuid = require "util.uuid".generate;