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,9 @@
<!--
SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>
SPDX-License-Identifier: AGPL-3.0-only
-->
# mod_http_peertubelivechat_test
This module is a custom module that allows Peertube to test communication with Prosody.

View File

@ -1,3 +1,7 @@
-- SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>
--
-- SPDX-License-Identifier: AGPL-3.0-only
local json = require "util.json";
local async = require "util.async";
local http = require "net.http";