From c5a7dfb6084718774ce89f5d272d4479e9d8b3bd Mon Sep 17 00:00:00 2001 From: EillesWan Date: Sun, 19 Jun 2022 01:39:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E6=94=B9=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- msctPkgver/__init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/msctPkgver/__init__.py b/msctPkgver/__init__.py index 2be4b07..a38c30f 100644 --- a/msctPkgver/__init__.py +++ b/msctPkgver/__init__.py @@ -20,7 +20,7 @@ Musicreater pkgver (Package Version 音·创 库版) A free open source library used for convert midi file into formats that is suitable for **Minecraft: Bedrock Edition**. Note! Except for this source file, all the files in this repository and this project are licensed under Apache License 2.0 - Copyright 2022 all the developers of Musicreater + Copyright © 2022 all the developers of Musicreater Licensed under the Apache License, Version 2.0 (the 'License'); you may not use this file except in compliance with the License. @@ -40,5 +40,5 @@ import msctPkgver.main as msctPkgver from msctPkgver.main import * -print('此工具由凌天之云创新团队开发,版权归本团队参与开发的人员共同所有。') -print('This tool is developed by Team-Ryoun, copyright belongs to the team members who developed the tool.') +print('此转换功能由音·创开发者开发,版权归参与开发的人员共同所有。') +print('Copyright © 2022 all the developers of Musicreater')