diff options
Diffstat (limited to 'ext/js/display')
-rw-r--r-- | ext/js/display/display-anki.js | 2 | ||||
-rw-r--r-- | ext/js/display/display-audio.js | 2 | ||||
-rw-r--r-- | ext/js/display/display-generator.js | 2 | ||||
-rw-r--r-- | ext/js/display/display-history.js | 2 | ||||
-rw-r--r-- | ext/js/display/display-notification.js | 2 | ||||
-rw-r--r-- | ext/js/display/display-profile-selection.js | 2 | ||||
-rw-r--r-- | ext/js/display/display-resizer.js | 2 | ||||
-rw-r--r-- | ext/js/display/display.js | 2 | ||||
-rw-r--r-- | ext/js/display/element-overflow-controller.js | 2 | ||||
-rw-r--r-- | ext/js/display/option-toggle-hotkey-handler.js | 2 | ||||
-rw-r--r-- | ext/js/display/popup-main.js | 2 | ||||
-rw-r--r-- | ext/js/display/query-parser.js | 2 | ||||
-rw-r--r-- | ext/js/display/sandbox/pronunciation-generator.js | 2 | ||||
-rw-r--r-- | ext/js/display/sandbox/structured-content-generator.js | 2 | ||||
-rw-r--r-- | ext/js/display/search-action-popup-controller.js | 2 | ||||
-rw-r--r-- | ext/js/display/search-display-controller.js | 2 | ||||
-rw-r--r-- | ext/js/display/search-main.js | 2 | ||||
-rw-r--r-- | ext/js/display/search-persistent-state-controller.js | 2 |
18 files changed, 18 insertions, 18 deletions
diff --git a/ext/js/display/display-anki.js b/ext/js/display/display-anki.js index e30e29fc..78a06404 100644 --- a/ext/js/display/display-anki.js +++ b/ext/js/display/display-anki.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Yomichan Authors + * Copyright (C) 2021-2022 Yomichan Authors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/ext/js/display/display-audio.js b/ext/js/display/display-audio.js index bf54384e..5c0a66c2 100644 --- a/ext/js/display/display-audio.js +++ b/ext/js/display/display-audio.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Yomichan Authors + * Copyright (C) 2021-2022 Yomichan Authors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/ext/js/display/display-generator.js b/ext/js/display/display-generator.js index 409706c0..a28a00a2 100644 --- a/ext/js/display/display-generator.js +++ b/ext/js/display/display-generator.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2021 Yomichan Authors + * Copyright (C) 2019-2022 Yomichan Authors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/ext/js/display/display-history.js b/ext/js/display/display-history.js index 901a2d84..4cf85029 100644 --- a/ext/js/display/display-history.js +++ b/ext/js/display/display-history.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2021 Yomichan Authors + * Copyright (C) 2020-2022 Yomichan Authors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/ext/js/display/display-notification.js b/ext/js/display/display-notification.js index 8b6325d0..e3da8371 100644 --- a/ext/js/display/display-notification.js +++ b/ext/js/display/display-notification.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2021 Yomichan Authors + * Copyright (C) 2017-2022 Yomichan Authors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/ext/js/display/display-profile-selection.js b/ext/js/display/display-profile-selection.js index d858da28..6e510ef1 100644 --- a/ext/js/display/display-profile-selection.js +++ b/ext/js/display/display-profile-selection.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2021 Yomichan Authors + * Copyright (C) 2020-2022 Yomichan Authors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/ext/js/display/display-resizer.js b/ext/js/display/display-resizer.js index 5512317a..e7b6b26e 100644 --- a/ext/js/display/display-resizer.js +++ b/ext/js/display/display-resizer.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Yomichan Authors + * Copyright (C) 2021-2022 Yomichan Authors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/ext/js/display/display.js b/ext/js/display/display.js index 42b7c111..5bebe0ed 100644 --- a/ext/js/display/display.js +++ b/ext/js/display/display.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2021 Yomichan Authors + * Copyright (C) 2017-2022 Yomichan Authors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/ext/js/display/element-overflow-controller.js b/ext/js/display/element-overflow-controller.js index abbf3332..0c6b3a71 100644 --- a/ext/js/display/element-overflow-controller.js +++ b/ext/js/display/element-overflow-controller.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Yomichan Authors + * Copyright (C) 2021-2022 Yomichan Authors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/ext/js/display/option-toggle-hotkey-handler.js b/ext/js/display/option-toggle-hotkey-handler.js index fae17f8d..a6db93f4 100644 --- a/ext/js/display/option-toggle-hotkey-handler.js +++ b/ext/js/display/option-toggle-hotkey-handler.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Yomichan Authors + * Copyright (C) 2021-2022 Yomichan Authors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/ext/js/display/popup-main.js b/ext/js/display/popup-main.js index 8621e200..70e01304 100644 --- a/ext/js/display/popup-main.js +++ b/ext/js/display/popup-main.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2021 Yomichan Authors + * Copyright (C) 2020-2022 Yomichan Authors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/ext/js/display/query-parser.js b/ext/js/display/query-parser.js index e2578fcf..cc193a06 100644 --- a/ext/js/display/query-parser.js +++ b/ext/js/display/query-parser.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2021 Yomichan Authors + * Copyright (C) 2019-2022 Yomichan Authors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/ext/js/display/sandbox/pronunciation-generator.js b/ext/js/display/sandbox/pronunciation-generator.js index 3739e716..ea2b1b3d 100644 --- a/ext/js/display/sandbox/pronunciation-generator.js +++ b/ext/js/display/sandbox/pronunciation-generator.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Yomichan Authors + * Copyright (C) 2021-2022 Yomichan Authors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/ext/js/display/sandbox/structured-content-generator.js b/ext/js/display/sandbox/structured-content-generator.js index 8aa34bb2..e45713e7 100644 --- a/ext/js/display/sandbox/structured-content-generator.js +++ b/ext/js/display/sandbox/structured-content-generator.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Yomichan Authors + * Copyright (C) 2021-2022 Yomichan Authors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/ext/js/display/search-action-popup-controller.js b/ext/js/display/search-action-popup-controller.js index ab5a4976..0abef4fa 100644 --- a/ext/js/display/search-action-popup-controller.js +++ b/ext/js/display/search-action-popup-controller.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Yomichan Authors + * Copyright (C) 2021-2022 Yomichan Authors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/ext/js/display/search-display-controller.js b/ext/js/display/search-display-controller.js index 10373597..cd35481d 100644 --- a/ext/js/display/search-display-controller.js +++ b/ext/js/display/search-display-controller.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016-2021 Yomichan Authors + * Copyright (C) 2016-2022 Yomichan Authors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/ext/js/display/search-main.js b/ext/js/display/search-main.js index a6479c86..82d991f3 100644 --- a/ext/js/display/search-main.js +++ b/ext/js/display/search-main.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2021 Yomichan Authors + * Copyright (C) 2019-2022 Yomichan Authors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/ext/js/display/search-persistent-state-controller.js b/ext/js/display/search-persistent-state-controller.js index 28546af8..2e38f9a0 100644 --- a/ext/js/display/search-persistent-state-controller.js +++ b/ext/js/display/search-persistent-state-controller.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Yomichan Authors + * Copyright (C) 2021-2022 Yomichan Authors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by |