From f736186345fd2440c42730e48361558fcb0b857e Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Mon, 1 Jan 2024 01:43:55 +0800 Subject: [PATCH] docs: update copyright date to 2024 for all existing files --- README-zh-CN.md | 4 ++-- README.md | 4 ++-- src/app-space.js | 2 +- src/app.js | 2 +- src/content/index.html | 2 +- src/content/render.css | 2 +- src/content/render.js | 2 +- src/libs/date-time.js | 2 +- src/libs/file-system.js | 2 +- src/libs/locale.js | 2 +- src/libs/store.js | 2 +- src/libs/system.js | 2 +- src/libs/unzip.js | 2 +- src/transaction.js | 2 +- 14 files changed, 16 insertions(+), 16 deletions(-) diff --git a/README-zh-CN.md b/README-zh-CN.md index be14d87..6d8e9d5 100644 --- a/README-zh-CN.md +++ b/README-zh-CN.md @@ -104,7 +104,7 @@ npm run package - [AGPL-3.0](https://www.gnu.org/licenses/agpl-3.0.html) ``` -Copyright (C) 2019-2023 HighCapable +Copyright (C) 2019-2024 HighCapable This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as @@ -120,4 +120,4 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . ``` -版权所有 © 2019-2023 HighCapable \ No newline at end of file +版权所有 © 2019-2024 HighCapable \ No newline at end of file diff --git a/README.md b/README.md index d68fd34..0888b5d 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ npm run package - [AGPL-3.0](https://www.gnu.org/licenses/agpl-3.0.html) ``` -Copyright (C) 2019-2023 HighCapable +Copyright (C) 2019-2024 HighCapable This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as @@ -129,4 +129,4 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . ``` -Copyright © 2019-2023 HighCapable \ No newline at end of file +Copyright © 2019-2024 HighCapable \ No newline at end of file diff --git a/src/app-space.js b/src/app-space.js index c91d66c..76262a6 100644 --- a/src/app-space.js +++ b/src/app-space.js @@ -1,6 +1,6 @@ /* * YukiHookAPI Project Builder - A Xposed Project Builder by YukiHookAPI. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI-ProjectBuilder * * This software is non-free but opensource software: you can redistribute it diff --git a/src/app.js b/src/app.js index ec32b72..f9e2455 100644 --- a/src/app.js +++ b/src/app.js @@ -1,6 +1,6 @@ /* * YukiHookAPI Project Builder - A Xposed Project Builder by YukiHookAPI. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI-ProjectBuilder * * This software is non-free but opensource software: you can redistribute it diff --git a/src/content/index.html b/src/content/index.html index 4c06366..2330641 100755 --- a/src/content/index.html +++ b/src/content/index.html @@ -1,6 +1,6 @@