summaryrefslogtreecommitdiff
path: root/ext/js/dom
diff options
context:
space:
mode:
Diffstat (limited to 'ext/js/dom')
-rw-r--r--ext/js/dom/document-focus-controller.js2
-rw-r--r--ext/js/dom/document-util.js2
-rw-r--r--ext/js/dom/dom-data-binder.js2
-rw-r--r--ext/js/dom/dom-text-scanner.js2
-rw-r--r--ext/js/dom/html-template-collection.js2
-rw-r--r--ext/js/dom/native-simple-dom-parser.js2
-rw-r--r--ext/js/dom/panel-element.js2
-rw-r--r--ext/js/dom/popup-menu.js2
-rw-r--r--ext/js/dom/query-selector.js2
-rw-r--r--ext/js/dom/sandbox/css-style-applier.js2
-rw-r--r--ext/js/dom/scroll-element.js2
-rw-r--r--ext/js/dom/selector-observer.js2
-rw-r--r--ext/js/dom/simple-dom-parser.js2
-rw-r--r--ext/js/dom/style-util.js2
-rw-r--r--ext/js/dom/text-source-element.js2
-rw-r--r--ext/js/dom/text-source-range.js2
16 files changed, 16 insertions, 16 deletions
diff --git a/ext/js/dom/document-focus-controller.js b/ext/js/dom/document-focus-controller.js
index fd88a35d..f23145b9 100644
--- a/ext/js/dom/document-focus-controller.js
+++ b/ext/js/dom/document-focus-controller.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/ext/js/dom/document-util.js b/ext/js/dom/document-util.js
index df3bd354..dc5393bf 100644
--- a/ext/js/dom/document-util.js
+++ b/ext/js/dom/document-util.js
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2023 Yomitan Authors
+ * Copyright (C) 2023-2024 Yomitan Authors
* Copyright (C) 2016-2022 Yomichan Authors
*
* This program is free software: you can redistribute it and/or modify
diff --git a/ext/js/dom/dom-data-binder.js b/ext/js/dom/dom-data-binder.js
index e2558338..7523e434 100644
--- a/ext/js/dom/dom-data-binder.js
+++ b/ext/js/dom/dom-data-binder.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/ext/js/dom/dom-text-scanner.js b/ext/js/dom/dom-text-scanner.js
index e9105741..d605aeca 100644
--- a/ext/js/dom/dom-text-scanner.js
+++ b/ext/js/dom/dom-text-scanner.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/ext/js/dom/html-template-collection.js b/ext/js/dom/html-template-collection.js
index 62d18224..981d5528 100644
--- a/ext/js/dom/html-template-collection.js
+++ b/ext/js/dom/html-template-collection.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/ext/js/dom/native-simple-dom-parser.js b/ext/js/dom/native-simple-dom-parser.js
index 418a4e3c..e40e7663 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) 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/ext/js/dom/panel-element.js b/ext/js/dom/panel-element.js
index 959ca420..8d05bae5 100644
--- a/ext/js/dom/panel-element.js
+++ b/ext/js/dom/panel-element.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/ext/js/dom/popup-menu.js b/ext/js/dom/popup-menu.js
index 61f20ba8..94b896f6 100644
--- a/ext/js/dom/popup-menu.js
+++ b/ext/js/dom/popup-menu.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/ext/js/dom/query-selector.js b/ext/js/dom/query-selector.js
index e881211d..7d7a89ac 100644
--- a/ext/js/dom/query-selector.js
+++ b/ext/js/dom/query-selector.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/ext/js/dom/sandbox/css-style-applier.js b/ext/js/dom/sandbox/css-style-applier.js
index 6925f263..d250c0f5 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) 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/ext/js/dom/scroll-element.js b/ext/js/dom/scroll-element.js
index 95f5ce5b..8005469b 100644
--- a/ext/js/dom/scroll-element.js
+++ b/ext/js/dom/scroll-element.js
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2023 Yomitan Authors
+ * Copyright (C) 2023-2024 Yomitan Authors
* Copyright (C) 2019-2022 Yomichan Authors
*
* This program is free software: you can redistribute it and/or modify
diff --git a/ext/js/dom/selector-observer.js b/ext/js/dom/selector-observer.js
index cff2985c..791ce627 100644
--- a/ext/js/dom/selector-observer.js
+++ b/ext/js/dom/selector-observer.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/ext/js/dom/simple-dom-parser.js b/ext/js/dom/simple-dom-parser.js
index bca1cd88..adc009bf 100644
--- a/ext/js/dom/simple-dom-parser.js
+++ b/ext/js/dom/simple-dom-parser.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/ext/js/dom/style-util.js b/ext/js/dom/style-util.js
index 90dddd9e..ac20e655 100644
--- a/ext/js/dom/style-util.js
+++ b/ext/js/dom/style-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/ext/js/dom/text-source-element.js b/ext/js/dom/text-source-element.js
index 40ff5cc9..477295e6 100644
--- a/ext/js/dom/text-source-element.js
+++ b/ext/js/dom/text-source-element.js
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2023 Yomitan Authors
+ * Copyright (C) 2023-2024 Yomitan Authors
* Copyright (C) 2016-2022 Yomichan Authors
*
* This program is free software: you can redistribute it and/or modify
diff --git a/ext/js/dom/text-source-range.js b/ext/js/dom/text-source-range.js
index 7f4db4f2..05e7b6fb 100644
--- a/ext/js/dom/text-source-range.js
+++ b/ext/js/dom/text-source-range.js
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2023 Yomitan Authors
+ * Copyright (C) 2023-2024 Yomitan Authors
* Copyright (C) 2016-2022 Yomichan Authors
*
* This program is free software: you can redistribute it and/or modify