aboutsummaryrefslogtreecommitdiff
path: root/ext/js/language
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2022-02-02 20:43:10 -0500
committerGitHub <noreply@github.com>2022-02-02 20:43:10 -0500
commit89ac85afd03e62818624b507c91569edbec54f3d (patch)
tree4524d6cfffa280d30215b39b6556f540c6035a2b /ext/js/language
parent3662c07c63377cc245292f9a0d357ceae491213b (diff)
Update copyright date (#2062)
* Update eslint settings * Update 2021 files * Update other files
Diffstat (limited to 'ext/js/language')
-rw-r--r--ext/js/language/deinflector.js2
-rw-r--r--ext/js/language/dictionary-database.js2
-rw-r--r--ext/js/language/dictionary-importer-media-loader.js2
-rw-r--r--ext/js/language/dictionary-importer.js2
-rw-r--r--ext/js/language/dictionary-worker-handler.js2
-rw-r--r--ext/js/language/dictionary-worker-main.js2
-rw-r--r--ext/js/language/dictionary-worker-media-loader.js2
-rw-r--r--ext/js/language/dictionary-worker.js2
-rw-r--r--ext/js/language/sandbox/dictionary-data-util.js2
-rw-r--r--ext/js/language/sandbox/japanese-util.js2
-rw-r--r--ext/js/language/text-scanner.js2
-rw-r--r--ext/js/language/translator.js2
12 files changed, 12 insertions, 12 deletions
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