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: 2021 Kim Alvefur
SPDX-License-Identifier: MIT
-->
---
summary: Seed MUC configuration from JSON REST API
---

View File

@ -1,8 +1,8 @@
-- Copyright (C) 2021 Kim Alvefur
-- Copyright (C) 2024 John Livingston
-- SPDX-FileCopyrightText: 2021 Kim Alvefur
-- SPDX-FileCopyrightText: 2024 John Livingston
--
-- This file is MIT licensed. Please see the
-- COPYING file in the source package for more information.
-- SPDX-License-Identifier: MIT
-- SPDX-License-Identifier: AGPL-3.0-only
--
-- This version contains a modification to take into account new config option "slow_mode_duration".
-- This option is introduced in the Peertube livechat plugin, by mod_muc_slow_mode.