1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-08-01 16:38:02 +08:00
This commit is contained in:
Hai Liang Wang 2022-06-27 09:01:56 +08:00
parent aa486eb569
commit 032bf67a48

View File

@ -88,9 +88,9 @@ public class Application {
*/
protected static void license(){
System.out.println(">> 春松客服采用开源许可证Apache License 2.0");
System.out.println(">> 详细介绍https://docs.chatopera.com/products/cskefu/osc/license.html");
System.out.println(">> 详细介绍https://www.cskefu.com/cskefu-opensource-license");
System.out.println(">> CSKeFu is released under Apache License 2.0");
System.out.println(">> Get details about CSKeFu License with https://docs.chatopera.com/products/cskefu/osc/license.html");
System.out.println(">> Get details about CSKeFu License with https://www.cskefu.com/cskefu-opensource-license");
}
/**