aboutsummaryrefslogtreecommitdiff
path: root/docs/interfaces/dictionary-entry.ts
diff options
context:
space:
mode:
authorAustin Siew <17107540+Aquafina-water-bottle@users.noreply.github.com>2023-03-23 00:23:16 -0600
committerAustin Siew <17107540+Aquafina-water-bottle@users.noreply.github.com>2023-03-23 00:23:16 -0600
commit6e1c9576a9b8db04761883eb233e1e1dfc40ecc4 (patch)
tree5b7808870ecf719348de377283abaec99862e48c /docs/interfaces/dictionary-entry.ts
parent206e7736acc932c96fdec78295064030f42faf70 (diff)
fixed missing headers in docs/interfaces/*.ts
Diffstat (limited to 'docs/interfaces/dictionary-entry.ts')
-rw-r--r--docs/interfaces/dictionary-entry.ts3
1 files changed, 2 insertions, 1 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