From a80e607a56a95562dbfbe78eef027773e4ca1823 Mon Sep 17 00:00:00 2001 From: David Benque Date: Wed, 25 Oct 2023 12:51:10 +0100 Subject: [PATCH] Correct license for API file --- www/cryptpad-api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/cryptpad-api.js b/www/cryptpad-api.js index ac07b610c..67e232a23 100644 --- a/www/cryptpad-api.js +++ b/www/cryptpad-api.js @@ -1,6 +1,6 @@ // SPDX-FileCopyrightText: 2023 XWiki CryptPad Team and contributors // -// SPDX-License-Identifier: AGPL-3.0-or-later +// SPDX-License-Identifier: MIT (function () { 'use strict';