SPDX headers.

This commit is contained in:
John Livingston
2024-05-23 12:18:17 +02:00
parent d5c327565c
commit e8382f163b
48 changed files with 192 additions and 19 deletions

View File

@ -1,3 +1,7 @@
<!--
SPDX-FileCopyrightText: 2015-2021 Kim Alvefur
SPDX-License-Identifier: MIT
-->
# Introduction
This module implements [XEP-0425: Message Moderation].

View File

@ -1,8 +1,8 @@
-- mod_muc_moderation
--
-- Copyright (C) 2015-2021 Kim Alvefur
-- SPDX-FileCopyrightText: 2015-2021 Kim Alvefur
--
-- This file is MIT licensed.
-- SPDX-License-Identifier: MIT
--
-- Implements: XEP-0425: Message Moderation
--