From 89ac85afd03e62818624b507c91569edbec54f3d Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Wed, 2 Feb 2022 20:43:10 -0500 Subject: Update copyright date (#2062) * Update eslint settings * Update 2021 files * Update other files --- .eslintrc.json | 2 +- LICENSE | 2 +- dev/build-libs.js | 2 +- dev/build.js | 2 +- dev/css-to-json-util.js | 2 +- dev/data/display-pronunciation-overrides.css | 2 +- dev/data/structured-content-overrides.css | 2 +- dev/database-vm.js | 2 +- dev/dictionary-validate.js | 2 +- dev/generate-css-json.js | 2 +- dev/lint/global-declarations.js | 2 +- dev/lint/html-scripts.js | 2 +- dev/manifest-util.js | 2 +- dev/patch-dependencies.js | 2 +- dev/schema-validate.js | 2 +- dev/translator-vm.js | 2 +- dev/util.js | 2 +- dev/vm.js | 2 +- docs/interfaces/dictionary-entry.ts | 2 +- ext/css/action-popup.css | 2 +- ext/css/display-pronunciation.css | 2 +- ext/css/display.css | 2 +- ext/css/material.css | 2 +- ext/css/permissions.css | 2 +- ext/css/popup-outer.css | 2 +- ext/css/popup-preview.css | 2 +- ext/css/search.css | 2 +- ext/css/settings.css | 2 +- ext/css/structured-content.css | 2 +- ext/js/accessibility/accessibility-controller.js | 2 +- ext/js/accessibility/google-docs.js | 2 +- ext/js/app/content-script-main.js | 2 +- ext/js/app/frontend.js | 2 +- ext/js/app/popup-factory.js | 2 +- ext/js/app/popup-proxy.js | 2 +- ext/js/app/popup-window.js | 2 +- ext/js/app/popup.js | 2 +- ext/js/background/backend.js | 2 +- ext/js/background/background-main.js | 2 +- ext/js/background/environment.js | 2 +- ext/js/background/profile-conditions-util.js | 2 +- ext/js/background/request-builder.js | 2 +- ext/js/background/script-manager.js | 2 +- ext/js/comm/anki.js | 2 +- ext/js/comm/api.js | 2 +- ext/js/comm/clipboard-monitor.js | 2 +- ext/js/comm/clipboard-reader.js | 2 +- ext/js/comm/cross-frame-api.js | 2 +- ext/js/comm/frame-ancestry-handler.js | 2 +- ext/js/comm/frame-client.js | 2 +- ext/js/comm/frame-endpoint.js | 2 +- ext/js/comm/frame-offset-forwarder.js | 2 +- ext/js/comm/mecab.js | 2 +- ext/js/core.js | 2 +- ext/js/data/anki-note-builder.js | 2 +- ext/js/data/anki-util.js | 2 +- ext/js/data/database.js | 2 +- ext/js/data/json-schema.js | 2 +- ext/js/data/options-util.js | 2 +- ext/js/data/permissions-util.js | 2 +- ext/js/data/sandbox/anki-note-data-creator.js | 2 +- ext/js/data/sandbox/string-util.js | 2 +- ext/js/debug/timer.js | 2 +- ext/js/display/display-anki.js | 2 +- ext/js/display/display-audio.js | 2 +- ext/js/display/display-generator.js | 2 +- ext/js/display/display-history.js | 2 +- ext/js/display/display-notification.js | 2 +- ext/js/display/display-profile-selection.js | 2 +- ext/js/display/display-resizer.js | 2 +- ext/js/display/display.js | 2 +- ext/js/display/element-overflow-controller.js | 2 +- ext/js/display/option-toggle-hotkey-handler.js | 2 +- ext/js/display/popup-main.js | 2 +- ext/js/display/query-parser.js | 2 +- ext/js/display/sandbox/pronunciation-generator.js | 2 +- ext/js/display/sandbox/structured-content-generator.js | 2 +- ext/js/display/search-action-popup-controller.js | 2 +- ext/js/display/search-display-controller.js | 2 +- ext/js/display/search-main.js | 2 +- ext/js/display/search-persistent-state-controller.js | 2 +- ext/js/dom/document-focus-controller.js | 2 +- ext/js/dom/document-util.js | 2 +- ext/js/dom/dom-data-binder.js | 2 +- ext/js/dom/dom-text-scanner.js | 2 +- ext/js/dom/html-template-collection.js | 2 +- ext/js/dom/native-simple-dom-parser.js | 2 +- ext/js/dom/panel-element.js | 2 +- ext/js/dom/popup-menu.js | 2 +- ext/js/dom/sandbox/css-style-applier.js | 2 +- ext/js/dom/scroll-element.js | 2 +- ext/js/dom/selector-observer.js | 2 +- ext/js/dom/simple-dom-parser.js | 2 +- ext/js/dom/text-source-element.js | 2 +- ext/js/dom/text-source-range.js | 2 +- ext/js/general/cache-map.js | 2 +- ext/js/general/object-property-accessor.js | 2 +- ext/js/general/regex-util.js | 2 +- ext/js/general/task-accumulator.js | 2 +- ext/js/general/text-source-map.js | 2 +- ext/js/input/hotkey-handler.js | 2 +- ext/js/input/hotkey-help-controller.js | 2 +- ext/js/input/hotkey-util.js | 2 +- ext/js/language/deinflector.js | 2 +- ext/js/language/dictionary-database.js | 2 +- ext/js/language/dictionary-importer-media-loader.js | 2 +- ext/js/language/dictionary-importer.js | 2 +- ext/js/language/dictionary-worker-handler.js | 2 +- ext/js/language/dictionary-worker-main.js | 2 +- ext/js/language/dictionary-worker-media-loader.js | 2 +- ext/js/language/dictionary-worker.js | 2 +- ext/js/language/sandbox/dictionary-data-util.js | 2 +- ext/js/language/sandbox/japanese-util.js | 2 +- ext/js/language/text-scanner.js | 2 +- ext/js/language/translator.js | 2 +- ext/js/media/audio-downloader.js | 2 +- ext/js/media/audio-system.js | 2 +- ext/js/media/media-loader.js | 2 +- ext/js/media/media-util.js | 2 +- ext/js/media/text-to-speech-audio.js | 2 +- ext/js/pages/action-popup-main.js | 2 +- ext/js/pages/generic-page-main.js | 2 +- ext/js/pages/info-main.js | 2 +- ext/js/pages/permissions-main.js | 2 +- ext/js/pages/settings/anki-controller.js | 2 +- ext/js/pages/settings/anki-templates-controller.js | 2 +- ext/js/pages/settings/audio-controller.js | 2 +- ext/js/pages/settings/backup-controller.js | 2 +- ext/js/pages/settings/collapsible-dictionary-controller.js | 2 +- ext/js/pages/settings/dictionary-controller.js | 2 +- ext/js/pages/settings/dictionary-import-controller.js | 2 +- ext/js/pages/settings/extension-keyboard-shortcuts-controller.js | 2 +- ext/js/pages/settings/generic-setting-controller.js | 2 +- ext/js/pages/settings/keyboard-mouse-input-field.js | 2 +- ext/js/pages/settings/keyboard-shortcuts-controller.js | 2 +- ext/js/pages/settings/mecab-controller.js | 2 +- ext/js/pages/settings/modal-controller.js | 2 +- ext/js/pages/settings/modal.js | 2 +- ext/js/pages/settings/nested-popups-controller.js | 2 +- ext/js/pages/settings/permissions-origin-controller.js | 2 +- ext/js/pages/settings/permissions-toggle-controller.js | 2 +- ext/js/pages/settings/persistent-storage-controller.js | 2 +- ext/js/pages/settings/popup-preview-controller.js | 2 +- ext/js/pages/settings/popup-preview-frame-main.js | 2 +- ext/js/pages/settings/popup-preview-frame.js | 2 +- ext/js/pages/settings/popup-window-controller.js | 2 +- ext/js/pages/settings/profile-conditions-ui.js | 2 +- ext/js/pages/settings/profile-controller.js | 2 +- ext/js/pages/settings/scan-inputs-controller.js | 2 +- ext/js/pages/settings/scan-inputs-simple-controller.js | 2 +- ext/js/pages/settings/secondary-search-dictionary-controller.js | 2 +- ext/js/pages/settings/sentence-termination-characters-controller.js | 2 +- ext/js/pages/settings/settings-controller.js | 2 +- ext/js/pages/settings/settings-display-controller.js | 2 +- ext/js/pages/settings/settings-main.js | 2 +- ext/js/pages/settings/sort-frequency-dictionary-controller.js | 2 +- ext/js/pages/settings/status-footer.js | 2 +- ext/js/pages/settings/storage-controller.js | 2 +- ext/js/pages/settings/translation-text-replacements-controller.js | 2 +- ext/js/pages/welcome-main.js | 2 +- ext/js/script/dynamic-loader-sentinel.js | 2 +- ext/js/script/dynamic-loader.js | 2 +- ext/js/templates/sandbox/anki-template-renderer.js | 2 +- ext/js/templates/sandbox/template-renderer-frame-api.js | 2 +- ext/js/templates/sandbox/template-renderer-frame-main.js | 2 +- ext/js/templates/sandbox/template-renderer-media-provider.js | 2 +- ext/js/templates/sandbox/template-renderer.js | 2 +- ext/js/templates/template-patcher.js | 2 +- ext/js/templates/template-renderer-proxy.js | 2 +- ext/js/yomichan.js | 2 +- ext/legal.html | 2 +- ext/sw.js | 2 +- test/data/html/test-document2-script.js | 2 +- test/test-all.js | 2 +- test/test-anki-note-builder.js | 2 +- test/test-cache-map.js | 2 +- test/test-core.js | 2 +- test/test-css-json.js | 2 +- test/test-database.js | 2 +- test/test-deinflector.js | 2 +- test/test-dictionary.js | 2 +- test/test-document-util.js | 2 +- test/test-dom-text-scanner.js | 2 +- test/test-hotkey-util.js | 2 +- test/test-japanese-util.js | 2 +- test/test-jsdom.js | 2 +- test/test-json-schema.js | 2 +- test/test-manifest.js | 2 +- test/test-object-property-accessor.js | 2 +- test/test-options-util.js | 2 +- test/test-profile-conditions-util.js | 2 +- test/test-text-source-map.js | 2 +- test/test-translator.js | 2 +- test/test-workers.js | 2 +- 194 files changed, 194 insertions(+), 194 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index cc43ba41..67faf781 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -89,7 +89,7 @@ "header/header": ["error", "block", [ "", - {"pattern": " \\* Copyright \\(C\\) (\\d+-)?2021 Yomichan Authors"}, + {"pattern": " \\* Copyright \\(C\\) (\\d+-)?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/LICENSE b/LICENSE index a045c2f0..cd1259b8 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright 2016-2021 Yomichan Authors +Copyright 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/dev/build-libs.js b/dev/build-libs.js index 562b77fd..37d74851 100644 --- a/dev/build-libs.js +++ b/dev/build-libs.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/dev/build.js b/dev/build.js index 7d670895..e9c204c5 100644 --- a/dev/build.js +++ b/dev/build.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/dev/css-to-json-util.js b/dev/css-to-json-util.js index d8577c8f..d6a9622c 100644 --- a/dev/css-to-json-util.js +++ b/dev/css-to-json-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/dev/data/display-pronunciation-overrides.css b/dev/data/display-pronunciation-overrides.css index eb534025..862f1320 100644 --- a/dev/data/display-pronunciation-overrides.css +++ b/dev/data/display-pronunciation-overrides.css @@ -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 entrys of the GNU General Public License as published by diff --git a/dev/data/structured-content-overrides.css b/dev/data/structured-content-overrides.css index 30df3bde..1d2ed830 100644 --- a/dev/data/structured-content-overrides.css +++ b/dev/data/structured-content-overrides.css @@ -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 entrys of the GNU General Public License as published by diff --git a/dev/database-vm.js b/dev/database-vm.js index a7ad2508..63350124 100644 --- a/dev/database-vm.js +++ b/dev/database-vm.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/dev/dictionary-validate.js b/dev/dictionary-validate.js index a21fa5cb..cf33c787 100644 --- a/dev/dictionary-validate.js +++ b/dev/dictionary-validate.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/dev/generate-css-json.js b/dev/generate-css-json.js index 5d0b0da6..b14849b2 100644 --- a/dev/generate-css-json.js +++ b/dev/generate-css-json.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/dev/lint/global-declarations.js b/dev/lint/global-declarations.js index 914d1266..b28f53cd 100644 --- a/dev/lint/global-declarations.js +++ b/dev/lint/global-declarations.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/dev/lint/html-scripts.js b/dev/lint/html-scripts.js index 41263d96..b9752ceb 100644 --- a/dev/lint/html-scripts.js +++ b/dev/lint/html-scripts.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/dev/manifest-util.js b/dev/manifest-util.js index b872a4c1..3fc8a770 100644 --- a/dev/manifest-util.js +++ b/dev/manifest-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/dev/patch-dependencies.js b/dev/patch-dependencies.js index 8f4ffb76..7052fd08 100644 --- a/dev/patch-dependencies.js +++ b/dev/patch-dependencies.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/dev/schema-validate.js b/dev/schema-validate.js index 77fbd0c8..2f0e2090 100644 --- a/dev/schema-validate.js +++ b/dev/schema-validate.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/dev/translator-vm.js b/dev/translator-vm.js index c826abec..91a362ab 100644 --- a/dev/translator-vm.js +++ b/dev/translator-vm.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/dev/util.js b/dev/util.js index 1a2209ca..4bf3f746 100644 --- a/dev/util.js +++ b/dev/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/dev/vm.js b/dev/vm.js index 9db87cdf..e9adc222 100644 --- a/dev/vm.js +++ b/dev/vm.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/docs/interfaces/dictionary-entry.ts b/docs/interfaces/dictionary-entry.ts index ae20d9ea..7db60ebd 100644 --- a/docs/interfaces/dictionary-entry.ts +++ b/docs/interfaces/dictionary-entry.ts @@ -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/css/action-popup.css b/ext/css/action-popup.css index 0fcef05d..1bbf3fad 100644 --- a/ext/css/action-popup.css +++ b/ext/css/action-popup.css @@ -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/css/display-pronunciation.css b/ext/css/display-pronunciation.css index 097b8cf2..7a8e4b60 100644 --- a/ext/css/display-pronunciation.css +++ b/ext/css/display-pronunciation.css @@ -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 entrys of the GNU General Public License as published by diff --git a/ext/css/display.css b/ext/css/display.css index 73e08eef..f0908021 100644 --- a/ext/css/display.css +++ b/ext/css/display.css @@ -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 entrys of the GNU General Public License as published by diff --git a/ext/css/material.css b/ext/css/material.css index 710058c7..55ed13e6 100644 --- a/ext/css/material.css +++ b/ext/css/material.css @@ -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/css/permissions.css b/ext/css/permissions.css index 9a846841..6e8c5c48 100644 --- a/ext/css/permissions.css +++ b/ext/css/permissions.css @@ -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/css/popup-outer.css b/ext/css/popup-outer.css index 626d0c32..119a6b90 100644 --- a/ext/css/popup-outer.css +++ b/ext/css/popup-outer.css @@ -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/css/popup-preview.css b/ext/css/popup-preview.css index 6e9251c8..c22c9236 100644 --- a/ext/css/popup-preview.css +++ b/ext/css/popup-preview.css @@ -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/css/search.css b/ext/css/search.css index 593bbe6c..78028619 100644 --- a/ext/css/search.css +++ b/ext/css/search.css @@ -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/css/settings.css b/ext/css/settings.css index cedd9f40..6581483c 100644 --- a/ext/css/settings.css +++ b/ext/css/settings.css @@ -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/css/structured-content.css b/ext/css/structured-content.css index c799e865..092d9e7c 100644 --- a/ext/css/structured-content.css +++ b/ext/css/structured-content.css @@ -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 entrys of the GNU General Public License as published by 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 diff --git a/ext/legal.html b/ext/legal.html index 1d696841..09e1966b 100644 --- a/ext/legal.html +++ b/ext/legal.html @@ -28,7 +28,7 @@

Yomichan License

-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/sw.js b/ext/sw.js
index af6c9a43..3b567f55 100644
--- a/ext/sw.js
+++ b/ext/sw.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/test/data/html/test-document2-script.js b/test/data/html/test-document2-script.js
index 8e381b09..03ec9555 100644
--- a/test/data/html/test-document2-script.js
+++ b/test/data/html/test-document2-script.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/test/test-all.js b/test/test-all.js
index 2d324d30..f1a6cb27 100644
--- a/test/test-all.js
+++ b/test/test-all.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/test/test-anki-note-builder.js b/test/test-anki-note-builder.js
index 2e4beb21..c228cf92 100644
--- a/test/test-anki-note-builder.js
+++ b/test/test-anki-note-builder.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/test/test-cache-map.js b/test/test-cache-map.js
index b01f5ed8..2bb82f83 100644
--- a/test/test-cache-map.js
+++ b/test/test-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/test/test-core.js b/test/test-core.js
index 22392359..8ca523dd 100644
--- a/test/test-core.js
+++ b/test/test-core.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/test/test-css-json.js b/test/test-css-json.js
index 541411d9..09f3cb1b 100644
--- a/test/test-css-json.js
+++ b/test/test-css-json.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/test/test-database.js b/test/test-database.js
index 15d4746c..ef2c6b78 100644
--- a/test/test-database.js
+++ b/test/test-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/test/test-deinflector.js b/test/test-deinflector.js
index d4faf025..94bf80d0 100644
--- a/test/test-deinflector.js
+++ b/test/test-deinflector.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/test/test-dictionary.js b/test/test-dictionary.js
index aca9b072..aea17919 100644
--- a/test/test-dictionary.js
+++ b/test/test-dictionary.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/test/test-document-util.js b/test/test-document-util.js
index e5966034..9bcc5e95 100644
--- a/test/test-document-util.js
+++ b/test/test-document-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/test/test-dom-text-scanner.js b/test/test-dom-text-scanner.js
index 31eca1e7..e4ea98cc 100644
--- a/test/test-dom-text-scanner.js
+++ b/test/test-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/test/test-hotkey-util.js b/test/test-hotkey-util.js
index eb4cf0b3..840678bb 100644
--- a/test/test-hotkey-util.js
+++ b/test/test-hotkey-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/test/test-japanese-util.js b/test/test-japanese-util.js
index cf1ee87e..6aa426d5 100644
--- a/test/test-japanese-util.js
+++ b/test/test-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/test/test-jsdom.js b/test/test-jsdom.js
index 8b00127d..c97a3d97 100644
--- a/test/test-jsdom.js
+++ b/test/test-jsdom.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/test/test-json-schema.js b/test/test-json-schema.js
index cc92c851..aedf1126 100644
--- a/test/test-json-schema.js
+++ b/test/test-json-schema.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/test/test-manifest.js b/test/test-manifest.js
index 8b9e754d..1d98c41b 100644
--- a/test/test-manifest.js
+++ b/test/test-manifest.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/test/test-object-property-accessor.js b/test/test-object-property-accessor.js
index b3f05c7e..1de1fc36 100644
--- a/test/test-object-property-accessor.js
+++ b/test/test-object-property-accessor.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/test/test-options-util.js b/test/test-options-util.js
index 967159e9..a46e4248 100644
--- a/test/test-options-util.js
+++ b/test/test-options-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/test/test-profile-conditions-util.js b/test/test-profile-conditions-util.js
index 2d076a7f..bb2e94ad 100644
--- a/test/test-profile-conditions-util.js
+++ b/test/test-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/test/test-text-source-map.js b/test/test-text-source-map.js
index 9f0c17bd..1d697ae4 100644
--- a/test/test-text-source-map.js
+++ b/test/test-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/test/test-translator.js b/test/test-translator.js
index 0ae8137a..49128f35 100644
--- a/test/test-translator.js
+++ b/test/test-translator.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/test/test-workers.js b/test/test-workers.js
index ec5ba002..86ce7606 100644
--- a/test/test-workers.js
+++ b/test/test-workers.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
-- 
cgit v1.2.3