From 6e1c9576a9b8db04761883eb233e1e1dfc40ecc4 Mon Sep 17 00:00:00 2001 From: Austin Siew <17107540+Aquafina-water-bottle@users.noreply.github.com> Date: Thu, 23 Mar 2023 00:23:16 -0600 Subject: fixed missing headers in docs/interfaces/*.ts --- docs/interfaces/dictionary-entry.ts | 3 ++- docs/interfaces/translator-types.ts | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'docs/interfaces') diff --git a/docs/interfaces/dictionary-entry.ts b/docs/interfaces/dictionary-entry.ts index 7db60ebd..edf7cc78 100644 --- a/docs/interfaces/dictionary-entry.ts +++ b/docs/interfaces/dictionary-entry.ts @@ -1,4 +1,5 @@ /* + * Copyright (C) 2023 Yomitan Authors * Copyright (C) 2021-2022 Yomichan Authors * * This program is free software: you can redistribute it and/or modify @@ -475,4 +476,4 @@ namespace Translation { */ isPrimary: boolean; } -} +} \ No newline at end of file diff --git a/docs/interfaces/translator-types.ts b/docs/interfaces/translator-types.ts index 060bc4ca..dc887f08 100644 --- a/docs/interfaces/translator-types.ts +++ b/docs/interfaces/translator-types.ts @@ -1,4 +1,5 @@ /* + * Copyright (C) 2023 Yomitan Authors * Copyright (C) 2022 Yomichan Authors * * This program is free software: you can redistribute it and/or modify @@ -174,4 +175,4 @@ namespace Translation { */ allowSecondarySearches: boolean; } -} +} \ No newline at end of file -- cgit v1.2.3