许可证

Aspose.Slides FOSS for C++ is open-source software released under the MIT 许可证. 您可以在商业产品、开源项目、内部工具和研究中无限制地使用它。无需许可证密钥、API 密钥、计量令牌或注册。.

MIT 许可证的关键要点

  • 免费用于任何用途: 商业、开源、内部、学术和个人。.
  • 没有使用限制: 没有调用配额、文件大小上限或水印限制。.
  • 无需 API 密钥: 构建库后即可立即使用。.
  • 无需注册: 无需账户、无需登录、无需在线激活。.
  • 署名: 在您的分发中保留版权声明和 MIT 许可证文本(见下文)。.

MIT 许可证文本

随源代码一起提供的完整许可证文本如下::

MIT License

Copyright (c) Aspose Contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

查看许可证

LICENSE 文件位于 GitHub 仓库根目录::

git clone https://github.com/aspose-slides-foss/Aspose.Slides-FOSS-for-Cpp.git
cat Aspose.Slides-FOSS-for-Cpp/LICENSE

无需商业许可证

与某些提供计量或企业授权的 Aspose 产品不同,Aspose.Slides FOSS for C++ 并非商业产品。没有付费层级、评估水印或受限功能集。本文档中描述的所有 API 功能自首次构建起即在 MIT 许可证下可用。.

再分发与打包

如果您将该库作为您自己的应用程序或库的一部分进行再分发::

  1. 包含原始 MIT 许可证声明( LICENSE 仓库中的文件已足够)。.
  2. 您不需要将您的应用程序开源。MIT 许可证是宽松的,而非 copyleft。.
  3. 您可以修改源代码并在相同的 MIT 许可证下分发修改后的版本。.

附加资源

 中文