diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2022-02-02 20:43:10 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-02 20:43:10 -0500 |
commit | 89ac85afd03e62818624b507c91569edbec54f3d (patch) | |
tree | 4524d6cfffa280d30215b39b6556f540c6035a2b /ext/js/dom | |
parent | 3662c07c63377cc245292f9a0d357ceae491213b (diff) |
Update copyright date (#2062)
* Update eslint settings
* Update 2021 files
* Update other files
Diffstat (limited to 'ext/js/dom')
-rw-r--r-- | ext/js/dom/document-focus-controller.js | 2 | ||||
-rw-r--r-- | ext/js/dom/document-util.js | 2 | ||||
-rw-r--r-- | ext/js/dom/dom-data-binder.js | 2 | ||||
-rw-r--r-- | ext/js/dom/dom-text-scanner.js | 2 | ||||
-rw-r--r-- | ext/js/dom/html-template-collection.js | 2 | ||||
-rw-r--r-- | ext/js/dom/native-simple-dom-parser.js | 2 | ||||
-rw-r--r-- | ext/js/dom/panel-element.js | 2 | ||||
-rw-r--r-- | ext/js/dom/popup-menu.js | 2 | ||||
-rw-r--r-- | ext/js/dom/sandbox/css-style-applier.js | 2 | ||||
-rw-r--r-- | ext/js/dom/scroll-element.js | 2 | ||||
-rw-r--r-- | ext/js/dom/selector-observer.js | 2 | ||||
-rw-r--r-- | ext/js/dom/simple-dom-parser.js | 2 | ||||
-rw-r--r-- | ext/js/dom/text-source-element.js | 2 | ||||
-rw-r--r-- | ext/js/dom/text-source-range.js | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/ext/js/dom/document-focus-controller.js b/ext/js/dom/document-focus-controller.js index b2d40db8..bc6c61b9 100644 --- a/ext/js/dom/document-focus-controller.js +++ b/ext/js/dom/document-focus-controller.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/dom/document-util.js b/ext/js/dom/document-util.js index 163800c1..10d91551 100644 --- a/ext/js/dom/document-util.js +++ b/ext/js/dom/document-util.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/dom/dom-data-binder.js b/ext/js/dom/dom-data-binder.js index 65e91233..4f35ba33 100644 --- a/ext/js/dom/dom-data-binder.js +++ b/ext/js/dom/dom-data-binder.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/dom/dom-text-scanner.js b/ext/js/dom/dom-text-scanner.js index c5e4c854..a81d6b4f 100644 --- a/ext/js/dom/dom-text-scanner.js +++ b/ext/js/dom/dom-text-scanner.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/dom/html-template-collection.js b/ext/js/dom/html-template-collection.js index 271986cb..936c45ea 100644 --- a/ext/js/dom/html-template-collection.js +++ b/ext/js/dom/html-template-collection.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/dom/native-simple-dom-parser.js b/ext/js/dom/native-simple-dom-parser.js index 27dadec0..d7ecd43a 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) 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/dom/panel-element.js b/ext/js/dom/panel-element.js index 1ef61d6f..69fb4601 100644 --- a/ext/js/dom/panel-element.js +++ b/ext/js/dom/panel-element.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/dom/popup-menu.js b/ext/js/dom/popup-menu.js index d8c75869..66967002 100644 --- a/ext/js/dom/popup-menu.js +++ b/ext/js/dom/popup-menu.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/dom/sandbox/css-style-applier.js b/ext/js/dom/sandbox/css-style-applier.js index 375f5ad0..14564ed6 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) 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/dom/scroll-element.js b/ext/js/dom/scroll-element.js index 7db3026a..0a1834f7 100644 --- a/ext/js/dom/scroll-element.js +++ b/ext/js/dom/scroll-element.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/dom/selector-observer.js b/ext/js/dom/selector-observer.js index 2f3fa49e..c2065103 100644 --- a/ext/js/dom/selector-observer.js +++ b/ext/js/dom/selector-observer.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/dom/simple-dom-parser.js b/ext/js/dom/simple-dom-parser.js index 7c57ca98..09f3e914 100644 --- a/ext/js/dom/simple-dom-parser.js +++ b/ext/js/dom/simple-dom-parser.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/dom/text-source-element.js b/ext/js/dom/text-source-element.js index 11bf7eb0..38b29a4c 100644 --- a/ext/js/dom/text-source-element.js +++ b/ext/js/dom/text-source-element.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/dom/text-source-range.js b/ext/js/dom/text-source-range.js index 591429da..6dfa2158 100644 --- a/ext/js/dom/text-source-range.js +++ b/ext/js/dom/text-source-range.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 |