diff options
author | Austin Siew <17107540+Aquafina-water-bottle@users.noreply.github.com> | 2023-03-23 00:23:16 -0600 |
---|---|---|
committer | Austin Siew <17107540+Aquafina-water-bottle@users.noreply.github.com> | 2023-03-23 00:23:16 -0600 |
commit | 6e1c9576a9b8db04761883eb233e1e1dfc40ecc4 (patch) | |
tree | 5b7808870ecf719348de377283abaec99862e48c /docs/interfaces | |
parent | 206e7736acc932c96fdec78295064030f42faf70 (diff) |
fixed missing headers in docs/interfaces/*.ts
Diffstat (limited to 'docs/interfaces')
-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 |