diff options
Diffstat (limited to 'ext/js/display')
-rw-r--r-- | ext/js/display/display-anki.js | 1 | ||||
-rw-r--r-- | ext/js/display/display-audio.js | 1 | ||||
-rw-r--r-- | ext/js/display/display-content-manager.js | 1 | ||||
-rw-r--r-- | ext/js/display/display-generator.js | 1 | ||||
-rw-r--r-- | ext/js/display/display-history.js | 1 | ||||
-rw-r--r-- | ext/js/display/display-notification.js | 1 | ||||
-rw-r--r-- | ext/js/display/display-profile-selection.js | 1 | ||||
-rw-r--r-- | ext/js/display/display-resizer.js | 1 | ||||
-rw-r--r-- | ext/js/display/display.js | 1 | ||||
-rw-r--r-- | ext/js/display/element-overflow-controller.js | 1 | ||||
-rw-r--r-- | ext/js/display/option-toggle-hotkey-handler.js | 1 | ||||
-rw-r--r-- | ext/js/display/popup-main.js | 1 | ||||
-rw-r--r-- | ext/js/display/query-parser.js | 1 | ||||
-rw-r--r-- | ext/js/display/sandbox/pronunciation-generator.js | 1 | ||||
-rw-r--r-- | ext/js/display/sandbox/structured-content-generator.js | 1 | ||||
-rw-r--r-- | ext/js/display/search-action-popup-controller.js | 1 | ||||
-rw-r--r-- | ext/js/display/search-display-controller.js | 1 | ||||
-rw-r--r-- | ext/js/display/search-main.js | 1 | ||||
-rw-r--r-- | ext/js/display/search-persistent-state-controller.js | 1 |
19 files changed, 19 insertions, 0 deletions
diff --git a/ext/js/display/display-anki.js b/ext/js/display/display-anki.js index e2101481..9a1aae23 100644 --- a/ext/js/display/display-anki.js +++ b/ext/js/display/display-anki.js @@ -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 diff --git a/ext/js/display/display-audio.js b/ext/js/display/display-audio.js index 5c0a66c2..c0b3859d 100644 --- a/ext/js/display/display-audio.js +++ b/ext/js/display/display-audio.js @@ -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 diff --git a/ext/js/display/display-content-manager.js b/ext/js/display/display-content-manager.js index bfba5fb8..2abff98a 100644 --- a/ext/js/display/display-content-manager.js +++ b/ext/js/display/display-content-manager.js @@ -1,4 +1,5 @@ /* + * Copyright (C) 2023 Yomitan Authors * Copyright (C) 2020-2022 Yomichan Authors * * This program is free software: you can redistribute it and/or modify diff --git a/ext/js/display/display-generator.js b/ext/js/display/display-generator.js index 851808f2..293cb725 100644 --- a/ext/js/display/display-generator.js +++ b/ext/js/display/display-generator.js @@ -1,4 +1,5 @@ /* + * Copyright (C) 2023 Yomitan Authors * Copyright (C) 2019-2022 Yomichan Authors * * This program is free software: you can redistribute it and/or modify diff --git a/ext/js/display/display-history.js b/ext/js/display/display-history.js index 4cf85029..71882ca3 100644 --- a/ext/js/display/display-history.js +++ b/ext/js/display/display-history.js @@ -1,4 +1,5 @@ /* + * Copyright (C) 2023 Yomitan Authors * Copyright (C) 2020-2022 Yomichan Authors * * This program is free software: you can redistribute it and/or modify diff --git a/ext/js/display/display-notification.js b/ext/js/display/display-notification.js index f9e72e6b..d5c77b04 100644 --- a/ext/js/display/display-notification.js +++ b/ext/js/display/display-notification.js @@ -1,4 +1,5 @@ /* + * Copyright (C) 2023 Yomitan Authors * Copyright (C) 2017-2022 Yomichan Authors * * This program is free software: you can redistribute it and/or modify diff --git a/ext/js/display/display-profile-selection.js b/ext/js/display/display-profile-selection.js index 6e510ef1..b14b4d8b 100644 --- a/ext/js/display/display-profile-selection.js +++ b/ext/js/display/display-profile-selection.js @@ -1,4 +1,5 @@ /* + * Copyright (C) 2023 Yomitan Authors * Copyright (C) 2020-2022 Yomichan Authors * * This program is free software: you can redistribute it and/or modify diff --git a/ext/js/display/display-resizer.js b/ext/js/display/display-resizer.js index e7b6b26e..1356c0a7 100644 --- a/ext/js/display/display-resizer.js +++ b/ext/js/display/display-resizer.js @@ -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 diff --git a/ext/js/display/display.js b/ext/js/display/display.js index 21bdc5a4..693bd201 100644 --- a/ext/js/display/display.js +++ b/ext/js/display/display.js @@ -1,4 +1,5 @@ /* + * Copyright (C) 2023 Yomitan Authors * Copyright (C) 2017-2022 Yomichan Authors * * This program is free software: you can redistribute it and/or modify diff --git a/ext/js/display/element-overflow-controller.js b/ext/js/display/element-overflow-controller.js index 04f26438..9fb3d26f 100644 --- a/ext/js/display/element-overflow-controller.js +++ b/ext/js/display/element-overflow-controller.js @@ -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 diff --git a/ext/js/display/option-toggle-hotkey-handler.js b/ext/js/display/option-toggle-hotkey-handler.js index 3f6b8052..251e03fa 100644 --- a/ext/js/display/option-toggle-hotkey-handler.js +++ b/ext/js/display/option-toggle-hotkey-handler.js @@ -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 diff --git a/ext/js/display/popup-main.js b/ext/js/display/popup-main.js index 70e01304..4d7c8c86 100644 --- a/ext/js/display/popup-main.js +++ b/ext/js/display/popup-main.js @@ -1,4 +1,5 @@ /* + * Copyright (C) 2023 Yomitan Authors * Copyright (C) 2020-2022 Yomichan Authors * * This program is free software: you can redistribute it and/or modify diff --git a/ext/js/display/query-parser.js b/ext/js/display/query-parser.js index bafa9045..205be579 100644 --- a/ext/js/display/query-parser.js +++ b/ext/js/display/query-parser.js @@ -1,4 +1,5 @@ /* + * Copyright (C) 2023 Yomitan Authors * Copyright (C) 2019-2022 Yomichan Authors * * This program is free software: you can redistribute it and/or modify diff --git a/ext/js/display/sandbox/pronunciation-generator.js b/ext/js/display/sandbox/pronunciation-generator.js index ea2b1b3d..027771f6 100644 --- a/ext/js/display/sandbox/pronunciation-generator.js +++ b/ext/js/display/sandbox/pronunciation-generator.js @@ -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 diff --git a/ext/js/display/sandbox/structured-content-generator.js b/ext/js/display/sandbox/structured-content-generator.js index bf9c1fb2..2d3a620d 100644 --- a/ext/js/display/sandbox/structured-content-generator.js +++ b/ext/js/display/sandbox/structured-content-generator.js @@ -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 diff --git a/ext/js/display/search-action-popup-controller.js b/ext/js/display/search-action-popup-controller.js index 0abef4fa..e29ac0f4 100644 --- a/ext/js/display/search-action-popup-controller.js +++ b/ext/js/display/search-action-popup-controller.js @@ -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 diff --git a/ext/js/display/search-display-controller.js b/ext/js/display/search-display-controller.js index 6131e0db..25d9d6c2 100644 --- a/ext/js/display/search-display-controller.js +++ b/ext/js/display/search-display-controller.js @@ -1,4 +1,5 @@ /* + * Copyright (C) 2023 Yomitan Authors * Copyright (C) 2016-2022 Yomichan Authors * * This program is free software: you can redistribute it and/or modify diff --git a/ext/js/display/search-main.js b/ext/js/display/search-main.js index 82d991f3..77b96804 100644 --- a/ext/js/display/search-main.js +++ b/ext/js/display/search-main.js @@ -1,4 +1,5 @@ /* + * Copyright (C) 2023 Yomitan Authors * Copyright (C) 2019-2022 Yomichan Authors * * This program is free software: you can redistribute it and/or modify diff --git a/ext/js/display/search-persistent-state-controller.js b/ext/js/display/search-persistent-state-controller.js index 2e38f9a0..2b651ffa 100644 --- a/ext/js/display/search-persistent-state-controller.js +++ b/ext/js/display/search-persistent-state-controller.js @@ -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 |