aboutsummaryrefslogtreecommitdiff
path: root/ext/js
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2022-02-02 20:43:10 -0500
committerGitHub <noreply@github.com>2022-02-02 20:43:10 -0500
commit89ac85afd03e62818624b507c91569edbec54f3d (patch)
tree4524d6cfffa280d30215b39b6556f540c6035a2b /ext/js
parent3662c07c63377cc245292f9a0d357ceae491213b (diff)
Update copyright date (#2062)
* Update eslint settings * Update 2021 files * Update other files
Diffstat (limited to 'ext/js')
-rw-r--r--ext/js/accessibility/accessibility-controller.js2
-rw-r--r--ext/js/accessibility/google-docs.js2
-rw-r--r--ext/js/app/content-script-main.js2
-rw-r--r--ext/js/app/frontend.js2
-rw-r--r--ext/js/app/popup-factory.js2
-rw-r--r--ext/js/app/popup-proxy.js2
-rw-r--r--ext/js/app/popup-window.js2
-rw-r--r--ext/js/app/popup.js2
-rw-r--r--ext/js/background/backend.js2
-rw-r--r--ext/js/background/background-main.js2
-rw-r--r--ext/js/background/environment.js2
-rw-r--r--ext/js/background/profile-conditions-util.js2
-rw-r--r--ext/js/background/request-builder.js2
-rw-r--r--ext/js/background/script-manager.js2
-rw-r--r--ext/js/comm/anki.js2
-rw-r--r--ext/js/comm/api.js2
-rw-r--r--ext/js/comm/clipboard-monitor.js2
-rw-r--r--ext/js/comm/clipboard-reader.js2
-rw-r--r--ext/js/comm/cross-frame-api.js2
-rw-r--r--ext/js/comm/frame-ancestry-handler.js2
-rw-r--r--ext/js/comm/frame-client.js2
-rw-r--r--ext/js/comm/frame-endpoint.js2
-rw-r--r--ext/js/comm/frame-offset-forwarder.js2
-rw-r--r--ext/js/comm/mecab.js2
-rw-r--r--ext/js/core.js2
-rw-r--r--ext/js/data/anki-note-builder.js2
-rw-r--r--ext/js/data/anki-util.js2
-rw-r--r--ext/js/data/database.js2
-rw-r--r--ext/js/data/json-schema.js2
-rw-r--r--ext/js/data/options-util.js2
-rw-r--r--ext/js/data/permissions-util.js2
-rw-r--r--ext/js/data/sandbox/anki-note-data-creator.js2
-rw-r--r--ext/js/data/sandbox/string-util.js2
-rw-r--r--ext/js/debug/timer.js2
-rw-r--r--ext/js/display/display-anki.js2
-rw-r--r--ext/js/display/display-audio.js2
-rw-r--r--ext/js/display/display-generator.js2
-rw-r--r--ext/js/display/display-history.js2
-rw-r--r--ext/js/display/display-notification.js2
-rw-r--r--ext/js/display/display-profile-selection.js2
-rw-r--r--ext/js/display/display-resizer.js2
-rw-r--r--ext/js/display/display.js2
-rw-r--r--ext/js/display/element-overflow-controller.js2
-rw-r--r--ext/js/display/option-toggle-hotkey-handler.js2
-rw-r--r--ext/js/display/popup-main.js2
-rw-r--r--ext/js/display/query-parser.js2
-rw-r--r--ext/js/display/sandbox/pronunciation-generator.js2
-rw-r--r--ext/js/display/sandbox/structured-content-generator.js2
-rw-r--r--ext/js/display/search-action-popup-controller.js2
-rw-r--r--ext/js/display/search-display-controller.js2
-rw-r--r--ext/js/display/search-main.js2
-rw-r--r--ext/js/display/search-persistent-state-controller.js2
-rw-r--r--ext/js/dom/document-focus-controller.js2
-rw-r--r--ext/js/dom/document-util.js2
-rw-r--r--ext/js/dom/dom-data-binder.js2
-rw-r--r--ext/js/dom/dom-text-scanner.js2
-rw-r--r--ext/js/dom/html-template-collection.js2
-rw-r--r--ext/js/dom/native-simple-dom-parser.js2
-rw-r--r--ext/js/dom/panel-element.js2
-rw-r--r--ext/js/dom/popup-menu.js2
-rw-r--r--ext/js/dom/sandbox/css-style-applier.js2
-rw-r--r--ext/js/dom/scroll-element.js2
-rw-r--r--ext/js/dom/selector-observer.js2
-rw-r--r--ext/js/dom/simple-dom-parser.js2
-rw-r--r--ext/js/dom/text-source-element.js2
-rw-r--r--ext/js/dom/text-source-range.js2
-rw-r--r--ext/js/general/cache-map.js2
-rw-r--r--ext/js/general/object-property-accessor.js2
-rw-r--r--ext/js/general/regex-util.js2
-rw-r--r--ext/js/general/task-accumulator.js2
-rw-r--r--ext/js/general/text-source-map.js2
-rw-r--r--ext/js/input/hotkey-handler.js2
-rw-r--r--ext/js/input/hotkey-help-controller.js2
-rw-r--r--ext/js/input/hotkey-util.js2
-rw-r--r--ext/js/language/deinflector.js2
-rw-r--r--ext/js/language/dictionary-database.js2
-rw-r--r--ext/js/language/dictionary-importer-media-loader.js2
-rw-r--r--ext/js/language/dictionary-importer.js2
-rw-r--r--ext/js/language/dictionary-worker-handler.js2
-rw-r--r--ext/js/language/dictionary-worker-main.js2
-rw-r--r--ext/js/language/dictionary-worker-media-loader.js2
-rw-r--r--ext/js/language/dictionary-worker.js2
-rw-r--r--ext/js/language/sandbox/dictionary-data-util.js2
-rw-r--r--ext/js/language/sandbox/japanese-util.js2
-rw-r--r--ext/js/language/text-scanner.js2
-rw-r--r--ext/js/language/translator.js2
-rw-r--r--ext/js/media/audio-downloader.js2
-rw-r--r--ext/js/media/audio-system.js2
-rw-r--r--ext/js/media/media-loader.js2
-rw-r--r--ext/js/media/media-util.js2
-rw-r--r--ext/js/media/text-to-speech-audio.js2
-rw-r--r--ext/js/pages/action-popup-main.js2
-rw-r--r--ext/js/pages/generic-page-main.js2
-rw-r--r--ext/js/pages/info-main.js2
-rw-r--r--ext/js/pages/permissions-main.js2
-rw-r--r--ext/js/pages/settings/anki-controller.js2
-rw-r--r--ext/js/pages/settings/anki-templates-controller.js2
-rw-r--r--ext/js/pages/settings/audio-controller.js2
-rw-r--r--ext/js/pages/settings/backup-controller.js2
-rw-r--r--ext/js/pages/settings/collapsible-dictionary-controller.js2
-rw-r--r--ext/js/pages/settings/dictionary-controller.js2
-rw-r--r--ext/js/pages/settings/dictionary-import-controller.js2
-rw-r--r--ext/js/pages/settings/extension-keyboard-shortcuts-controller.js2
-rw-r--r--ext/js/pages/settings/generic-setting-controller.js2
-rw-r--r--ext/js/pages/settings/keyboard-mouse-input-field.js2
-rw-r--r--ext/js/pages/settings/keyboard-shortcuts-controller.js2
-rw-r--r--ext/js/pages/settings/mecab-controller.js2
-rw-r--r--ext/js/pages/settings/modal-controller.js2
-rw-r--r--ext/js/pages/settings/modal.js2
-rw-r--r--ext/js/pages/settings/nested-popups-controller.js2
-rw-r--r--ext/js/pages/settings/permissions-origin-controller.js2
-rw-r--r--ext/js/pages/settings/permissions-toggle-controller.js2
-rw-r--r--ext/js/pages/settings/persistent-storage-controller.js2
-rw-r--r--ext/js/pages/settings/popup-preview-controller.js2
-rw-r--r--ext/js/pages/settings/popup-preview-frame-main.js2
-rw-r--r--ext/js/pages/settings/popup-preview-frame.js2
-rw-r--r--ext/js/pages/settings/popup-window-controller.js2
-rw-r--r--ext/js/pages/settings/profile-conditions-ui.js2
-rw-r--r--ext/js/pages/settings/profile-controller.js2
-rw-r--r--ext/js/pages/settings/scan-inputs-controller.js2
-rw-r--r--ext/js/pages/settings/scan-inputs-simple-controller.js2
-rw-r--r--ext/js/pages/settings/secondary-search-dictionary-controller.js2
-rw-r--r--ext/js/pages/settings/sentence-termination-characters-controller.js2
-rw-r--r--ext/js/pages/settings/settings-controller.js2
-rw-r--r--ext/js/pages/settings/settings-display-controller.js2
-rw-r--r--ext/js/pages/settings/settings-main.js2
-rw-r--r--ext/js/pages/settings/sort-frequency-dictionary-controller.js2
-rw-r--r--ext/js/pages/settings/status-footer.js2
-rw-r--r--ext/js/pages/settings/storage-controller.js2
-rw-r--r--ext/js/pages/settings/translation-text-replacements-controller.js2
-rw-r--r--ext/js/pages/welcome-main.js2
-rw-r--r--ext/js/script/dynamic-loader-sentinel.js2
-rw-r--r--ext/js/script/dynamic-loader.js2
-rw-r--r--ext/js/templates/sandbox/anki-template-renderer.js2
-rw-r--r--ext/js/templates/sandbox/template-renderer-frame-api.js2
-rw-r--r--ext/js/templates/sandbox/template-renderer-frame-main.js2
-rw-r--r--ext/js/templates/sandbox/template-renderer-media-provider.js2
-rw-r--r--ext/js/templates/sandbox/template-renderer.js2
-rw-r--r--ext/js/templates/template-patcher.js2
-rw-r--r--ext/js/templates/template-renderer-proxy.js2
-rw-r--r--ext/js/yomichan.js2
141 files changed, 141 insertions, 141 deletions
diff --git a/ext/js/accessibility/accessibility-controller.js b/ext/js/accessibility/accessibility-controller.js
index a995d5d0..c43f1f30 100644
--- a/ext/js/accessibility/accessibility-controller.js
+++ b/ext/js/accessibility/accessibility-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/accessibility/google-docs.js b/ext/js/accessibility/google-docs.js
index e45743ab..cdd49237 100644
--- a/ext/js/accessibility/google-docs.js
+++ b/ext/js/accessibility/google-docs.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/app/content-script-main.js b/ext/js/app/content-script-main.js
index 1c0c6d49..d586c1cc 100644
--- a/ext/js/app/content-script-main.js
+++ b/ext/js/app/content-script-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/app/frontend.js b/ext/js/app/frontend.js
index 97d9e750..0dd58735 100644
--- a/ext/js/app/frontend.js
+++ b/ext/js/app/frontend.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/app/popup-factory.js b/ext/js/app/popup-factory.js
index 126f229c..fb4a7b8b 100644
--- a/ext/js/app/popup-factory.js
+++ b/ext/js/app/popup-factory.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/app/popup-proxy.js b/ext/js/app/popup-proxy.js
index 7d9d41b0..a98461c4 100644
--- a/ext/js/app/popup-proxy.js
+++ b/ext/js/app/popup-proxy.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/app/popup-window.js b/ext/js/app/popup-window.js
index e84b050a..f25de274 100644
--- a/ext/js/app/popup-window.js
+++ b/ext/js/app/popup-window.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/app/popup.js b/ext/js/app/popup.js
index acaf6e15..80b8d895 100644
--- a/ext/js/app/popup.js
+++ b/ext/js/app/popup.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/background/backend.js b/ext/js/background/backend.js
index 994a6184..cb412db6 100644
--- a/ext/js/background/backend.js
+++ b/ext/js/background/backend.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/background/background-main.js b/ext/js/background/background-main.js
index 11df1706..3640248e 100644
--- a/ext/js/background/background-main.js
+++ b/ext/js/background/background-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/background/environment.js b/ext/js/background/environment.js
index 8111741f..d9ca502c 100644
--- a/ext/js/background/environment.js
+++ b/ext/js/background/environment.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/background/profile-conditions-util.js b/ext/js/background/profile-conditions-util.js
index 2de25420..fd2991f8 100644
--- a/ext/js/background/profile-conditions-util.js
+++ b/ext/js/background/profile-conditions-util.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/background/request-builder.js b/ext/js/background/request-builder.js
index 6106e6eb..6c99acd6 100644
--- a/ext/js/background/request-builder.js
+++ b/ext/js/background/request-builder.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/background/script-manager.js b/ext/js/background/script-manager.js
index ba4f8671..17b95242 100644
--- a/ext/js/background/script-manager.js
+++ b/ext/js/background/script-manager.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/comm/anki.js b/ext/js/comm/anki.js
index e615dc39..3254873f 100644
--- a/ext/js/comm/anki.js
+++ b/ext/js/comm/anki.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/comm/api.js b/ext/js/comm/api.js
index cb2fef85..f978e491 100644
--- a/ext/js/comm/api.js
+++ b/ext/js/comm/api.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/comm/clipboard-monitor.js b/ext/js/comm/clipboard-monitor.js
index 7379d7ad..7a678461 100644
--- a/ext/js/comm/clipboard-monitor.js
+++ b/ext/js/comm/clipboard-monitor.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/comm/clipboard-reader.js b/ext/js/comm/clipboard-reader.js
index 9336efe5..c7283e55 100644
--- a/ext/js/comm/clipboard-reader.js
+++ b/ext/js/comm/clipboard-reader.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/comm/cross-frame-api.js b/ext/js/comm/cross-frame-api.js
index 461ad45d..a6cb27ec 100644
--- a/ext/js/comm/cross-frame-api.js
+++ b/ext/js/comm/cross-frame-api.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/comm/frame-ancestry-handler.js b/ext/js/comm/frame-ancestry-handler.js
index d53334e1..cff31ce0 100644
--- a/ext/js/comm/frame-ancestry-handler.js
+++ b/ext/js/comm/frame-ancestry-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/comm/frame-client.js b/ext/js/comm/frame-client.js
index c74a9913..07cccba3 100644
--- a/ext/js/comm/frame-client.js
+++ b/ext/js/comm/frame-client.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/comm/frame-endpoint.js b/ext/js/comm/frame-endpoint.js
index bc3c50f8..fb137f5a 100644
--- a/ext/js/comm/frame-endpoint.js
+++ b/ext/js/comm/frame-endpoint.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/comm/frame-offset-forwarder.js b/ext/js/comm/frame-offset-forwarder.js
index d8e3fa4f..bbc3999c 100644
--- a/ext/js/comm/frame-offset-forwarder.js
+++ b/ext/js/comm/frame-offset-forwarder.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/comm/mecab.js b/ext/js/comm/mecab.js
index 9a706391..9be8b75f 100644
--- a/ext/js/comm/mecab.js
+++ b/ext/js/comm/mecab.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/core.js b/ext/js/core.js
index 09468be7..517642a2 100644
--- a/ext/js/core.js
+++ b/ext/js/core.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/data/anki-note-builder.js b/ext/js/data/anki-note-builder.js
index 4bb3ddcb..53cc29f6 100644
--- a/ext/js/data/anki-note-builder.js
+++ b/ext/js/data/anki-note-builder.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/data/anki-util.js b/ext/js/data/anki-util.js
index c815ccc7..faccbc84 100644
--- a/ext/js/data/anki-util.js
+++ b/ext/js/data/anki-util.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/data/database.js b/ext/js/data/database.js
index 11339eab..562b56d5 100644
--- a/ext/js/data/database.js
+++ b/ext/js/data/database.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/data/json-schema.js b/ext/js/data/json-schema.js
index 2e3bf9bb..ced89c61 100644
--- a/ext/js/data/json-schema.js
+++ b/ext/js/data/json-schema.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/data/options-util.js b/ext/js/data/options-util.js
index e2e4d739..1a7f661f 100644
--- a/ext/js/data/options-util.js
+++ b/ext/js/data/options-util.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/data/permissions-util.js b/ext/js/data/permissions-util.js
index 3a5b5de5..c48aa750 100644
--- a/ext/js/data/permissions-util.js
+++ b/ext/js/data/permissions-util.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/data/sandbox/anki-note-data-creator.js b/ext/js/data/sandbox/anki-note-data-creator.js
index 8d363134..397228f0 100644
--- a/ext/js/data/sandbox/anki-note-data-creator.js
+++ b/ext/js/data/sandbox/anki-note-data-creator.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/data/sandbox/string-util.js b/ext/js/data/sandbox/string-util.js
index b523c39d..5c395be7 100644
--- a/ext/js/data/sandbox/string-util.js
+++ b/ext/js/data/sandbox/string-util.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/debug/timer.js b/ext/js/debug/timer.js
index 81e3e1b3..36f5e172 100644
--- a/ext/js/debug/timer.js
+++ b/ext/js/debug/timer.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-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
diff --git a/ext/js/dom/document-focus-controller.js b/ext/js/dom/document-focus-controller.js
index b2d40db8..bc6c61b9 100644
--- a/ext/js/dom/document-focus-controller.js
+++ b/ext/js/dom/document-focus-controller.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/dom/document-util.js b/ext/js/dom/document-util.js
index 163800c1..10d91551 100644
--- a/ext/js/dom/document-util.js
+++ b/ext/js/dom/document-util.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/dom/dom-data-binder.js b/ext/js/dom/dom-data-binder.js
index 65e91233..4f35ba33 100644
--- a/ext/js/dom/dom-data-binder.js
+++ b/ext/js/dom/dom-data-binder.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/dom/dom-text-scanner.js b/ext/js/dom/dom-text-scanner.js
index c5e4c854..a81d6b4f 100644
--- a/ext/js/dom/dom-text-scanner.js
+++ b/ext/js/dom/dom-text-scanner.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/dom/html-template-collection.js b/ext/js/dom/html-template-collection.js
index 271986cb..936c45ea 100644
--- a/ext/js/dom/html-template-collection.js
+++ b/ext/js/dom/html-template-collection.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/dom/native-simple-dom-parser.js b/ext/js/dom/native-simple-dom-parser.js
index 27dadec0..d7ecd43a 100644
--- a/ext/js/dom/native-simple-dom-parser.js
+++ b/ext/js/dom/native-simple-dom-parser.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/dom/panel-element.js b/ext/js/dom/panel-element.js
index 1ef61d6f..69fb4601 100644
--- a/ext/js/dom/panel-element.js
+++ b/ext/js/dom/panel-element.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/dom/popup-menu.js b/ext/js/dom/popup-menu.js
index d8c75869..66967002 100644
--- a/ext/js/dom/popup-menu.js
+++ b/ext/js/dom/popup-menu.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/dom/sandbox/css-style-applier.js b/ext/js/dom/sandbox/css-style-applier.js
index 375f5ad0..14564ed6 100644
--- a/ext/js/dom/sandbox/css-style-applier.js
+++ b/ext/js/dom/sandbox/css-style-applier.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/dom/scroll-element.js b/ext/js/dom/scroll-element.js
index 7db3026a..0a1834f7 100644
--- a/ext/js/dom/scroll-element.js
+++ b/ext/js/dom/scroll-element.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/dom/selector-observer.js b/ext/js/dom/selector-observer.js
index 2f3fa49e..c2065103 100644
--- a/ext/js/dom/selector-observer.js
+++ b/ext/js/dom/selector-observer.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/dom/simple-dom-parser.js b/ext/js/dom/simple-dom-parser.js
index 7c57ca98..09f3e914 100644
--- a/ext/js/dom/simple-dom-parser.js
+++ b/ext/js/dom/simple-dom-parser.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/dom/text-source-element.js b/ext/js/dom/text-source-element.js
index 11bf7eb0..38b29a4c 100644
--- a/ext/js/dom/text-source-element.js
+++ b/ext/js/dom/text-source-element.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/dom/text-source-range.js b/ext/js/dom/text-source-range.js
index 591429da..6dfa2158 100644
--- a/ext/js/dom/text-source-range.js
+++ b/ext/js/dom/text-source-range.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/general/cache-map.js b/ext/js/general/cache-map.js
index c7d72e6b..f993cc26 100644
--- a/ext/js/general/cache-map.js
+++ b/ext/js/general/cache-map.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/general/object-property-accessor.js b/ext/js/general/object-property-accessor.js
index 95773029..516ad72f 100644
--- a/ext/js/general/object-property-accessor.js
+++ b/ext/js/general/object-property-accessor.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/general/regex-util.js b/ext/js/general/regex-util.js
index 35b1c2b8..d74a2f1e 100644
--- a/ext/js/general/regex-util.js
+++ b/ext/js/general/regex-util.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/general/task-accumulator.js b/ext/js/general/task-accumulator.js
index 3f3d8ff7..cb547fb7 100644
--- a/ext/js/general/task-accumulator.js
+++ b/ext/js/general/task-accumulator.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/general/text-source-map.js b/ext/js/general/text-source-map.js
index 49b6d99f..fb9bb283 100644
--- a/ext/js/general/text-source-map.js
+++ b/ext/js/general/text-source-map.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/input/hotkey-handler.js b/ext/js/input/hotkey-handler.js
index 90cae462..33a449e3 100644
--- a/ext/js/input/hotkey-handler.js
+++ b/ext/js/input/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/input/hotkey-help-controller.js b/ext/js/input/hotkey-help-controller.js
index 3f33a1f4..d7ff2c22 100644
--- a/ext/js/input/hotkey-help-controller.js
+++ b/ext/js/input/hotkey-help-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/input/hotkey-util.js b/ext/js/input/hotkey-util.js
index 3e6d6388..4dd9447a 100644
--- a/ext/js/input/hotkey-util.js
+++ b/ext/js/input/hotkey-util.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/language/deinflector.js b/ext/js/language/deinflector.js
index 4b2c1bc7..f8fa1415 100644
--- a/ext/js/language/deinflector.js
+++ b/ext/js/language/deinflector.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/language/dictionary-database.js b/ext/js/language/dictionary-database.js
index fa37ec34..1e79931d 100644
--- a/ext/js/language/dictionary-database.js
+++ b/ext/js/language/dictionary-database.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/language/dictionary-importer-media-loader.js b/ext/js/language/dictionary-importer-media-loader.js
index 27ddde34..69a27f71 100644
--- a/ext/js/language/dictionary-importer-media-loader.js
+++ b/ext/js/language/dictionary-importer-media-loader.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/language/dictionary-importer.js b/ext/js/language/dictionary-importer.js
index 7a070b8d..8b852670 100644
--- a/ext/js/language/dictionary-importer.js
+++ b/ext/js/language/dictionary-importer.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/language/dictionary-worker-handler.js b/ext/js/language/dictionary-worker-handler.js
index 8aa6a265..a914628b 100644
--- a/ext/js/language/dictionary-worker-handler.js
+++ b/ext/js/language/dictionary-worker-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/language/dictionary-worker-main.js b/ext/js/language/dictionary-worker-main.js
index fbeaea1e..8966395b 100644
--- a/ext/js/language/dictionary-worker-main.js
+++ b/ext/js/language/dictionary-worker-main.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/language/dictionary-worker-media-loader.js b/ext/js/language/dictionary-worker-media-loader.js
index 25f8de72..fc7ecd17 100644
--- a/ext/js/language/dictionary-worker-media-loader.js
+++ b/ext/js/language/dictionary-worker-media-loader.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/language/dictionary-worker.js b/ext/js/language/dictionary-worker.js
index be94c397..86351b56 100644
--- a/ext/js/language/dictionary-worker.js
+++ b/ext/js/language/dictionary-worker.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/language/sandbox/dictionary-data-util.js b/ext/js/language/sandbox/dictionary-data-util.js
index 83d94b9b..57f331bb 100644
--- a/ext/js/language/sandbox/dictionary-data-util.js
+++ b/ext/js/language/sandbox/dictionary-data-util.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/language/sandbox/japanese-util.js b/ext/js/language/sandbox/japanese-util.js
index a7542e79..a986f62b 100644
--- a/ext/js/language/sandbox/japanese-util.js
+++ b/ext/js/language/sandbox/japanese-util.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/language/text-scanner.js b/ext/js/language/text-scanner.js
index cdcec257..8d7aa405 100644
--- a/ext/js/language/text-scanner.js
+++ b/ext/js/language/text-scanner.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/language/translator.js b/ext/js/language/translator.js
index 31a3b7ed..9ccec9dd 100644
--- a/ext/js/language/translator.js
+++ b/ext/js/language/translator.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/media/audio-downloader.js b/ext/js/media/audio-downloader.js
index 4bc4cf1b..c2e1742f 100644
--- a/ext/js/media/audio-downloader.js
+++ b/ext/js/media/audio-downloader.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/media/audio-system.js b/ext/js/media/audio-system.js
index c5207341..49642635 100644
--- a/ext/js/media/audio-system.js
+++ b/ext/js/media/audio-system.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/media/media-loader.js b/ext/js/media/media-loader.js
index 8c7e356c..d7f6b347 100644
--- a/ext/js/media/media-loader.js
+++ b/ext/js/media/media-loader.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/media/media-util.js b/ext/js/media/media-util.js
index 11172c5c..78668471 100644
--- a/ext/js/media/media-util.js
+++ b/ext/js/media/media-util.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/media/text-to-speech-audio.js b/ext/js/media/text-to-speech-audio.js
index a32916f4..77e13020 100644
--- a/ext/js/media/text-to-speech-audio.js
+++ b/ext/js/media/text-to-speech-audio.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/pages/action-popup-main.js b/ext/js/pages/action-popup-main.js
index b3198676..5eb28576 100644
--- a/ext/js/pages/action-popup-main.js
+++ b/ext/js/pages/action-popup-main.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/pages/generic-page-main.js b/ext/js/pages/generic-page-main.js
index db1a770a..cfb89609 100644
--- a/ext/js/pages/generic-page-main.js
+++ b/ext/js/pages/generic-page-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/pages/info-main.js b/ext/js/pages/info-main.js
index ca7d792e..8e83b4e8 100644
--- a/ext/js/pages/info-main.js
+++ b/ext/js/pages/info-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/pages/permissions-main.js b/ext/js/pages/permissions-main.js
index d36859ec..718b77ae 100644
--- a/ext/js/pages/permissions-main.js
+++ b/ext/js/pages/permissions-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/pages/settings/anki-controller.js b/ext/js/pages/settings/anki-controller.js
index b713c8dd..a99f0f33 100644
--- a/ext/js/pages/settings/anki-controller.js
+++ b/ext/js/pages/settings/anki-controller.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/pages/settings/anki-templates-controller.js b/ext/js/pages/settings/anki-templates-controller.js
index ad2790ca..1c769b47 100644
--- a/ext/js/pages/settings/anki-templates-controller.js
+++ b/ext/js/pages/settings/anki-templates-controller.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/pages/settings/audio-controller.js b/ext/js/pages/settings/audio-controller.js
index c74c1477..fce38f09 100644
--- a/ext/js/pages/settings/audio-controller.js
+++ b/ext/js/pages/settings/audio-controller.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/pages/settings/backup-controller.js b/ext/js/pages/settings/backup-controller.js
index cf1a6b0c..ba36a828 100644
--- a/ext/js/pages/settings/backup-controller.js
+++ b/ext/js/pages/settings/backup-controller.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/pages/settings/collapsible-dictionary-controller.js b/ext/js/pages/settings/collapsible-dictionary-controller.js
index 6a22e454..fb57ec0f 100644
--- a/ext/js/pages/settings/collapsible-dictionary-controller.js
+++ b/ext/js/pages/settings/collapsible-dictionary-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/pages/settings/dictionary-controller.js b/ext/js/pages/settings/dictionary-controller.js
index 21bf7d5f..2f12e2f2 100644
--- a/ext/js/pages/settings/dictionary-controller.js
+++ b/ext/js/pages/settings/dictionary-controller.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/pages/settings/dictionary-import-controller.js b/ext/js/pages/settings/dictionary-import-controller.js
index b480b86d..c90d1e14 100644
--- a/ext/js/pages/settings/dictionary-import-controller.js
+++ b/ext/js/pages/settings/dictionary-import-controller.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/pages/settings/extension-keyboard-shortcuts-controller.js b/ext/js/pages/settings/extension-keyboard-shortcuts-controller.js
index 032f9dcc..61c28d11 100644
--- a/ext/js/pages/settings/extension-keyboard-shortcuts-controller.js
+++ b/ext/js/pages/settings/extension-keyboard-shortcuts-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/pages/settings/generic-setting-controller.js b/ext/js/pages/settings/generic-setting-controller.js
index 48a8e19a..58f472a2 100644
--- a/ext/js/pages/settings/generic-setting-controller.js
+++ b/ext/js/pages/settings/generic-setting-controller.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/pages/settings/keyboard-mouse-input-field.js b/ext/js/pages/settings/keyboard-mouse-input-field.js
index 09477519..4fa56e7f 100644
--- a/ext/js/pages/settings/keyboard-mouse-input-field.js
+++ b/ext/js/pages/settings/keyboard-mouse-input-field.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/pages/settings/keyboard-shortcuts-controller.js b/ext/js/pages/settings/keyboard-shortcuts-controller.js
index 5e7b7783..69acf275 100644
--- a/ext/js/pages/settings/keyboard-shortcuts-controller.js
+++ b/ext/js/pages/settings/keyboard-shortcuts-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/pages/settings/mecab-controller.js b/ext/js/pages/settings/mecab-controller.js
index 122f82f9..4d898af5 100644
--- a/ext/js/pages/settings/mecab-controller.js
+++ b/ext/js/pages/settings/mecab-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/pages/settings/modal-controller.js b/ext/js/pages/settings/modal-controller.js
index fe4f911b..18212c97 100644
--- a/ext/js/pages/settings/modal-controller.js
+++ b/ext/js/pages/settings/modal-controller.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/pages/settings/modal.js b/ext/js/pages/settings/modal.js
index 2ef49540..0e3bbb78 100644
--- a/ext/js/pages/settings/modal.js
+++ b/ext/js/pages/settings/modal.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/pages/settings/nested-popups-controller.js b/ext/js/pages/settings/nested-popups-controller.js
index 1ebc7389..8b6f02c5 100644
--- a/ext/js/pages/settings/nested-popups-controller.js
+++ b/ext/js/pages/settings/nested-popups-controller.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/pages/settings/permissions-origin-controller.js b/ext/js/pages/settings/permissions-origin-controller.js
index d7ba0494..2b56ba16 100644
--- a/ext/js/pages/settings/permissions-origin-controller.js
+++ b/ext/js/pages/settings/permissions-origin-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/pages/settings/permissions-toggle-controller.js b/ext/js/pages/settings/permissions-toggle-controller.js
index f80e7585..eff46ae0 100644
--- a/ext/js/pages/settings/permissions-toggle-controller.js
+++ b/ext/js/pages/settings/permissions-toggle-controller.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/pages/settings/persistent-storage-controller.js b/ext/js/pages/settings/persistent-storage-controller.js
index d4d38eda..99f2c59b 100644
--- a/ext/js/pages/settings/persistent-storage-controller.js
+++ b/ext/js/pages/settings/persistent-storage-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/pages/settings/popup-preview-controller.js b/ext/js/pages/settings/popup-preview-controller.js
index 9a00c845..4454eca4 100644
--- a/ext/js/pages/settings/popup-preview-controller.js
+++ b/ext/js/pages/settings/popup-preview-controller.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/pages/settings/popup-preview-frame-main.js b/ext/js/pages/settings/popup-preview-frame-main.js
index 80e248be..9c6b06bf 100644
--- a/ext/js/pages/settings/popup-preview-frame-main.js
+++ b/ext/js/pages/settings/popup-preview-frame-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/pages/settings/popup-preview-frame.js b/ext/js/pages/settings/popup-preview-frame.js
index 2b29d5b9..68ec7de0 100644
--- a/ext/js/pages/settings/popup-preview-frame.js
+++ b/ext/js/pages/settings/popup-preview-frame.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/pages/settings/popup-window-controller.js b/ext/js/pages/settings/popup-window-controller.js
index 403c060c..9c087509 100644
--- a/ext/js/pages/settings/popup-window-controller.js
+++ b/ext/js/pages/settings/popup-window-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/pages/settings/profile-conditions-ui.js b/ext/js/pages/settings/profile-conditions-ui.js
index 0a598693..1b0a2e1d 100644
--- a/ext/js/pages/settings/profile-conditions-ui.js
+++ b/ext/js/pages/settings/profile-conditions-ui.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/pages/settings/profile-controller.js b/ext/js/pages/settings/profile-controller.js
index 802a5146..e31bc07e 100644
--- a/ext/js/pages/settings/profile-controller.js
+++ b/ext/js/pages/settings/profile-controller.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/pages/settings/scan-inputs-controller.js b/ext/js/pages/settings/scan-inputs-controller.js
index 79b2bdf4..7b363b9a 100644
--- a/ext/js/pages/settings/scan-inputs-controller.js
+++ b/ext/js/pages/settings/scan-inputs-controller.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/pages/settings/scan-inputs-simple-controller.js b/ext/js/pages/settings/scan-inputs-simple-controller.js
index b011af5d..9543b4f6 100644
--- a/ext/js/pages/settings/scan-inputs-simple-controller.js
+++ b/ext/js/pages/settings/scan-inputs-simple-controller.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/pages/settings/secondary-search-dictionary-controller.js b/ext/js/pages/settings/secondary-search-dictionary-controller.js
index fb64adf5..cd0f962d 100644
--- a/ext/js/pages/settings/secondary-search-dictionary-controller.js
+++ b/ext/js/pages/settings/secondary-search-dictionary-controller.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/pages/settings/sentence-termination-characters-controller.js b/ext/js/pages/settings/sentence-termination-characters-controller.js
index d62771ec..7aa1a6ec 100644
--- a/ext/js/pages/settings/sentence-termination-characters-controller.js
+++ b/ext/js/pages/settings/sentence-termination-characters-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/pages/settings/settings-controller.js b/ext/js/pages/settings/settings-controller.js
index 5fa5b660..b0180827 100644
--- a/ext/js/pages/settings/settings-controller.js
+++ b/ext/js/pages/settings/settings-controller.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/pages/settings/settings-display-controller.js b/ext/js/pages/settings/settings-display-controller.js
index 7a40381b..783d5bec 100644
--- a/ext/js/pages/settings/settings-display-controller.js
+++ b/ext/js/pages/settings/settings-display-controller.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/pages/settings/settings-main.js b/ext/js/pages/settings/settings-main.js
index 73b5c22c..5aab25f7 100644
--- a/ext/js/pages/settings/settings-main.js
+++ b/ext/js/pages/settings/settings-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/pages/settings/sort-frequency-dictionary-controller.js b/ext/js/pages/settings/sort-frequency-dictionary-controller.js
index 9f167ec1..84e1138e 100644
--- a/ext/js/pages/settings/sort-frequency-dictionary-controller.js
+++ b/ext/js/pages/settings/sort-frequency-dictionary-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/pages/settings/status-footer.js b/ext/js/pages/settings/status-footer.js
index c03e6775..815e1f71 100644
--- a/ext/js/pages/settings/status-footer.js
+++ b/ext/js/pages/settings/status-footer.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/pages/settings/storage-controller.js b/ext/js/pages/settings/storage-controller.js
index d92ecff0..1d98d89e 100644
--- a/ext/js/pages/settings/storage-controller.js
+++ b/ext/js/pages/settings/storage-controller.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/pages/settings/translation-text-replacements-controller.js b/ext/js/pages/settings/translation-text-replacements-controller.js
index 8d13f7e9..961c9ac4 100644
--- a/ext/js/pages/settings/translation-text-replacements-controller.js
+++ b/ext/js/pages/settings/translation-text-replacements-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/pages/welcome-main.js b/ext/js/pages/welcome-main.js
index 90067282..c6c7911d 100644
--- a/ext/js/pages/welcome-main.js
+++ b/ext/js/pages/welcome-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/script/dynamic-loader-sentinel.js b/ext/js/script/dynamic-loader-sentinel.js
index d91a7fef..fc0304b3 100644
--- a/ext/js/script/dynamic-loader-sentinel.js
+++ b/ext/js/script/dynamic-loader-sentinel.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/script/dynamic-loader.js b/ext/js/script/dynamic-loader.js
index a2cfb77a..6e915e0b 100644
--- a/ext/js/script/dynamic-loader.js
+++ b/ext/js/script/dynamic-loader.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/templates/sandbox/anki-template-renderer.js b/ext/js/templates/sandbox/anki-template-renderer.js
index ae89aade..67ea0d81 100644
--- a/ext/js/templates/sandbox/anki-template-renderer.js
+++ b/ext/js/templates/sandbox/anki-template-renderer.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/templates/sandbox/template-renderer-frame-api.js b/ext/js/templates/sandbox/template-renderer-frame-api.js
index af83425b..29b6e1ba 100644
--- a/ext/js/templates/sandbox/template-renderer-frame-api.js
+++ b/ext/js/templates/sandbox/template-renderer-frame-api.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/templates/sandbox/template-renderer-frame-main.js b/ext/js/templates/sandbox/template-renderer-frame-main.js
index 15fe7781..a4c257be 100644
--- a/ext/js/templates/sandbox/template-renderer-frame-main.js
+++ b/ext/js/templates/sandbox/template-renderer-frame-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/templates/sandbox/template-renderer-media-provider.js b/ext/js/templates/sandbox/template-renderer-media-provider.js
index 114d3387..5e25b8e8 100644
--- a/ext/js/templates/sandbox/template-renderer-media-provider.js
+++ b/ext/js/templates/sandbox/template-renderer-media-provider.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/templates/sandbox/template-renderer.js b/ext/js/templates/sandbox/template-renderer.js
index adb6733a..e37e0a93 100644
--- a/ext/js/templates/sandbox/template-renderer.js
+++ b/ext/js/templates/sandbox/template-renderer.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/templates/template-patcher.js b/ext/js/templates/template-patcher.js
index 5658ca8a..bd91a466 100644
--- a/ext/js/templates/template-patcher.js
+++ b/ext/js/templates/template-patcher.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/templates/template-renderer-proxy.js b/ext/js/templates/template-renderer-proxy.js
index a1648963..a21b4af0 100644
--- a/ext/js/templates/template-renderer-proxy.js
+++ b/ext/js/templates/template-renderer-proxy.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/yomichan.js b/ext/js/yomichan.js
index b597f818..4ec9db9c 100644
--- a/ext/js/yomichan.js
+++ b/ext/js/yomichan.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