Update copyright year to 2018 in README

This commit is contained in:
printempw 2018-02-10 10:12:53 +08:00
parent 30c98b734d
commit dcc132700c
2 changed files with 7 additions and 4 deletions

View File

@ -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 协议,也不强制要求开放插件源代码。

View File

@ -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.