Skip to content

Commit

Permalink
Add missing licence text (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
schroda authored May 1, 2023
1 parent f5a961e commit b906509
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/screens/util/Extensions.ts
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit b906509

Please sign in to comment.