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/comm | |
parent | 3662c07c63377cc245292f9a0d357ceae491213b (diff) |
Update copyright date (#2062)
* Update eslint settings
* Update 2021 files
* Update other files
Diffstat (limited to 'ext/js/comm')
-rw-r--r-- | ext/js/comm/anki.js | 2 | ||||
-rw-r--r-- | ext/js/comm/api.js | 2 | ||||
-rw-r--r-- | ext/js/comm/clipboard-monitor.js | 2 | ||||
-rw-r--r-- | ext/js/comm/clipboard-reader.js | 2 | ||||
-rw-r--r-- | ext/js/comm/cross-frame-api.js | 2 | ||||
-rw-r--r-- | ext/js/comm/frame-ancestry-handler.js | 2 | ||||
-rw-r--r-- | ext/js/comm/frame-client.js | 2 | ||||
-rw-r--r-- | ext/js/comm/frame-endpoint.js | 2 | ||||
-rw-r--r-- | ext/js/comm/frame-offset-forwarder.js | 2 | ||||
-rw-r--r-- | ext/js/comm/mecab.js | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/ext/js/comm/anki.js b/ext/js/comm/anki.js index e615dc39..3254873f 100644 --- a/ext/js/comm/anki.js +++ b/ext/js/comm/anki.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/comm/api.js b/ext/js/comm/api.js index cb2fef85..f978e491 100644 --- a/ext/js/comm/api.js +++ b/ext/js/comm/api.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/comm/clipboard-monitor.js b/ext/js/comm/clipboard-monitor.js index 7379d7ad..7a678461 100644 --- a/ext/js/comm/clipboard-monitor.js +++ b/ext/js/comm/clipboard-monitor.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/comm/clipboard-reader.js b/ext/js/comm/clipboard-reader.js index 9336efe5..c7283e55 100644 --- a/ext/js/comm/clipboard-reader.js +++ b/ext/js/comm/clipboard-reader.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/comm/cross-frame-api.js b/ext/js/comm/cross-frame-api.js index 461ad45d..a6cb27ec 100644 --- a/ext/js/comm/cross-frame-api.js +++ b/ext/js/comm/cross-frame-api.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/comm/frame-ancestry-handler.js b/ext/js/comm/frame-ancestry-handler.js index d53334e1..cff31ce0 100644 --- a/ext/js/comm/frame-ancestry-handler.js +++ b/ext/js/comm/frame-ancestry-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/comm/frame-client.js b/ext/js/comm/frame-client.js index c74a9913..07cccba3 100644 --- a/ext/js/comm/frame-client.js +++ b/ext/js/comm/frame-client.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/comm/frame-endpoint.js b/ext/js/comm/frame-endpoint.js index bc3c50f8..fb137f5a 100644 --- a/ext/js/comm/frame-endpoint.js +++ b/ext/js/comm/frame-endpoint.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/comm/frame-offset-forwarder.js b/ext/js/comm/frame-offset-forwarder.js index d8e3fa4f..bbc3999c 100644 --- a/ext/js/comm/frame-offset-forwarder.js +++ b/ext/js/comm/frame-offset-forwarder.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/comm/mecab.js b/ext/js/comm/mecab.js index 9a706391..9be8b75f 100644 --- a/ext/js/comm/mecab.js +++ b/ext/js/comm/mecab.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 |