diff --git a/COPYRIGHT.md b/COPYRIGHT.md index b553337..1ffb207 100644 --- a/COPYRIGHT.md +++ b/COPYRIGHT.md @@ -1,9 +1,9 @@ -# This Open Source SOFTWARE using Mozilla Pubilc LICENSE 2.0. +# The software licensed under Mozilla Public LICENSE 2.0. 1)You can edit/copy these files, but you need to keep the original "[COPYRIGHT.md](COPYRIGHT.md)", "[LICENSE.md](LICENSE.md)" and in the program which you did it. -2)It was edited from original file of SYB to OpenSource. So it`s not 100% the same. +2)The copyright of [Line Services](https://line.starinc.xyz/) contents belongs to [Star Inc.](https://starinc.xyz), we DO NOT assume any legal responsibility. 3)Enjoy using ;) -Copyright 2018 [Star Inc.](https://starinc.xyz) All Rights Reserved. \ No newline at end of file +Copyright 2019 [Star Inc.](https://starinc.xyz) All Rights Reserved. \ No newline at end of file diff --git a/libs/yuuki.py b/libs/yuuki.py index 8498976..09fd96d 100644 --- a/libs/yuuki.py +++ b/libs/yuuki.py @@ -18,7 +18,7 @@ class Yuuki_Settings: config = { "name": "Yuuki", - "version": "v6.5.0-beta_RC3", + "version": "v6.5.0", "project_url": "https://tinyurl.com/syb-yuuki", "man_page": "https://tinyurl.com/yuuki-manual", "privacy_page": "OpenSource - Licensed under MPL 2.0", @@ -109,7 +109,7 @@ class Yuuki: if platform.system() == "Windows": with open("cache.bat", "w") as c: c.write(sys.executable + " ./main.py") - os.system("start cache.bat") + os.system("cache.bat") os.system("del cache.bat") elif platform.system() == "Linux": with open(".cache.sh", "w") as c: