From 3bb5ed17be8cd990fad40b4c244cbc8076838392 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Fri, 25 Feb 2022 15:08:01 +0200 Subject: [PATCH] Relicense ical.js.d.ts to MPL-2.0 (same as ical.js). This should make it easier for people to reuse it. --- src/types/ical.js.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/ical.js.d.ts b/src/types/ical.js.d.ts index a5dec9a..ce60600 100644 --- a/src/types/ical.js.d.ts +++ b/src/types/ical.js.d.ts @@ -1,5 +1,5 @@ // SPDX-FileCopyrightText: © 2017 EteSync Authors -// SPDX-License-Identifier: AGPL-3.0-only +// SPDX-License-Identifier: MPL-2.0 // Disable some style eslint rules for things we can't control /* eslint-disable @typescript-eslint/camelcase, @typescript-eslint/class-name-casing */