From 0e47ac65f86cc5ad48a494cd9f6f5bf27b9ef428 Mon Sep 17 00:00:00 2001 From: Seaton Jiang Date: Fri, 20 Aug 2021 07:45:10 +0800 Subject: [PATCH] refactor: change to GPL-3.0 License --- 404.php | 4 +- README.md | 2 +- README.zh-CN.md | 2 +- comments.php | 4 +- footer.php | 4 +- functions.php | 4 +- header.php | 4 +- inc/theme-article.php | 4 +- inc/theme-core.php | 2 +- inc/theme-dogecloud.php | 4 +- inc/theme-options.php | 4 +- inc/theme-setting.php | 4 +- inc/theme-shortcode.php | 4 +- inc/theme-smtp.php | 4 +- inc/theme-volcengine.php | 4 +- inc/theme-widgets.php | 4 +- index.php | 4 +- page.php | 4 +- pages/page-content.php | 4 +- pages/page-smilies.php | 4 +- pages/page-toolbar.php | 4 +- single.php | 4 +- style.css | 2565 +++++++++++++++++++------------------- 23 files changed, 1311 insertions(+), 1336 deletions(-) diff --git a/404.php b/404.php index bc27b20..9dd1fd4 100644 --- a/404.php +++ b/404.php @@ -3,8 +3,8 @@ /** * 404 模板 * @author Seaton Jiang - * @license MIT License - * @version 2021.08.19 + * @license GPL-3.0 License + * @version 2021.08.20 */ get_header(); ?> diff --git a/README.md b/README.md index 5736b47..f2774a6 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,6 @@ Detailed changes for each release are documented in the [release notes](https:// ## License -The code is available under the [GPL 3.0](https://github.com/vtrois/kratos/blob/main/LICENSE) license. +The code is available under the [GPL-3.0](https://github.com/vtrois/kratos/blob/main/LICENSE) license. The document is licensed under a [Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License](http://creativecommons.org/licenses/by-nc-nd/4.0/). diff --git a/README.zh-CN.md b/README.zh-CN.md index 33ec305..5607c76 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -42,4 +42,4 @@ Kratos 是一款专注于用户阅读体验的响应式 WordPress 主题,整 ## 版权说明 -该仓库代码文件使用 [GPL 3.0](https://github.com/vtrois/kratos/blob/main/LICENSE) 协议进行授权,文档文件使用 [署名-非商业性使用-禁止演绎 4.0 国际](http://creativecommons.org/licenses/by-nc-nd/4.0/) 协议进行授权。 +该仓库代码文件使用 [GPL-3.0](https://github.com/vtrois/kratos/blob/main/LICENSE) 协议进行授权,文档文件使用 [署名-非商业性使用-禁止演绎 4.0 国际](http://creativecommons.org/licenses/by-nc-nd/4.0/) 协议进行授权。 diff --git a/comments.php b/comments.php index 80925fb..fd84411 100644 --- a/comments.php +++ b/comments.php @@ -3,8 +3,8 @@ /** * 评论模板 * @author Seaton Jiang - * @license MIT License - * @version 2021.08.19 + * @license GPL-3.0 License + * @version 2021.08.20 */ if (isset($_SERVER['SCRIPT_FILENAME']) && 'comments.php' == basename($_SERVER['SCRIPT_FILENAME'])) { diff --git a/footer.php b/footer.php index 9f4cc52..2ebe7e0 100644 --- a/footer.php +++ b/footer.php @@ -3,8 +3,8 @@ /** * 主题页脚 * @author Seaton Jiang - * @license MIT License - * @version 2021.08.19 + * @license GPL-3.0 License + * @version 2021.08.20 */ ?>