summaryrefslogtreecommitdiff
path: root/dev
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 /dev
parenta2b239886eab4975d93b8be689fb321e6a0e3afa (diff)
fixed eslint, changed header to only use 2 spaces, added missing headers to test
Diffstat (limited to 'dev')
-rw-r--r--dev/build-libs.js2
-rw-r--r--dev/build.js2
-rw-r--r--dev/css-to-json-util.js2
-rw-r--r--dev/data/display-pronunciation-overrides.css2
-rw-r--r--dev/data/structured-content-overrides.css2
-rw-r--r--dev/database-vm.js2
-rw-r--r--dev/dictionary-validate.js2
-rw-r--r--dev/generate-css-json.js2
-rw-r--r--dev/lint/global-declarations.js2
-rw-r--r--dev/lint/html-scripts.js2
-rw-r--r--dev/manifest-util.js2
-rw-r--r--dev/patch-dependencies.js2
-rw-r--r--dev/schema-validate.js2
-rw-r--r--dev/translator-vm.js2
-rw-r--r--dev/util.js2
-rw-r--r--dev/vm.js2
16 files changed, 16 insertions, 16 deletions
diff --git a/dev/build-libs.js b/dev/build-libs.js
index 7448f68c..36c07edd 100644
--- a/dev/build-libs.js
+++ b/dev/build-libs.js
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2023 Yomitan Authors
+ * 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/dev/build.js b/dev/build.js
index d1863f64..5222c4c8 100644
--- a/dev/build.js
+++ b/dev/build.js
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2023 Yomitan Authors
+ * 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/dev/css-to-json-util.js b/dev/css-to-json-util.js
index 6f1ff6b3..79aae3c9 100644
--- a/dev/css-to-json-util.js
+++ b/dev/css-to-json-util.js
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2023 Yomitan Authors
+ * 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/dev/data/display-pronunciation-overrides.css b/dev/data/display-pronunciation-overrides.css
index 4e341a6c..7bba55e5 100644
--- a/dev/data/display-pronunciation-overrides.css
+++ b/dev/data/display-pronunciation-overrides.css
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2023 Yomitan Authors
+ * 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/dev/data/structured-content-overrides.css b/dev/data/structured-content-overrides.css
index d305df17..c0b14202 100644
--- a/dev/data/structured-content-overrides.css
+++ b/dev/data/structured-content-overrides.css
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2023 Yomitan Authors
+ * 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/dev/database-vm.js b/dev/database-vm.js
index b1f89e95..d5570691 100644
--- a/dev/database-vm.js
+++ b/dev/database-vm.js
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2023 Yomitan Authors
+ * 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/dev/dictionary-validate.js b/dev/dictionary-validate.js
index e52e0e2b..0c926acc 100644
--- a/dev/dictionary-validate.js
+++ b/dev/dictionary-validate.js
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2023 Yomitan Authors
+ * 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/dev/generate-css-json.js b/dev/generate-css-json.js
index d82a99c1..787173ab 100644
--- a/dev/generate-css-json.js
+++ b/dev/generate-css-json.js
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2023 Yomitan Authors
+ * 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/dev/lint/global-declarations.js b/dev/lint/global-declarations.js
index 302dcdec..7f90d227 100644
--- a/dev/lint/global-declarations.js
+++ b/dev/lint/global-declarations.js
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2023 Yomitan Authors
+ * 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/dev/lint/html-scripts.js b/dev/lint/html-scripts.js
index 992112df..db6e6ca4 100644
--- a/dev/lint/html-scripts.js
+++ b/dev/lint/html-scripts.js
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2023 Yomitan Authors
+ * 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/dev/manifest-util.js b/dev/manifest-util.js
index a82d81a3..082cf57c 100644
--- a/dev/manifest-util.js
+++ b/dev/manifest-util.js
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2023 Yomitan Authors
+ * 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/dev/patch-dependencies.js b/dev/patch-dependencies.js
index ca3ec750..81572c5c 100644
--- a/dev/patch-dependencies.js
+++ b/dev/patch-dependencies.js
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2023 Yomitan Authors
+ * 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/dev/schema-validate.js b/dev/schema-validate.js
index cc63f1a7..1d7607b7 100644
--- a/dev/schema-validate.js
+++ b/dev/schema-validate.js
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2023 Yomitan Authors
+ * 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/dev/translator-vm.js b/dev/translator-vm.js
index e8b5d407..e3b700ff 100644
--- a/dev/translator-vm.js
+++ b/dev/translator-vm.js
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2023 Yomitan Authors
+ * 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/dev/util.js b/dev/util.js
index 215742e7..65b1d982 100644
--- a/dev/util.js
+++ b/dev/util.js
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2023 Yomitan Authors
+ * 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/dev/vm.js b/dev/vm.js
index 48234395..c3266443 100644
--- a/dev/vm.js
+++ b/dev/vm.js
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2023 Yomitan Authors
+ * Copyright (C) 2023 Yomitan Authors
* Copyright (C) 2020-2022 Yomichan Authors
*
* This program is free software: you can redistribute it and/or modify