diff options
-rw-r--r-- | docs/interfaces/dictionary-entry.ts | 3 | ||||
-rw-r--r-- | docs/interfaces/translator-types.ts | 3 |
2 files changed, 4 insertions, 2 deletions
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 |