From 789b8a13707733836041b10fd1f07c717e6497dc Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Mon, 13 Jan 2025 10:17:32 +0800 Subject: [PATCH] docs: update license --- README.md | 4 ++-- docs/resources/js/markdown-contents.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 90217a4..a071ce7 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ This project will not be adapted i18n for now, please stay tuned in the future. - [AGPL-3.0](https://www.gnu.org/licenses/agpl-3.0.html) ``` -Copyright (C) 2017-2024 Fankes Studio(qzmmcn@163.com) +Copyright (C) 2017 Fankes Studio(qzmmcn@163.com) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as @@ -34,4 +34,4 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . ``` -版权所有 © 2017-2024 Fankes Studio(qzmmcn@163.com) +版权所有 © 2017 Fankes Studio(qzmmcn@163.com) diff --git a/docs/resources/js/markdown-contents.js b/docs/resources/js/markdown-contents.js index daeb9fe..c765011 100644 --- a/docs/resources/js/markdown-contents.js +++ b/docs/resources/js/markdown-contents.js @@ -17,7 +17,7 @@ const markdownContents = { license: '- [AGPL-3.0](https://www.gnu.org/licenses/agpl-3.0.html)\n\n' + '```\n' + - 'Copyright (C) 2017-2024 Fankes Studio(qzmmcn@163.com)\n\n' + + 'Copyright (C) 2017 Fankes Studio(qzmmcn@163.com)\n\n' + 'This program is free software: you can redistribute it and/or modify\n' + 'it under the terms of the GNU Affero General Public License as\n' + 'published by the Free Software Foundation, either version 3 of the\n' +