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/background/backend.js | 2 +- ext/js/background/background-main.js | 2 +- ext/js/background/environment.js | 2 +- ext/js/background/profile-conditions-util.js | 2 +- ext/js/background/request-builder.js | 2 +- ext/js/background/script-manager.js | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'ext/js/background') diff --git a/ext/js/background/backend.js b/ext/js/background/backend.js index 994a6184..cb412db6 100644 --- a/ext/js/background/backend.js +++ b/ext/js/background/backend.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/background/background-main.js b/ext/js/background/background-main.js index 11df1706..3640248e 100644 --- a/ext/js/background/background-main.js +++ b/ext/js/background/background-main.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/background/environment.js b/ext/js/background/environment.js index 8111741f..d9ca502c 100644 --- a/ext/js/background/environment.js +++ b/ext/js/background/environment.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/background/profile-conditions-util.js b/ext/js/background/profile-conditions-util.js index 2de25420..fd2991f8 100644 --- a/ext/js/background/profile-conditions-util.js +++ b/ext/js/background/profile-conditions-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/background/request-builder.js b/ext/js/background/request-builder.js index 6106e6eb..6c99acd6 100644 --- a/ext/js/background/request-builder.js +++ b/ext/js/background/request-builder.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/background/script-manager.js b/ext/js/background/script-manager.js index ba4f8671..17b95242 100644 --- a/ext/js/background/script-manager.js +++ b/ext/js/background/script-manager.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 -- cgit v1.2.3