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: 2008-2013 Matthew Wild
SPDX-FileCopyrightText: 2008-2013 Waqas Hussain
SPDX-FileCopyrightText: 2014 Kim Alvefur
SPDX-License-Identifier: MIT
-->
---
labels:
- Stage-Alpha

View File

@ -5,7 +5,7 @@
--
-- This project is MIT/X11 licensed. Please see the
-- COPYING file in the source package for more information.
--
-- SPDX-License-Identifier: MIT
local new_sasl = require "util.sasl".new;
local base64 = require "util.encodings".base64.encode;