diff --git a/Editor/BuildProduct/BuildPostProcessHelper.cs b/Editor/BuildProduct/BuildPostProcessHelper.cs index 37e45e3..c37a068 100644 --- a/Editor/BuildProduct/BuildPostProcessHelper.cs +++ b/Editor/BuildProduct/BuildPostProcessHelper.cs @@ -5,8 +5,8 @@ // are protected by the laws of the People's Republic of China and relevant international regulations. // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // 禁止利用本项目实施任何危害国家安全、破坏社会秩序、 diff --git a/Editor/BuildProduct/IBuilderPostHookHandler.cs b/Editor/BuildProduct/IBuilderPostHookHandler.cs index 9584040..c96ed7f 100644 --- a/Editor/BuildProduct/IBuilderPostHookHandler.cs +++ b/Editor/BuildProduct/IBuilderPostHookHandler.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Editor/BuildProduct/IBuilderPreHookHandler.cs b/Editor/BuildProduct/IBuilderPreHookHandler.cs index ae00601..ac23188 100644 --- a/Editor/BuildProduct/IBuilderPreHookHandler.cs +++ b/Editor/BuildProduct/IBuilderPreHookHandler.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Editor/Cropping/CroppingWindow.cs b/Editor/Cropping/CroppingWindow.cs index 6f6a12c..b638ad9 100644 --- a/Editor/Cropping/CroppingWindow.cs +++ b/Editor/Cropping/CroppingWindow.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Editor/Inspector/BaseComponentInspector.cs b/Editor/Inspector/BaseComponentInspector.cs index d5a4968..1157f0b 100644 --- a/Editor/Inspector/BaseComponentInspector.cs +++ b/Editor/Inspector/BaseComponentInspector.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Editor/Inspector/ObjectPoolComponentInspector.cs b/Editor/Inspector/ObjectPoolComponentInspector.cs index 4f56c9f..235ce01 100644 --- a/Editor/Inspector/ObjectPoolComponentInspector.cs +++ b/Editor/Inspector/ObjectPoolComponentInspector.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Editor/Inspector/ReferencePoolComponentInspector.cs b/Editor/Inspector/ReferencePoolComponentInspector.cs index 5e3b897..fbae4f6 100644 --- a/Editor/Inspector/ReferencePoolComponentInspector.cs +++ b/Editor/Inspector/ReferencePoolComponentInspector.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Editor/Misc/HelperInfo.cs b/Editor/Misc/HelperInfo.cs index f491093..6e9e8df 100644 --- a/Editor/Misc/HelperInfo.cs +++ b/Editor/Misc/HelperInfo.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Editor/Misc/LogRedirection.cs b/Editor/Misc/LogRedirection.cs index 00e71cf..f7947b9 100644 --- a/Editor/Misc/LogRedirection.cs +++ b/Editor/Misc/LogRedirection.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Editor/Misc/LogScriptingDefineSymbols.cs b/Editor/Misc/LogScriptingDefineSymbols.cs index eca1831..004216d 100644 --- a/Editor/Misc/LogScriptingDefineSymbols.cs +++ b/Editor/Misc/LogScriptingDefineSymbols.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Editor/Misc/OpenFolder.cs b/Editor/Misc/OpenFolder.cs index c81a572..5d95fc4 100644 --- a/Editor/Misc/OpenFolder.cs +++ b/Editor/Misc/OpenFolder.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Editor/Misc/ScriptingDefineSymbols.cs b/Editor/Misc/ScriptingDefineSymbols.cs index 1f56528..27c7596 100644 --- a/Editor/Misc/ScriptingDefineSymbols.cs +++ b/Editor/Misc/ScriptingDefineSymbols.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Editor/Misc/TypeHelper.cs b/Editor/Misc/TypeHelper.cs index 0ff50b4..d2b06af 100644 --- a/Editor/Misc/TypeHelper.cs +++ b/Editor/Misc/TypeHelper.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Editor/Welcome/WelcomeWindow.cs b/Editor/Welcome/WelcomeWindow.cs index f0b8b14..5beb2e4 100644 --- a/Editor/Welcome/WelcomeWindow.cs +++ b/Editor/Welcome/WelcomeWindow.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Base/BaseComponent.cs b/Runtime/Base/BaseComponent.cs index d96cd9d..7d2eb89 100644 --- a/Runtime/Base/BaseComponent.cs +++ b/Runtime/Base/BaseComponent.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Base/DataStruct/TypeNamePair.cs b/Runtime/Base/DataStruct/TypeNamePair.cs index ed3d07e..8713587 100644 --- a/Runtime/Base/DataStruct/TypeNamePair.cs +++ b/Runtime/Base/DataStruct/TypeNamePair.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Base/EventPool/BaseEventArgs.cs b/Runtime/Base/EventPool/BaseEventArgs.cs index e3628fb..e6ee1dd 100644 --- a/Runtime/Base/EventPool/BaseEventArgs.cs +++ b/Runtime/Base/EventPool/BaseEventArgs.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Base/EventPool/EventPool.EventNode.cs b/Runtime/Base/EventPool/EventPool.EventNode.cs index 715f39f..74ea346 100644 --- a/Runtime/Base/EventPool/EventPool.EventNode.cs +++ b/Runtime/Base/EventPool/EventPool.EventNode.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Base/EventPool/EventPool.cs b/Runtime/Base/EventPool/EventPool.cs index 47a67de..429eedd 100644 --- a/Runtime/Base/EventPool/EventPool.cs +++ b/Runtime/Base/EventPool/EventPool.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Base/EventPool/EventPoolMode.cs b/Runtime/Base/EventPool/EventPoolMode.cs index 3dec7a3..600869a 100644 --- a/Runtime/Base/EventPool/EventPoolMode.cs +++ b/Runtime/Base/EventPool/EventPoolMode.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Base/GameEntry.cs b/Runtime/Base/GameEntry.cs index ed1507a..de37416 100644 --- a/Runtime/Base/GameEntry.cs +++ b/Runtime/Base/GameEntry.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Base/GameFrameworkComponent.cs b/Runtime/Base/GameFrameworkComponent.cs index 2ccc7fa..fc7e861 100644 --- a/Runtime/Base/GameFrameworkComponent.cs +++ b/Runtime/Base/GameFrameworkComponent.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Base/GameFrameworkEntry.cs b/Runtime/Base/GameFrameworkEntry.cs index bcdbc24..6928b8b 100644 --- a/Runtime/Base/GameFrameworkEntry.cs +++ b/Runtime/Base/GameFrameworkEntry.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Base/GameFrameworkEventArgs.cs b/Runtime/Base/GameFrameworkEventArgs.cs index b0c2863..7e1933e 100644 --- a/Runtime/Base/GameFrameworkEventArgs.cs +++ b/Runtime/Base/GameFrameworkEventArgs.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Base/GameFrameworkException.cs b/Runtime/Base/GameFrameworkException.cs index 434d56c..a733f62 100644 --- a/Runtime/Base/GameFrameworkException.cs +++ b/Runtime/Base/GameFrameworkException.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Base/GameFrameworkLinkedList.cs b/Runtime/Base/GameFrameworkLinkedList.cs index 5292500..08897a3 100644 --- a/Runtime/Base/GameFrameworkLinkedList.cs +++ b/Runtime/Base/GameFrameworkLinkedList.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Base/GameFrameworkLinkedListRange.cs b/Runtime/Base/GameFrameworkLinkedListRange.cs index a5d2f4c..3d58300 100644 --- a/Runtime/Base/GameFrameworkLinkedListRange.cs +++ b/Runtime/Base/GameFrameworkLinkedListRange.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Base/GameFrameworkModule.cs b/Runtime/Base/GameFrameworkModule.cs index d47e2eb..dc37afa 100644 --- a/Runtime/Base/GameFrameworkModule.cs +++ b/Runtime/Base/GameFrameworkModule.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Base/GameFrameworkMultiDictionary.cs b/Runtime/Base/GameFrameworkMultiDictionary.cs index a53c8a0..9943966 100644 --- a/Runtime/Base/GameFrameworkMultiDictionary.cs +++ b/Runtime/Base/GameFrameworkMultiDictionary.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Base/GameFrameworkSerializer.cs b/Runtime/Base/GameFrameworkSerializer.cs index 83ae5ff..fcf8892 100644 --- a/Runtime/Base/GameFrameworkSerializer.cs +++ b/Runtime/Base/GameFrameworkSerializer.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Base/GameVersion/GameVersion.IVersionHelper.cs b/Runtime/Base/GameVersion/GameVersion.IVersionHelper.cs index 1e50abc..c7e10b5 100644 --- a/Runtime/Base/GameVersion/GameVersion.IVersionHelper.cs +++ b/Runtime/Base/GameVersion/GameVersion.IVersionHelper.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Base/GameVersion/GameVersion.cs b/Runtime/Base/GameVersion/GameVersion.cs index cc76329..a0c6fe3 100644 --- a/Runtime/Base/GameVersion/GameVersion.cs +++ b/Runtime/Base/GameVersion/GameVersion.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Base/Log/GameFrameworkLog.ILogHelper.cs b/Runtime/Base/Log/GameFrameworkLog.ILogHelper.cs index 235e0a5..f6a0d17 100644 --- a/Runtime/Base/Log/GameFrameworkLog.ILogHelper.cs +++ b/Runtime/Base/Log/GameFrameworkLog.ILogHelper.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Base/Log/GameFrameworkLog.cs b/Runtime/Base/Log/GameFrameworkLog.cs index 5a4f8cd..6c52610 100644 --- a/Runtime/Base/Log/GameFrameworkLog.cs +++ b/Runtime/Base/Log/GameFrameworkLog.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Base/Log/GameFrameworkLogLevel.cs b/Runtime/Base/Log/GameFrameworkLogLevel.cs index d5d372a..b203fc2 100644 --- a/Runtime/Base/Log/GameFrameworkLogLevel.cs +++ b/Runtime/Base/Log/GameFrameworkLogLevel.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Base/ReferencePool/IReference.cs b/Runtime/Base/ReferencePool/IReference.cs index 39768e2..9f5c1c6 100644 --- a/Runtime/Base/ReferencePool/IReference.cs +++ b/Runtime/Base/ReferencePool/IReference.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Base/ReferencePool/ReferencePool.ReferenceCollection.cs b/Runtime/Base/ReferencePool/ReferencePool.ReferenceCollection.cs index f050977..5ccda62 100644 --- a/Runtime/Base/ReferencePool/ReferencePool.ReferenceCollection.cs +++ b/Runtime/Base/ReferencePool/ReferencePool.ReferenceCollection.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Base/ReferencePool/ReferencePool.cs b/Runtime/Base/ReferencePool/ReferencePool.cs index bf10a21..cdc1670 100644 --- a/Runtime/Base/ReferencePool/ReferencePool.cs +++ b/Runtime/Base/ReferencePool/ReferencePool.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Base/ReferencePool/ReferencePoolInfo.cs b/Runtime/Base/ReferencePool/ReferencePoolInfo.cs index f9fc9c7..a819ec9 100644 --- a/Runtime/Base/ReferencePool/ReferencePoolInfo.cs +++ b/Runtime/Base/ReferencePool/ReferencePoolInfo.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Base/ShutdownType.cs b/Runtime/Base/ShutdownType.cs index 929d9b7..8858ca4 100644 --- a/Runtime/Base/ShutdownType.cs +++ b/Runtime/Base/ShutdownType.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Base/TaskPool/ITaskAgent.cs b/Runtime/Base/TaskPool/ITaskAgent.cs index 7fdea09..a328a1c 100644 --- a/Runtime/Base/TaskPool/ITaskAgent.cs +++ b/Runtime/Base/TaskPool/ITaskAgent.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Base/TaskPool/StartTaskStatus.cs b/Runtime/Base/TaskPool/StartTaskStatus.cs index 1c555fa..16c2dd8 100644 --- a/Runtime/Base/TaskPool/StartTaskStatus.cs +++ b/Runtime/Base/TaskPool/StartTaskStatus.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Base/TaskPool/TaskBase.cs b/Runtime/Base/TaskPool/TaskBase.cs index f1cd3ab..ceabde7 100644 --- a/Runtime/Base/TaskPool/TaskBase.cs +++ b/Runtime/Base/TaskPool/TaskBase.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Base/TaskPool/TaskInfo.cs b/Runtime/Base/TaskPool/TaskInfo.cs index dfe8ab4..2f6e857 100644 --- a/Runtime/Base/TaskPool/TaskInfo.cs +++ b/Runtime/Base/TaskPool/TaskInfo.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Base/TaskPool/TaskPool.cs b/Runtime/Base/TaskPool/TaskPool.cs index 55cb430..eb95b96 100644 --- a/Runtime/Base/TaskPool/TaskPool.cs +++ b/Runtime/Base/TaskPool/TaskPool.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Base/TaskPool/TaskStatus.cs b/Runtime/Base/TaskPool/TaskStatus.cs index 0fa20bf..49b868b 100644 --- a/Runtime/Base/TaskPool/TaskStatus.cs +++ b/Runtime/Base/TaskPool/TaskStatus.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Base/Variable/GenericVariable.cs b/Runtime/Base/Variable/GenericVariable.cs index 7c051f1..e00af40 100644 --- a/Runtime/Base/Variable/GenericVariable.cs +++ b/Runtime/Base/Variable/GenericVariable.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Base/Variable/Variable.cs b/Runtime/Base/Variable/Variable.cs index 360d794..f85e150 100644 --- a/Runtime/Base/Variable/Variable.cs +++ b/Runtime/Base/Variable/Variable.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Extension/Extension/BinaryExtension.cs b/Runtime/Extension/Extension/BinaryExtension.cs index 3e44544..09c2629 100644 --- a/Runtime/Extension/Extension/BinaryExtension.cs +++ b/Runtime/Extension/Extension/BinaryExtension.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Extension/UnityEngine.Vector3/UnityEngine.Vector3Extension.cs b/Runtime/Extension/UnityEngine.Vector3/UnityEngine.Vector3Extension.cs index a415ff4..708c18a 100644 --- a/Runtime/Extension/UnityEngine.Vector3/UnityEngine.Vector3Extension.cs +++ b/Runtime/Extension/UnityEngine.Vector3/UnityEngine.Vector3Extension.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Extension/UnityEngine.Vector4/UnityEngine.Vector4Extension.cs b/Runtime/Extension/UnityEngine.Vector4/UnityEngine.Vector4Extension.cs index d5b01cc..03474df 100644 --- a/Runtime/Extension/UnityEngine.Vector4/UnityEngine.Vector4Extension.cs +++ b/Runtime/Extension/UnityEngine.Vector4/UnityEngine.Vector4Extension.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Helper/DefaultCompressionHelper.cs b/Runtime/Helper/DefaultCompressionHelper.cs index 3b02cc8..e96ecab 100644 --- a/Runtime/Helper/DefaultCompressionHelper.cs +++ b/Runtime/Helper/DefaultCompressionHelper.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Helper/DefaultLogHelper.cs b/Runtime/Helper/DefaultLogHelper.cs index e26dbbf..377414f 100644 --- a/Runtime/Helper/DefaultLogHelper.cs +++ b/Runtime/Helper/DefaultLogHelper.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Helper/DefaultTextHelper.cs b/Runtime/Helper/DefaultTextHelper.cs index 564da65..832c240 100644 --- a/Runtime/Helper/DefaultTextHelper.cs +++ b/Runtime/Helper/DefaultTextHelper.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Helper/DefaultVersionHelper.cs b/Runtime/Helper/DefaultVersionHelper.cs index a61a459..5a34118 100644 --- a/Runtime/Helper/DefaultVersionHelper.cs +++ b/Runtime/Helper/DefaultVersionHelper.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Helper/Helper.cs b/Runtime/Helper/Helper.cs index 45d2bbc..abf234a 100644 --- a/Runtime/Helper/Helper.cs +++ b/Runtime/Helper/Helper.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Helper/LitJsonHelper.cs b/Runtime/Helper/LitJsonHelper.cs index c1157f0..d082c7d 100644 --- a/Runtime/Helper/LitJsonHelper.cs +++ b/Runtime/Helper/LitJsonHelper.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/ObjectPool/IObjectPool.cs b/Runtime/ObjectPool/IObjectPool.cs index 8ace057..0013ad2 100644 --- a/Runtime/ObjectPool/IObjectPool.cs +++ b/Runtime/ObjectPool/IObjectPool.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/ObjectPool/IObjectPoolManager.cs b/Runtime/ObjectPool/IObjectPoolManager.cs index 6f47d46..f1dccfb 100644 --- a/Runtime/ObjectPool/IObjectPoolManager.cs +++ b/Runtime/ObjectPool/IObjectPoolManager.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/ObjectPool/ObjectBase.cs b/Runtime/ObjectPool/ObjectBase.cs index 04e4186..83d6d96 100644 --- a/Runtime/ObjectPool/ObjectBase.cs +++ b/Runtime/ObjectPool/ObjectBase.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/ObjectPool/ObjectInfo.cs b/Runtime/ObjectPool/ObjectInfo.cs index 8ed7bdc..afdcb54 100644 --- a/Runtime/ObjectPool/ObjectInfo.cs +++ b/Runtime/ObjectPool/ObjectInfo.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/ObjectPool/ObjectPoolBase.cs b/Runtime/ObjectPool/ObjectPoolBase.cs index b6b3ca3..10c381c 100644 --- a/Runtime/ObjectPool/ObjectPoolBase.cs +++ b/Runtime/ObjectPool/ObjectPoolBase.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/ObjectPool/ObjectPoolComponent.cs b/Runtime/ObjectPool/ObjectPoolComponent.cs index 1486570..cc73c04 100644 --- a/Runtime/ObjectPool/ObjectPoolComponent.cs +++ b/Runtime/ObjectPool/ObjectPoolComponent.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/ObjectPool/ObjectPoolManager.Object.cs b/Runtime/ObjectPool/ObjectPoolManager.Object.cs index cc63a19..76e2080 100644 --- a/Runtime/ObjectPool/ObjectPoolManager.Object.cs +++ b/Runtime/ObjectPool/ObjectPoolManager.Object.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/ObjectPool/ObjectPoolManager.ObjectPool.cs b/Runtime/ObjectPool/ObjectPoolManager.ObjectPool.cs index 10ae0a9..119e03a 100644 --- a/Runtime/ObjectPool/ObjectPoolManager.ObjectPool.cs +++ b/Runtime/ObjectPool/ObjectPoolManager.ObjectPool.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/ObjectPool/ObjectPoolManager.cs b/Runtime/ObjectPool/ObjectPoolManager.cs index 7442a69..50a9115 100644 --- a/Runtime/ObjectPool/ObjectPoolManager.cs +++ b/Runtime/ObjectPool/ObjectPoolManager.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/ObjectPool/ReleaseObjectFilterCallback.cs b/Runtime/ObjectPool/ReleaseObjectFilterCallback.cs index 998ca26..d05fe6b 100644 --- a/Runtime/ObjectPool/ReleaseObjectFilterCallback.cs +++ b/Runtime/ObjectPool/ReleaseObjectFilterCallback.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/ReferencePool/ReferencePoolComponent.cs b/Runtime/ReferencePool/ReferencePoolComponent.cs index 5bf2881..b5dd4cd 100644 --- a/Runtime/ReferencePool/ReferencePoolComponent.cs +++ b/Runtime/ReferencePool/ReferencePoolComponent.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/ReferencePool/ReferenceStrictCheckType.cs b/Runtime/ReferencePool/ReferenceStrictCheckType.cs index 309c8c3..75b7820 100644 --- a/Runtime/ReferencePool/ReferenceStrictCheckType.cs +++ b/Runtime/ReferencePool/ReferenceStrictCheckType.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Time/TimerHelper.Current.TimeZone.cs b/Runtime/Time/TimerHelper.Current.TimeZone.cs index 9c5bdaa..dddba4f 100644 --- a/Runtime/Time/TimerHelper.Current.TimeZone.cs +++ b/Runtime/Time/TimerHelper.Current.TimeZone.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Time/TimerHelper.Day.TimeZone.cs b/Runtime/Time/TimerHelper.Day.TimeZone.cs index b2a8dd9..f40ce80 100644 --- a/Runtime/Time/TimerHelper.Day.TimeZone.cs +++ b/Runtime/Time/TimerHelper.Day.TimeZone.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Time/TimerHelper.Day.UTC.cs b/Runtime/Time/TimerHelper.Day.UTC.cs index a4af533..0e89b40 100644 --- a/Runtime/Time/TimerHelper.Day.UTC.cs +++ b/Runtime/Time/TimerHelper.Day.UTC.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Time/TimerHelper.Day.cs b/Runtime/Time/TimerHelper.Day.cs index faab9e3..5448634 100644 --- a/Runtime/Time/TimerHelper.Day.cs +++ b/Runtime/Time/TimerHelper.Day.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Time/TimerHelper.Difference.TimeZone.cs b/Runtime/Time/TimerHelper.Difference.TimeZone.cs index 56879fd..1fff75c 100644 --- a/Runtime/Time/TimerHelper.Difference.TimeZone.cs +++ b/Runtime/Time/TimerHelper.Difference.TimeZone.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Time/TimerHelper.Difference.UTC.cs b/Runtime/Time/TimerHelper.Difference.UTC.cs index b6da780..d914d43 100644 --- a/Runtime/Time/TimerHelper.Difference.UTC.cs +++ b/Runtime/Time/TimerHelper.Difference.UTC.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Time/TimerHelper.Difference.cs b/Runtime/Time/TimerHelper.Difference.cs index c4b055c..869a365 100644 --- a/Runtime/Time/TimerHelper.Difference.cs +++ b/Runtime/Time/TimerHelper.Difference.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Time/TimerHelper.Month.TimeZone.cs b/Runtime/Time/TimerHelper.Month.TimeZone.cs index 2509513..37a543c 100644 --- a/Runtime/Time/TimerHelper.Month.TimeZone.cs +++ b/Runtime/Time/TimerHelper.Month.TimeZone.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Time/TimerHelper.Month.UTC.cs b/Runtime/Time/TimerHelper.Month.UTC.cs index b5f3e0e..9f02490 100644 --- a/Runtime/Time/TimerHelper.Month.UTC.cs +++ b/Runtime/Time/TimerHelper.Month.UTC.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Time/TimerHelper.Month.cs b/Runtime/Time/TimerHelper.Month.cs index cdef8eb..9766833 100644 --- a/Runtime/Time/TimerHelper.Month.cs +++ b/Runtime/Time/TimerHelper.Month.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Time/TimerHelper.Range.cs b/Runtime/Time/TimerHelper.Range.cs index e28408d..8f441bf 100644 --- a/Runtime/Time/TimerHelper.Range.cs +++ b/Runtime/Time/TimerHelper.Range.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Time/TimerHelper.TimeOffset.TimeZone.cs b/Runtime/Time/TimerHelper.TimeOffset.TimeZone.cs index 2885c29..fc0fa18 100644 --- a/Runtime/Time/TimerHelper.TimeOffset.TimeZone.cs +++ b/Runtime/Time/TimerHelper.TimeOffset.TimeZone.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Time/TimerHelper.TimeOffset.UTC.cs b/Runtime/Time/TimerHelper.TimeOffset.UTC.cs index bfea507..11eb597 100644 --- a/Runtime/Time/TimerHelper.TimeOffset.UTC.cs +++ b/Runtime/Time/TimerHelper.TimeOffset.UTC.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Time/TimerHelper.TimeOffset.cs b/Runtime/Time/TimerHelper.TimeOffset.cs index 7d14abc..346afc5 100644 --- a/Runtime/Time/TimerHelper.TimeOffset.cs +++ b/Runtime/Time/TimerHelper.TimeOffset.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Time/TimerHelper.Timestamp.TimeZone.cs b/Runtime/Time/TimerHelper.Timestamp.TimeZone.cs index b48f887..d57053e 100644 --- a/Runtime/Time/TimerHelper.Timestamp.TimeZone.cs +++ b/Runtime/Time/TimerHelper.Timestamp.TimeZone.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Time/TimerHelper.Timestamp.UTC.cs b/Runtime/Time/TimerHelper.Timestamp.UTC.cs index 06988ac..2d5d5c2 100644 --- a/Runtime/Time/TimerHelper.Timestamp.UTC.cs +++ b/Runtime/Time/TimerHelper.Timestamp.UTC.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Time/TimerHelper.Timestamp.cs b/Runtime/Time/TimerHelper.Timestamp.cs index 23b8a01..ddfe0d8 100644 --- a/Runtime/Time/TimerHelper.Timestamp.cs +++ b/Runtime/Time/TimerHelper.Timestamp.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Time/TimerHelper.Week.TimeZone.cs b/Runtime/Time/TimerHelper.Week.TimeZone.cs index 2019a14..80f3cb8 100644 --- a/Runtime/Time/TimerHelper.Week.TimeZone.cs +++ b/Runtime/Time/TimerHelper.Week.TimeZone.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // diff --git a/Runtime/Time/TimerHelper.Week.UTC.cs b/Runtime/Time/TimerHelper.Week.UTC.cs index ce6de33..2e6565d 100644 --- a/Runtime/Time/TimerHelper.Week.UTC.cs +++ b/Runtime/Time/TimerHelper.Week.UTC.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // diff --git a/Runtime/Time/TimerHelper.Week.cs b/Runtime/Time/TimerHelper.Week.cs index ff83c65..3397450 100644 --- a/Runtime/Time/TimerHelper.Week.cs +++ b/Runtime/Time/TimerHelper.Week.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // diff --git a/Runtime/Time/TimerHelper.Year.TimeZone.cs b/Runtime/Time/TimerHelper.Year.TimeZone.cs index af26324..9c32304 100644 --- a/Runtime/Time/TimerHelper.Year.TimeZone.cs +++ b/Runtime/Time/TimerHelper.Year.TimeZone.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // diff --git a/Runtime/Time/TimerHelper.Year.UTC.cs b/Runtime/Time/TimerHelper.Year.UTC.cs index bfca8c6..915246c 100644 --- a/Runtime/Time/TimerHelper.Year.UTC.cs +++ b/Runtime/Time/TimerHelper.Year.UTC.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // diff --git a/Runtime/Time/TimerHelper.Year.cs b/Runtime/Time/TimerHelper.Year.cs index 1982536..64995f7 100644 --- a/Runtime/Time/TimerHelper.Year.cs +++ b/Runtime/Time/TimerHelper.Year.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // diff --git a/Runtime/Time/TimerHelper.cs b/Runtime/Time/TimerHelper.cs index 2c49d8c..28c31fb 100644 --- a/Runtime/Time/TimerHelper.cs +++ b/Runtime/Time/TimerHelper.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Utility/Log.cs b/Runtime/Utility/Log.cs index 7192f47..4eca854 100644 --- a/Runtime/Utility/Log.cs +++ b/Runtime/Utility/Log.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Utility/Utility.Assembly.cs b/Runtime/Utility/Utility.Assembly.cs index 6f968d3..ba6e8ef 100644 --- a/Runtime/Utility/Utility.Assembly.cs +++ b/Runtime/Utility/Utility.Assembly.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Utility/Utility.Compression.ICompressionHelper.cs b/Runtime/Utility/Utility.Compression.ICompressionHelper.cs index 97f658c..9825001 100644 --- a/Runtime/Utility/Utility.Compression.ICompressionHelper.cs +++ b/Runtime/Utility/Utility.Compression.ICompressionHelper.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Utility/Utility.Compression.cs b/Runtime/Utility/Utility.Compression.cs index f0b95ca..4ff1c7a 100644 --- a/Runtime/Utility/Utility.Compression.cs +++ b/Runtime/Utility/Utility.Compression.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Utility/Utility.Const.FileNameSuffix.cs b/Runtime/Utility/Utility.Const.FileNameSuffix.cs index 0883ce6..d06fdd8 100644 --- a/Runtime/Utility/Utility.Const.FileNameSuffix.cs +++ b/Runtime/Utility/Utility.Const.FileNameSuffix.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Utility/Utility.Converter.cs b/Runtime/Utility/Utility.Converter.cs index 17a2c7b..4ef89cc 100644 --- a/Runtime/Utility/Utility.Converter.cs +++ b/Runtime/Utility/Utility.Converter.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Utility/Utility.Encryption.cs b/Runtime/Utility/Utility.Encryption.cs index ec6f1f4..4a57ab6 100644 --- a/Runtime/Utility/Utility.Encryption.cs +++ b/Runtime/Utility/Utility.Encryption.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Utility/Utility.Json.IJsonHelper.cs b/Runtime/Utility/Utility.Json.IJsonHelper.cs index 3288c6c..46eb235 100644 --- a/Runtime/Utility/Utility.Json.IJsonHelper.cs +++ b/Runtime/Utility/Utility.Json.IJsonHelper.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Utility/Utility.Json.cs b/Runtime/Utility/Utility.Json.cs index 8d865ee..2894be2 100644 --- a/Runtime/Utility/Utility.Json.cs +++ b/Runtime/Utility/Utility.Json.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Utility/Utility.Marshal.cs b/Runtime/Utility/Utility.Marshal.cs index c6cd82b..87bc43c 100644 --- a/Runtime/Utility/Utility.Marshal.cs +++ b/Runtime/Utility/Utility.Marshal.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Utility/Utility.Path.cs b/Runtime/Utility/Utility.Path.cs index 1a83aa8..bc21dc8 100644 --- a/Runtime/Utility/Utility.Path.cs +++ b/Runtime/Utility/Utility.Path.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Utility/Utility.RandomUtility.cs b/Runtime/Utility/Utility.RandomUtility.cs index df2b0d4..19c9b62 100644 --- a/Runtime/Utility/Utility.RandomUtility.cs +++ b/Runtime/Utility/Utility.RandomUtility.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Utility/Utility.Text.ITextHelper.cs b/Runtime/Utility/Utility.Text.ITextHelper.cs index 06c7e4b..b66d3dd 100644 --- a/Runtime/Utility/Utility.Text.ITextHelper.cs +++ b/Runtime/Utility/Utility.Text.ITextHelper.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Utility/Utility.Text.cs b/Runtime/Utility/Utility.Text.cs index cf56490..b7ec116 100644 --- a/Runtime/Utility/Utility.Text.cs +++ b/Runtime/Utility/Utility.Text.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Utility/Utility.Verifier.Crc32.cs b/Runtime/Utility/Utility.Verifier.Crc32.cs index 77496eb..c80c788 100644 --- a/Runtime/Utility/Utility.Verifier.Crc32.cs +++ b/Runtime/Utility/Utility.Verifier.Crc32.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Utility/Utility.Verifier.Crc64.cs b/Runtime/Utility/Utility.Verifier.Crc64.cs index 24afd2c..4c4c61a 100644 --- a/Runtime/Utility/Utility.Verifier.Crc64.cs +++ b/Runtime/Utility/Utility.Verifier.Crc64.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Utility/Utility.Verifier.cs b/Runtime/Utility/Utility.Verifier.cs index 1dbca2a..b1008ef 100644 --- a/Runtime/Utility/Utility.Verifier.cs +++ b/Runtime/Utility/Utility.Verifier.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Utility/Utility.cs b/Runtime/Utility/Utility.cs index 03c0870..3b2472f 100644 --- a/Runtime/Utility/Utility.cs +++ b/Runtime/Utility/Utility.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Utility/XString.cs b/Runtime/Utility/XString.cs index e3db70f..4e36ca5 100644 --- a/Runtime/Utility/XString.cs +++ b/Runtime/Utility/XString.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Variable/VarBoolean.cs b/Runtime/Variable/VarBoolean.cs index 837e06d..f91d8cc 100644 --- a/Runtime/Variable/VarBoolean.cs +++ b/Runtime/Variable/VarBoolean.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Variable/VarByte.cs b/Runtime/Variable/VarByte.cs index fcadd2a..66d4900 100644 --- a/Runtime/Variable/VarByte.cs +++ b/Runtime/Variable/VarByte.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Variable/VarByteArray.cs b/Runtime/Variable/VarByteArray.cs index 8ae8bff..4e2f7c5 100644 --- a/Runtime/Variable/VarByteArray.cs +++ b/Runtime/Variable/VarByteArray.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Variable/VarChar.cs b/Runtime/Variable/VarChar.cs index 4ef4616..e165eac 100644 --- a/Runtime/Variable/VarChar.cs +++ b/Runtime/Variable/VarChar.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Variable/VarCharArray.cs b/Runtime/Variable/VarCharArray.cs index 6bc271f..7963f9f 100644 --- a/Runtime/Variable/VarCharArray.cs +++ b/Runtime/Variable/VarCharArray.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Variable/VarColor.cs b/Runtime/Variable/VarColor.cs index c7a7dd4..4eff653 100644 --- a/Runtime/Variable/VarColor.cs +++ b/Runtime/Variable/VarColor.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Variable/VarColor32.cs b/Runtime/Variable/VarColor32.cs index 0f95975..e86757c 100644 --- a/Runtime/Variable/VarColor32.cs +++ b/Runtime/Variable/VarColor32.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Variable/VarDateTime.cs b/Runtime/Variable/VarDateTime.cs index 0b3c232..fc11b95 100644 --- a/Runtime/Variable/VarDateTime.cs +++ b/Runtime/Variable/VarDateTime.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Variable/VarDecimal.cs b/Runtime/Variable/VarDecimal.cs index 97d7b00..8e05591 100644 --- a/Runtime/Variable/VarDecimal.cs +++ b/Runtime/Variable/VarDecimal.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Variable/VarDouble.cs b/Runtime/Variable/VarDouble.cs index 002618a..52b65d7 100644 --- a/Runtime/Variable/VarDouble.cs +++ b/Runtime/Variable/VarDouble.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Variable/VarGameObject.cs b/Runtime/Variable/VarGameObject.cs index 61a7e35..f4bcf8a 100644 --- a/Runtime/Variable/VarGameObject.cs +++ b/Runtime/Variable/VarGameObject.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Variable/VarInt16.cs b/Runtime/Variable/VarInt16.cs index e42379f..1f4f267 100644 --- a/Runtime/Variable/VarInt16.cs +++ b/Runtime/Variable/VarInt16.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Variable/VarInt32.cs b/Runtime/Variable/VarInt32.cs index 89df643..0041308 100644 --- a/Runtime/Variable/VarInt32.cs +++ b/Runtime/Variable/VarInt32.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Variable/VarInt64.cs b/Runtime/Variable/VarInt64.cs index d77173e..9198e0b 100644 --- a/Runtime/Variable/VarInt64.cs +++ b/Runtime/Variable/VarInt64.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Variable/VarMaterial.cs b/Runtime/Variable/VarMaterial.cs index 7e62aad..9f9bd82 100644 --- a/Runtime/Variable/VarMaterial.cs +++ b/Runtime/Variable/VarMaterial.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Variable/VarObject.cs b/Runtime/Variable/VarObject.cs index 95c0585..95f8711 100644 --- a/Runtime/Variable/VarObject.cs +++ b/Runtime/Variable/VarObject.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Variable/VarQuaternion.cs b/Runtime/Variable/VarQuaternion.cs index 8308f58..8eb2d11 100644 --- a/Runtime/Variable/VarQuaternion.cs +++ b/Runtime/Variable/VarQuaternion.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Variable/VarRect.cs b/Runtime/Variable/VarRect.cs index 8023fa1..0d1f0c6 100644 --- a/Runtime/Variable/VarRect.cs +++ b/Runtime/Variable/VarRect.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Variable/VarSByte.cs b/Runtime/Variable/VarSByte.cs index 34b1c41..50a005b 100644 --- a/Runtime/Variable/VarSByte.cs +++ b/Runtime/Variable/VarSByte.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Variable/VarSingle.cs b/Runtime/Variable/VarSingle.cs index 6d3feb9..c2dbedc 100644 --- a/Runtime/Variable/VarSingle.cs +++ b/Runtime/Variable/VarSingle.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Variable/VarString.cs b/Runtime/Variable/VarString.cs index a01cd5c..8eec9ac 100644 --- a/Runtime/Variable/VarString.cs +++ b/Runtime/Variable/VarString.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Variable/VarTexture.cs b/Runtime/Variable/VarTexture.cs index 3b5a590..b38ed6d 100644 --- a/Runtime/Variable/VarTexture.cs +++ b/Runtime/Variable/VarTexture.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Variable/VarTransform.cs b/Runtime/Variable/VarTransform.cs index 06996c4..c36ea05 100644 --- a/Runtime/Variable/VarTransform.cs +++ b/Runtime/Variable/VarTransform.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Variable/VarUInt16.cs b/Runtime/Variable/VarUInt16.cs index f999bea..570cfe0 100644 --- a/Runtime/Variable/VarUInt16.cs +++ b/Runtime/Variable/VarUInt16.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Variable/VarUInt32.cs b/Runtime/Variable/VarUInt32.cs index 82544c0..3de1145 100644 --- a/Runtime/Variable/VarUInt32.cs +++ b/Runtime/Variable/VarUInt32.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Variable/VarUInt64.cs b/Runtime/Variable/VarUInt64.cs index c55ed6f..fa79ab1 100644 --- a/Runtime/Variable/VarUInt64.cs +++ b/Runtime/Variable/VarUInt64.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Variable/VarUnityObject.cs b/Runtime/Variable/VarUnityObject.cs index 8793248..16288dc 100644 --- a/Runtime/Variable/VarUnityObject.cs +++ b/Runtime/Variable/VarUnityObject.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Variable/VarVector2.cs b/Runtime/Variable/VarVector2.cs index a9a6436..0cffbb0 100644 --- a/Runtime/Variable/VarVector2.cs +++ b/Runtime/Variable/VarVector2.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Variable/VarVector3.cs b/Runtime/Variable/VarVector3.cs index b346d18..58ed8a4 100644 --- a/Runtime/Variable/VarVector3.cs +++ b/Runtime/Variable/VarVector3.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ========================================================================================== diff --git a/Runtime/Variable/VarVector4.cs b/Runtime/Variable/VarVector4.cs index b3f4fd0..08c183d 100644 --- a/Runtime/Variable/VarVector4.cs +++ b/Runtime/Variable/VarVector4.cs @@ -7,8 +7,8 @@ // 使用本项目须严格遵守相应法律法规及开源许可证之规定。 // Usage of this project must strictly comply with applicable laws, regulations, and open-source licenses. // -// 本项目采用 MIT 许可证与 Apache License 2.0 双许可证分发, -// This project is dual-licensed under the MIT License and Apache License 2.0, +// 本项目采用 Apache License 2.0 许可证分发, +// This project is licensed under the Apache License 2.0, // 完整许可证文本请参见源代码根目录下的 LICENSE 文件。 // please refer to the LICENSE file in the root directory of the source code for the full license text. // @@ -25,6 +25,8 @@ // GitHub Repository: https://github.com/GameFrameX // Gitee 仓库:https://gitee.com/GameFrameX // Gitee Repository: https://gitee.com/GameFrameX +// CNB 仓库:https://cnb.cool/GameFrameX +// CNB Repository: https://cnb.cool/GameFrameX // 官方文档:https://gameframex.doc.alianblank.com/ // Official Documentation: https://gameframex.doc.alianblank.com/ // ==========================================================================================