summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2024-01-19 22:42:10 -0500
committerGitHub <noreply@github.com>2024-01-20 03:42:10 +0000
commitff5db2c18e3731e7c1063bf27ad5d6d9d22d1c6c (patch)
tree5c7dcf2decf6d4462a63455049a9dc4966252ffd /test
parenta1729cdcce7316060fc1b824591c0f4206d0209c (diff)
Update copyright year (#524)
* Update copyright year * Update lib files * Rebase updates * Update dates * Update years to range * Update permitted pattern
Diffstat (limited to 'test')
-rw-r--r--test/anki-template-renderer.test.js2
-rw-r--r--test/cache-map.test.js2
-rw-r--r--test/core.test.js2
-rw-r--r--test/css-json.test.js2
-rw-r--r--test/data/html/js/html-test-utilities.js2
-rw-r--r--test/data/html/js/performance-frames.js2
-rw-r--r--test/data/html/js/popup-tests-frame1.js2
-rw-r--r--test/data/html/js/popup-tests.js2
-rw-r--r--test/database.test.js2
-rw-r--r--test/deinflector.test.js2
-rw-r--r--test/dictionary-data-validate.test.js2
-rw-r--r--test/dictionary-data.test.js2
-rw-r--r--test/dictionary-data.write.js2
-rw-r--r--test/document-util.test.js2
-rw-r--r--test/dom-text-scanner.test.js2
-rw-r--r--test/fixtures/anki-template-renderer-test.js2
-rw-r--r--test/fixtures/dom-test.js2
-rw-r--r--test/fixtures/translator-test.js2
-rw-r--r--test/hotkey-util.test.js2
-rw-r--r--test/japanese-util.test.js2
-rw-r--r--test/json-schema.test.js2
-rw-r--r--test/json.test.js2
-rw-r--r--test/mocks/common.js2
-rw-r--r--test/mocks/dictionary-importer-media-loader.js2
-rw-r--r--test/object-property-accessor.test.js2
-rw-r--r--test/options-util.test.js2
-rw-r--r--test/playwright/global.setup.js2
-rw-r--r--test/playwright/global.teardown.js2
-rw-r--r--test/playwright/integration.spec.js2
-rw-r--r--test/playwright/playwright-util.js2
-rw-r--r--test/playwright/visual.spec.js2
-rw-r--r--test/profile-conditions-util.test.js2
-rw-r--r--test/text-source-map.test.js2
-rw-r--r--test/utilities/anki.js2
-rw-r--r--test/utilities/translator.js2
35 files changed, 35 insertions, 35 deletions
diff --git a/test/anki-template-renderer.test.js b/test/anki-template-renderer.test.js
index 7c65b367..d8d2a3b5 100644
--- a/test/anki-template-renderer.test.js
+++ b/test/anki-template-renderer.test.js
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2023 Yomitan Authors
+ * Copyright (C) 2023-2024 Yomitan Authors
*
* This program is free 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/cache-map.test.js b/test/cache-map.test.js
index 5db35cf0..72579f25 100644
--- a/test/cache-map.test.js
+++ b/test/cache-map.test.js
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2023 Yomitan Authors
+ * Copyright (C) 2023-2024 Yomitan Authors
* Copyright (C) 2020-2022 Yomichan Authors
*
* This program is free software: you can redistribute it and/or modify
diff --git a/test/core.test.js b/test/core.test.js
index 127df783..c7370abf 100644
--- a/test/core.test.js
+++ b/test/core.test.js
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2023 Yomitan Authors
+ * Copyright (C) 2023-2024 Yomitan Authors
* Copyright (C) 2020-2022 Yomichan Authors
*
* This program is free software: you can redistribute it and/or modify
diff --git a/test/css-json.test.js b/test/css-json.test.js
index 588651d2..b64419c3 100644
--- a/test/css-json.test.js
+++ b/test/css-json.test.js
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2023 Yomitan Authors
+ * Copyright (C) 2023-2024 Yomitan Authors
* Copyright (C) 2021-2022 Yomichan Authors
*
* This program is free software: you can redistribute it and/or modify
diff --git a/test/data/html/js/html-test-utilities.js b/test/data/html/js/html-test-utilities.js
index da3e753a..b72b7fca 100644
--- a/test/data/html/js/html-test-utilities.js
+++ b/test/data/html/js/html-test-utilities.js
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2023 Yomitan Authors
+ * Copyright (C) 2023-2024 Yomitan Authors
* Copyright (C) 2021-2022 Yomichan Authors
*
* This program is free software: you can redistribute it and/or modify
diff --git a/test/data/html/js/performance-frames.js b/test/data/html/js/performance-frames.js
index 7484f971..4432a2c0 100644
--- a/test/data/html/js/performance-frames.js
+++ b/test/data/html/js/performance-frames.js
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2023 Yomitan Authors
+ * Copyright (C) 2023-2024 Yomitan Authors
*
* This program is free 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/js/popup-tests-frame1.js b/test/data/html/js/popup-tests-frame1.js
index b1dc2756..a54cf717 100644
--- a/test/data/html/js/popup-tests-frame1.js
+++ b/test/data/html/js/popup-tests-frame1.js
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2023 Yomitan Authors
+ * Copyright (C) 2023-2024 Yomitan Authors
*
* This program is free 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/js/popup-tests.js b/test/data/html/js/popup-tests.js
index 3a46a045..c838cebb 100644
--- a/test/data/html/js/popup-tests.js
+++ b/test/data/html/js/popup-tests.js
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2023 Yomitan Authors
+ * Copyright (C) 2023-2024 Yomitan Authors
*
* This program is free 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/database.test.js b/test/database.test.js
index 0b9ce94f..5dbc1040 100644
--- a/test/database.test.js
+++ b/test/database.test.js
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2023 Yomitan Authors
+ * Copyright (C) 2023-2024 Yomitan Authors
* Copyright (C) 2020-2022 Yomichan Authors
*
* This program is free software: you can redistribute it and/or modify
diff --git a/test/deinflector.test.js b/test/deinflector.test.js
index 9c8443d2..b00625cf 100644
--- a/test/deinflector.test.js
+++ b/test/deinflector.test.js
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2023 Yomitan Authors
+ * Copyright (C) 2023-2024 Yomitan Authors
* Copyright (C) 2020-2022 Yomichan Authors
*
* This program is free software: you can redistribute it and/or modify
diff --git a/test/dictionary-data-validate.test.js b/test/dictionary-data-validate.test.js
index 5334bc2e..4c96cdb0 100644
--- a/test/dictionary-data-validate.test.js
+++ b/test/dictionary-data-validate.test.js
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2023 Yomitan Authors
+ * Copyright (C) 2023-2024 Yomitan Authors
* Copyright (C) 2020-2022 Yomichan Authors
*
* This program is free software: you can redistribute it and/or modify
diff --git a/test/dictionary-data.test.js b/test/dictionary-data.test.js
index b3a9c57d..438e1e97 100644
--- a/test/dictionary-data.test.js
+++ b/test/dictionary-data.test.js
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2023 Yomitan Authors
+ * Copyright (C) 2023-2024 Yomitan Authors
*
* This program is free 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/dictionary-data.write.js b/test/dictionary-data.write.js
index 0f6bbfcb..bdf635c8 100644
--- a/test/dictionary-data.write.js
+++ b/test/dictionary-data.write.js
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2023 Yomitan Authors
+ * Copyright (C) 2023-2024 Yomitan Authors
*
* This program is free 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/document-util.test.js b/test/document-util.test.js
index f332d384..8ced9d07 100644
--- a/test/document-util.test.js
+++ b/test/document-util.test.js
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2023 Yomitan Authors
+ * Copyright (C) 2023-2024 Yomitan Authors
* Copyright (C) 2020-2022 Yomichan Authors
*
* This program is free software: you can redistribute it and/or modify
diff --git a/test/dom-text-scanner.test.js b/test/dom-text-scanner.test.js
index 12e3193a..e86d2980 100644
--- a/test/dom-text-scanner.test.js
+++ b/test/dom-text-scanner.test.js
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2023 Yomitan Authors
+ * Copyright (C) 2023-2024 Yomitan Authors
* Copyright (C) 2020-2022 Yomichan Authors
*
* This program is free software: you can redistribute it and/or modify
diff --git a/test/fixtures/anki-template-renderer-test.js b/test/fixtures/anki-template-renderer-test.js
index fa84dbc7..90fa0440 100644
--- a/test/fixtures/anki-template-renderer-test.js
+++ b/test/fixtures/anki-template-renderer-test.js
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2023 Yomitan Authors
+ * Copyright (C) 2023-2024 Yomitan Authors
*
* This program is free 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/fixtures/dom-test.js b/test/fixtures/dom-test.js
index e0e7d647..a0a17127 100644
--- a/test/fixtures/dom-test.js
+++ b/test/fixtures/dom-test.js
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2023 Yomitan Authors
+ * Copyright (C) 2023-2024 Yomitan Authors
* Copyright (C) 2020-2022 Yomichan Authors
*
* This program is free software: you can redistribute it and/or modify
diff --git a/test/fixtures/translator-test.js b/test/fixtures/translator-test.js
index 83644513..f162972d 100644
--- a/test/fixtures/translator-test.js
+++ b/test/fixtures/translator-test.js
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2023 Yomitan Authors
+ * Copyright (C) 2023-2024 Yomitan Authors
* Copyright (C) 2020-2022 Yomichan Authors
*
* This program is free software: you can redistribute it and/or modify
diff --git a/test/hotkey-util.test.js b/test/hotkey-util.test.js
index d89d571d..f87d0ffd 100644
--- a/test/hotkey-util.test.js
+++ b/test/hotkey-util.test.js
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2023 Yomitan Authors
+ * Copyright (C) 2023-2024 Yomitan Authors
* Copyright (C) 2020-2022 Yomichan Authors
*
* This program is free software: you can redistribute it and/or modify
diff --git a/test/japanese-util.test.js b/test/japanese-util.test.js
index 177af4d5..ab14f209 100644
--- a/test/japanese-util.test.js
+++ b/test/japanese-util.test.js
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2023 Yomitan Authors
+ * Copyright (C) 2023-2024 Yomitan Authors
* Copyright (C) 2020-2022 Yomichan Authors
*
* This program is free software: you can redistribute it and/or modify
diff --git a/test/json-schema.test.js b/test/json-schema.test.js
index 4773e898..fcb99ee4 100644
--- a/test/json-schema.test.js
+++ b/test/json-schema.test.js
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2023 Yomitan Authors
+ * Copyright (C) 2023-2024 Yomitan Authors
* Copyright (C) 2020-2022 Yomichan Authors
*
* This program is free software: you can redistribute it and/or modify
diff --git a/test/json.test.js b/test/json.test.js
index 8cf01491..54c33c34 100644
--- a/test/json.test.js
+++ b/test/json.test.js
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2023 Yomitan Authors
+ * Copyright (C) 2023-2024 Yomitan Authors
*
* This program is free 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/mocks/common.js b/test/mocks/common.js
index 7fe30a3e..339e3ea0 100644
--- a/test/mocks/common.js
+++ b/test/mocks/common.js
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2023 Yomitan Authors
+ * Copyright (C) 2023-2024 Yomitan Authors
* Copyright (C) 2020-2022 Yomichan Authors
*
* This program is free software: you can redistribute it and/or modify
diff --git a/test/mocks/dictionary-importer-media-loader.js b/test/mocks/dictionary-importer-media-loader.js
index ffda29b3..48784980 100644
--- a/test/mocks/dictionary-importer-media-loader.js
+++ b/test/mocks/dictionary-importer-media-loader.js
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2023 Yomitan Authors
+ * Copyright (C) 2023-2024 Yomitan Authors
* Copyright (C) 2021-2022 Yomichan Authors
*
* This program is free software: you can redistribute it and/or modify
diff --git a/test/object-property-accessor.test.js b/test/object-property-accessor.test.js
index 4d50b1e9..79f78ace 100644
--- a/test/object-property-accessor.test.js
+++ b/test/object-property-accessor.test.js
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2023 Yomitan Authors
+ * Copyright (C) 2023-2024 Yomitan Authors
* Copyright (C) 2020-2022 Yomichan Authors
*
* This program is free software: you can redistribute it and/or modify
diff --git a/test/options-util.test.js b/test/options-util.test.js
index 26ccdd14..ded16b4c 100644
--- a/test/options-util.test.js
+++ b/test/options-util.test.js
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2023 Yomitan Authors
+ * Copyright (C) 2023-2024 Yomitan Authors
* Copyright (C) 2020-2022 Yomichan Authors
*
* This program is free software: you can redistribute it and/or modify
diff --git a/test/playwright/global.setup.js b/test/playwright/global.setup.js
index 1a16f120..8c2f8b50 100644
--- a/test/playwright/global.setup.js
+++ b/test/playwright/global.setup.js
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2023 Yomitan Authors
+ * Copyright (C) 2023-2024 Yomitan Authors
*
* This program is free 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/playwright/global.teardown.js b/test/playwright/global.teardown.js
index 6787f255..f3d8897f 100644
--- a/test/playwright/global.teardown.js
+++ b/test/playwright/global.teardown.js
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2023 Yomitan Authors
+ * Copyright (C) 2023-2024 Yomitan Authors
*
* This program is free 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/playwright/integration.spec.js b/test/playwright/integration.spec.js
index d5b8360c..bdcfddf0 100644
--- a/test/playwright/integration.spec.js
+++ b/test/playwright/integration.spec.js
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2023 Yomitan Authors
+ * Copyright (C) 2023-2024 Yomitan Authors
*
* This program is free 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/playwright/playwright-util.js b/test/playwright/playwright-util.js
index ac68db4d..425d6140 100644
--- a/test/playwright/playwright-util.js
+++ b/test/playwright/playwright-util.js
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2023 Yomitan Authors
+ * Copyright (C) 2023-2024 Yomitan Authors
*
* This program is free 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/playwright/visual.spec.js b/test/playwright/visual.spec.js
index 3b46a6d0..3ecf4c6e 100644
--- a/test/playwright/visual.spec.js
+++ b/test/playwright/visual.spec.js
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2023 Yomitan Authors
+ * Copyright (C) 2023-2024 Yomitan Authors
*
* This program is free 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/profile-conditions-util.test.js b/test/profile-conditions-util.test.js
index a217eb7a..417ca409 100644
--- a/test/profile-conditions-util.test.js
+++ b/test/profile-conditions-util.test.js
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2023 Yomitan Authors
+ * Copyright (C) 2023-2024 Yomitan Authors
* Copyright (C) 2020-2022 Yomichan Authors
*
* This program is free software: you can redistribute it and/or modify
diff --git a/test/text-source-map.test.js b/test/text-source-map.test.js
index f798112b..18252627 100644
--- a/test/text-source-map.test.js
+++ b/test/text-source-map.test.js
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2023 Yomitan Authors
+ * Copyright (C) 2023-2024 Yomitan Authors
* Copyright (C) 2020-2022 Yomichan Authors
*
* This program is free software: you can redistribute it and/or modify
diff --git a/test/utilities/anki.js b/test/utilities/anki.js
index aa6c83d2..322acb0d 100644
--- a/test/utilities/anki.js
+++ b/test/utilities/anki.js
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2023 Yomitan Authors
+ * Copyright (C) 2023-2024 Yomitan Authors
*
* This program is free 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/utilities/translator.js b/test/utilities/translator.js
index 81081af6..da4ae27d 100644
--- a/test/utilities/translator.js
+++ b/test/utilities/translator.js
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2023 Yomitan Authors
+ * Copyright (C) 2023-2024 Yomitan Authors
* Copyright (C) 2020-2022 Yomichan Authors
*
* This program is free software: you can redistribute it and/or modify