diff mod_muc_moderation/mod_muc_moderation.lua @ 3900:06971a04216f

mod_muc_moderation: Add a copyright header
author Kim Alvefur <zash@zash.se>
date Sat, 22 Feb 2020 21:34:37 +0100
parents 3a96070f4a14
children a7ba6929d425
line wrap: on
line diff
--- a/mod_muc_moderation/mod_muc_moderation.lua	Sat Feb 22 21:32:52 2020 +0100
+++ b/mod_muc_moderation/mod_muc_moderation.lua	Sat Feb 22 21:34:37 2020 +0100
@@ -1,3 +1,11 @@
+-- mod_muc_moderation
+--
+-- Copyright (C) 2015-2020 Kim Alvefur
+--
+-- This file is MIT licensed.
+--
+-- Implements: XEP-0425: Message Moderation
+--
 -- Imports
 local dt = require "util.datetime";
 local id = require "util.id";