开源许可¶
本页记录了系统中各个组件的许可证。
| 序号 | 项目 | 许可证 |
|---|---|---|
| 1 | nextpilot-flight-control | BSD 3-clause |
| 2 | nextpilot-windows-toolchain | BSD 3-clause |
| 3 | nextpilot-user-guide | CC BY 4.0 |
BSD 3-clause¶
NextPilot 大部分项目均采用 BSD 3-clause 许可证,比如 Nextpilot-Flight-Control ,这意味着您可以免费使用和修改 nextpilot-flight-control 代码,没有任何商业风险。但是 未经特别事先书面许可,著作权人和其贡献者的姓名不得用于认可或推销源自该软件的产品。
BSD 3-Clause License
Copyright (c) 2015 - 2026, NextPilot Development Team All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
CC BY 4.0¶
Nextpilo-User-Guide 采用 CC BY 4.0 许可证,是知识共享 4.0 署名协议,允许任何人复制、修改、商用作品,仅需标注原作者来源。