From 89ac85afd03e62818624b507c91569edbec54f3d Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Wed, 2 Feb 2022 20:43:10 -0500 Subject: Update copyright date (#2062) * Update eslint settings * Update 2021 files * Update other files --- ext/js/general/cache-map.js | 2 +- ext/js/general/object-property-accessor.js | 2 +- ext/js/general/regex-util.js | 2 +- ext/js/general/task-accumulator.js | 2 +- ext/js/general/text-source-map.js | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'ext/js/general') diff --git a/ext/js/general/cache-map.js b/ext/js/general/cache-map.js index c7d72e6b..f993cc26 100644 --- a/ext/js/general/cache-map.js +++ b/ext/js/general/cache-map.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/general/object-property-accessor.js b/ext/js/general/object-property-accessor.js index 95773029..516ad72f 100644 --- a/ext/js/general/object-property-accessor.js +++ b/ext/js/general/object-property-accessor.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/general/regex-util.js b/ext/js/general/regex-util.js index 35b1c2b8..d74a2f1e 100644 --- a/ext/js/general/regex-util.js +++ b/ext/js/general/regex-util.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/general/task-accumulator.js b/ext/js/general/task-accumulator.js index 3f3d8ff7..cb547fb7 100644 --- a/ext/js/general/task-accumulator.js +++ b/ext/js/general/task-accumulator.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/general/text-source-map.js b/ext/js/general/text-source-map.js index 49b6d99f..fb9bb283 100644 --- a/ext/js/general/text-source-map.js +++ b/ext/js/general/text-source-map.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 -- cgit v1.2.3