From 5ce3869740e6e7a94807645b1e469a2572ab234a Mon Sep 17 00:00:00 2001 From: augushong Date: Sat, 24 Aug 2019 10:29:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B9=E7=9B=AE=E5=B1=9E?= =?UTF-8?q?=E6=80=A7=E5=92=8C=E5=8D=8F=E8=AE=AE;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LICENSE.txt => TP_LICENSE.txt | 0 composer.json | 14 ++++++++------ view/LICENSE.txt | 15 +++++++++++++++ 3 files changed, 23 insertions(+), 6 deletions(-) rename LICENSE.txt => TP_LICENSE.txt (100%) create mode 100644 view/LICENSE.txt diff --git a/LICENSE.txt b/TP_LICENSE.txt similarity index 100% rename from LICENSE.txt rename to TP_LICENSE.txt diff --git a/composer.json b/composer.json index 05d6ced..14eeec9 100644 --- a/composer.json +++ b/composer.json @@ -1,18 +1,20 @@ { - "name": "topthink/think", - "description": "the new thinkphp framework", + "name": "ulthon/ulthon_admin", + "description": "quick start a project with management background using thinkphp6", "type": "project", "keywords": [ "framework", "thinkphp", - "ORM" + "ORM", + "ulthon", + "admin" ], - "homepage": "http://thinkphp.cn/", + "homepage": "http://ulthon_admin.ulthon.com/", "license": "Apache-2.0", "authors": [ { - "name": "liu21st", - "email": "liu21st@gmail.com" + "name": "ulthon", + "email": "ulthon@163.com" } ], "require": { diff --git a/view/LICENSE.txt b/view/LICENSE.txt new file mode 100644 index 0000000..08029ee --- /dev/null +++ b/view/LICENSE.txt @@ -0,0 +1,15 @@ +Copyright (c) [2019] [临沂奥宏网络科技有限公司] +[ulthon_admin] is licensed under the Mulan PSL v1. +You can use this software according to the terms and conditions of the Mulan PSL v1. +You may obtain a copy of Mulan PSL v1 at: + http://license.coscl.org.cn/MulanPSL +THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR +PURPOSE. +See the Mulan PSL v1 for more details. + +Mulan Permissive Software License,Version 1 + +Mulan Permissive Software License,Version 1 (Mulan PSL v1) + +August 2019 http://license.coscl.org.cn/MulanPSL \ No newline at end of file