From a10c98c3ce5d6836a34dacdfdaac219864beef3b Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Thu, 8 Jul 2021 23:32:22 +0200 Subject: [PATCH] Add missing licensing info --- src/module/fonts.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/module/fonts.ts b/src/module/fonts.ts index a468080..25fd62b 100644 --- a/src/module/fonts.ts +++ b/src/module/fonts.ts @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2021 Johannes Loher +// +// SPDX-License-Identifier: MIT + type CSSOMString = string; type FontFaceLoadStatus = "unloaded" | "loading" | "loaded" | "error"; type FontFaceSetStatus = "loading" | "loaded";