From b906509f9f7cc9eec8ce5ed7b474a2aae8a5d718 Mon Sep 17 00:00:00 2001 From: schroda <50052685+schroda@users.noreply.github.com> Date: Mon, 1 May 2023 23:31:41 +0200 Subject: [PATCH] Add missing licence text (#286) --- src/screens/util/Extensions.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/screens/util/Extensions.ts b/src/screens/util/Extensions.ts index dd15a699..46180e01 100644 --- a/src/screens/util/Extensions.ts +++ b/src/screens/util/Extensions.ts @@ -1,3 +1,10 @@ +/* + * Copyright (C) Contributors to the Suwayomi project + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ + import { IExtension, TranslationKey } from 'typings'; import { DefaultLanguage, langCodeToName } from 'util/language'; import { t } from 'i18next';