summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAustin Siew <17107540+Aquafina-water-bottle@users.noreply.github.com>2023-03-22 23:59:35 -0600
committerAustin Siew <17107540+Aquafina-water-bottle@users.noreply.github.com>2023-03-22 23:59:35 -0600
commita14251ea2b2b77b94fa5436b8c055a99c5f66e95 (patch)
treeafffa86f0eca551154e9ebdc04b4a13a0c8431da /test
parenta2b239886eab4975d93b8be689fb321e6a0e3afa (diff)
fixed eslint, changed header to only use 2 spaces, added missing headers to test
Diffstat (limited to 'test')
-rw-r--r--test/data/html/test-document2-script.js1
-rw-r--r--test/test-all.js1
-rw-r--r--test/test-anki-note-builder.js1
-rw-r--r--test/test-build-libs.js1
-rw-r--r--test/test-cache-map.js1
-rw-r--r--test/test-core.js1
-rw-r--r--test/test-css-json.js1
-rw-r--r--test/test-database.js1
-rw-r--r--test/test-deinflector.js1
-rw-r--r--test/test-dictionary.js1
-rw-r--r--test/test-document-util.js1
-rw-r--r--test/test-dom-text-scanner.js1
-rw-r--r--test/test-hotkey-util.js1
-rw-r--r--test/test-japanese-util.js1
-rw-r--r--test/test-jsdom.js1
-rw-r--r--test/test-json-schema.js1
-rw-r--r--test/test-manifest.js1
-rw-r--r--test/test-object-property-accessor.js1
-rw-r--r--test/test-options-util.js1
-rw-r--r--test/test-profile-conditions-util.js1
-rw-r--r--test/test-text-source-map.js1
-rw-r--r--test/test-translator.js1
-rw-r--r--test/test-workers.js1
23 files changed, 23 insertions, 0 deletions
diff --git a/test/data/html/test-document2-script.js b/test/data/html/test-document2-script.js
index 03ec9555..8a183019 100644
--- a/test/data/html/test-document2-script.js
+++ b/test/data/html/test-document2-script.js
@@ -1,4 +1,5 @@
/*
+ * Copyright (C) 2023 Yomitan Authors
* Copyright (C) 2021-2022 Yomichan Authors
*
* This program is free software: you can redistribute it and/or modify
diff --git a/test/test-all.js b/test/test-all.js
index f1a6cb27..d187879a 100644
--- a/test/test-all.js
+++ b/test/test-all.js
@@ -1,4 +1,5 @@
/*
+ * Copyright (C) 2023 Yomitan Authors
* Copyright (C) 2020-2022 Yomichan Authors
*
* This program is free software: you can redistribute it and/or modify
diff --git a/test/test-anki-note-builder.js b/test/test-anki-note-builder.js
index 21aa89bc..ba937302 100644
--- a/test/test-anki-note-builder.js
+++ b/test/test-anki-note-builder.js
@@ -1,4 +1,5 @@
/*
+ * Copyright (C) 2023 Yomitan Authors
* Copyright (C) 2021-2022 Yomichan Authors
*
* This program is free software: you can redistribute it and/or modify
diff --git a/test/test-build-libs.js b/test/test-build-libs.js
index 6305de04..496f43f8 100644
--- a/test/test-build-libs.js
+++ b/test/test-build-libs.js
@@ -1,4 +1,5 @@
/*
+ * Copyright (C) 2023 Yomitan Authors
* Copyright (C) 2022 Yomichan Authors
*
* This program is free software: you can redistribute it and/or modify
diff --git a/test/test-cache-map.js b/test/test-cache-map.js
index 2bb82f83..863c6ace 100644
--- a/test/test-cache-map.js
+++ b/test/test-cache-map.js
@@ -1,4 +1,5 @@
/*
+ * Copyright (C) 2023 Yomitan Authors
* Copyright (C) 2020-2022 Yomichan Authors
*
* This program is free software: you can redistribute it and/or modify
diff --git a/test/test-core.js b/test/test-core.js
index 8ca523dd..b42f8cf2 100644
--- a/test/test-core.js
+++ b/test/test-core.js
@@ -1,4 +1,5 @@
/*
+ * Copyright (C) 2023 Yomitan Authors
* Copyright (C) 2020-2022 Yomichan Authors
*
* This program is free software: you can redistribute it and/or modify
diff --git a/test/test-css-json.js b/test/test-css-json.js
index 09f3cb1b..ddeee6bd 100644
--- a/test/test-css-json.js
+++ b/test/test-css-json.js
@@ -1,4 +1,5 @@
/*
+ * Copyright (C) 2023 Yomitan Authors
* Copyright (C) 2021-2022 Yomichan Authors
*
* This program is free software: you can redistribute it and/or modify
diff --git a/test/test-database.js b/test/test-database.js
index 6124f42e..c4cd504a 100644
--- a/test/test-database.js
+++ b/test/test-database.js
@@ -1,4 +1,5 @@
/*
+ * Copyright (C) 2023 Yomitan Authors
* Copyright (C) 2020-2022 Yomichan Authors
*
* This program is free software: you can redistribute it and/or modify
diff --git a/test/test-deinflector.js b/test/test-deinflector.js
index 94bf80d0..ea8af292 100644
--- a/test/test-deinflector.js
+++ b/test/test-deinflector.js
@@ -1,4 +1,5 @@
/*
+ * Copyright (C) 2023 Yomitan Authors
* Copyright (C) 2020-2022 Yomichan Authors
*
* This program is free software: you can redistribute it and/or modify
diff --git a/test/test-dictionary.js b/test/test-dictionary.js
index 477567b1..d4390e19 100644
--- a/test/test-dictionary.js
+++ b/test/test-dictionary.js
@@ -1,4 +1,5 @@
/*
+ * Copyright (C) 2023 Yomitan Authors
* Copyright (C) 2020-2022 Yomichan Authors
*
* This program is free software: you can redistribute it and/or modify
diff --git a/test/test-document-util.js b/test/test-document-util.js
index ad4da269..a2458b61 100644
--- a/test/test-document-util.js
+++ b/test/test-document-util.js
@@ -1,4 +1,5 @@
/*
+ * Copyright (C) 2023 Yomitan Authors
* Copyright (C) 2020-2022 Yomichan Authors
*
* This program is free software: you can redistribute it and/or modify
diff --git a/test/test-dom-text-scanner.js b/test/test-dom-text-scanner.js
index f3bd4599..37017b01 100644
--- a/test/test-dom-text-scanner.js
+++ b/test/test-dom-text-scanner.js
@@ -1,4 +1,5 @@
/*
+ * Copyright (C) 2023 Yomitan Authors
* Copyright (C) 2020-2022 Yomichan Authors
*
* This program is free software: you can redistribute it and/or modify
diff --git a/test/test-hotkey-util.js b/test/test-hotkey-util.js
index 840678bb..34f1eb26 100644
--- a/test/test-hotkey-util.js
+++ b/test/test-hotkey-util.js
@@ -1,4 +1,5 @@
/*
+ * Copyright (C) 2023 Yomitan Authors
* Copyright (C) 2020-2022 Yomichan Authors
*
* This program is free software: you can redistribute it and/or modify
diff --git a/test/test-japanese-util.js b/test/test-japanese-util.js
index 6aa426d5..4395a11e 100644
--- a/test/test-japanese-util.js
+++ b/test/test-japanese-util.js
@@ -1,4 +1,5 @@
/*
+ * Copyright (C) 2023 Yomitan Authors
* Copyright (C) 2020-2022 Yomichan Authors
*
* This program is free software: you can redistribute it and/or modify
diff --git a/test/test-jsdom.js b/test/test-jsdom.js
index a56a579e..5078c240 100644
--- a/test/test-jsdom.js
+++ b/test/test-jsdom.js
@@ -1,4 +1,5 @@
/*
+ * Copyright (C) 2023 Yomitan Authors
* Copyright (C) 2021-2022 Yomichan Authors
*
* This program is free software: you can redistribute it and/or modify
diff --git a/test/test-json-schema.js b/test/test-json-schema.js
index aedf1126..35ecc5e9 100644
--- a/test/test-json-schema.js
+++ b/test/test-json-schema.js
@@ -1,4 +1,5 @@
/*
+ * Copyright (C) 2023 Yomitan Authors
* Copyright (C) 2020-2022 Yomichan Authors
*
* This program is free software: you can redistribute it and/or modify
diff --git a/test/test-manifest.js b/test/test-manifest.js
index 1d98c41b..b52152de 100644
--- a/test/test-manifest.js
+++ b/test/test-manifest.js
@@ -1,4 +1,5 @@
/*
+ * Copyright (C) 2023 Yomitan Authors
* Copyright (C) 2020-2022 Yomichan Authors
*
* This program is free software: you can redistribute it and/or modify
diff --git a/test/test-object-property-accessor.js b/test/test-object-property-accessor.js
index 1de1fc36..d225e893 100644
--- a/test/test-object-property-accessor.js
+++ b/test/test-object-property-accessor.js
@@ -1,4 +1,5 @@
/*
+ * Copyright (C) 2023 Yomitan Authors
* Copyright (C) 2020-2022 Yomichan Authors
*
* This program is free software: you can redistribute it and/or modify
diff --git a/test/test-options-util.js b/test/test-options-util.js
index 05af4214..2be6b2f7 100644
--- a/test/test-options-util.js
+++ b/test/test-options-util.js
@@ -1,4 +1,5 @@
/*
+ * Copyright (C) 2023 Yomitan Authors
* Copyright (C) 2020-2022 Yomichan Authors
*
* This program is free software: you can redistribute it and/or modify
diff --git a/test/test-profile-conditions-util.js b/test/test-profile-conditions-util.js
index bb2e94ad..d5187425 100644
--- a/test/test-profile-conditions-util.js
+++ b/test/test-profile-conditions-util.js
@@ -1,4 +1,5 @@
/*
+ * Copyright (C) 2023 Yomitan Authors
* Copyright (C) 2020-2022 Yomichan Authors
*
* This program is free software: you can redistribute it and/or modify
diff --git a/test/test-text-source-map.js b/test/test-text-source-map.js
index 1d697ae4..dd8d3bbd 100644
--- a/test/test-text-source-map.js
+++ b/test/test-text-source-map.js
@@ -1,4 +1,5 @@
/*
+ * Copyright (C) 2023 Yomitan Authors
* Copyright (C) 2020-2022 Yomichan Authors
*
* This program is free software: you can redistribute it and/or modify
diff --git a/test/test-translator.js b/test/test-translator.js
index 49128f35..485eb665 100644
--- a/test/test-translator.js
+++ b/test/test-translator.js
@@ -1,4 +1,5 @@
/*
+ * Copyright (C) 2023 Yomitan Authors
* Copyright (C) 2020-2022 Yomichan Authors
*
* This program is free software: you can redistribute it and/or modify
diff --git a/test/test-workers.js b/test/test-workers.js
index 86ce7606..b4ec4d7d 100644
--- a/test/test-workers.js
+++ b/test/test-workers.js
@@ -1,4 +1,5 @@
/*
+ * Copyright (C) 2023 Yomitan Authors
* Copyright (C) 2020-2022 Yomichan Authors
*
* This program is free software: you can redistribute it and/or modify