From dcc132700c490a7262a20a471bf3f765113219e1 Mon Sep 17 00:00:00 2001 From: printempw Date: Sat, 10 Feb 2018 10:12:53 +0800 Subject: [PATCH] Update copyright year to 2018 in README --- README.md | 4 +++- README_EN.md | 7 ++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index afb41c53..1b3e6da9 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,9 @@ $ yarn run build 版权 ------------ -Blessing Skin 程序是基于 GNU General Public License v3.0 开放源代码的自由软件,你可以遵照 GPLv3 协议来修改和重新发布这一程序。 +Copyright 2016-2018 printempw and contributors. + +Blessing Skin 是基于 GNU General Public License version 3 开放源代码的自由软件,你可以遵照 GPLv3 协议来修改或重新发布本程序。 **例外情况**:任何为 Blessing Skin 皮肤站程序开发、调用了 Blessing Skin 插件 API 的插件程序,在未使用 Blessing Skin 程序源代码的情况下,无须采用 GPLv3 协议,也不强制要求开放插件源代码。 diff --git a/README_EN.md b/README_EN.md index 2279602d..504c3b1d 100644 --- a/README_EN.md +++ b/README_EN.md @@ -105,7 +105,6 @@ location / { try_files $uri $uri/ /index.php?$query_string; } -# Protect .env file location ~ /\.env { deny all; } @@ -125,6 +124,8 @@ When reporting a problem, please attach your log file (located at `storage/logs/ Copyright & License ------------ -Copyright (c) 2017 [@printempw](https://blessing.studio/) - Released under the GNU General Public License v3.0. +Copyright 2016-2018 [printempw](https://blessing.studio/) and contributors. -**Exception**: Any plugin developed for Blessing Skin, is not required to adopt GPLv3 License nor release its source code provided no source code from Blessing Skin is contained in the plugin. +Blessing Skin is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. + +**Exception**: Any plugin developed for Blessing Skin, is not required to adopt GPLv3 License nor release its source code, provided no source code from Blessing Skin is contained in the plugin.