changeset 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 a03abb4bb6d7
children a7ba6929d425
files mod_muc_moderation/mod_muc_moderation.lua
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
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";