diff options
-rw-r--r-- | documentation/overview-manual/development-environment.rst | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/documentation/overview-manual/development-environment.rst b/documentation/overview-manual/development-environment.rst index 19095fc116..e171d7aaa3 100644 --- a/documentation/overview-manual/development-environment.rst +++ b/documentation/overview-manual/development-environment.rst | |||
@@ -616,13 +616,9 @@ this history, you can find basic information here: | |||
616 | In general, the Yocto Project is broadly licensed under the | 616 | In general, the Yocto Project is broadly licensed under the |
617 | Massachusetts Institute of Technology (MIT) License. MIT licensing | 617 | Massachusetts Institute of Technology (MIT) License. MIT licensing |
618 | permits the reuse of software within proprietary software as long as the | 618 | permits the reuse of software within proprietary software as long as the |
619 | license is distributed with that software. MIT is also compatible with | 619 | license is distributed with that software. Patches to the Yocto Project |
620 | the GNU General Public License (GPL). Patches to the Yocto Project | ||
621 | follow the upstream licensing scheme. You can find information on the | 620 | follow the upstream licensing scheme. You can find information on the |
622 | MIT license | 621 | MIT license `here <https://en.wikipedia.org/wiki/MIT_License>`__. |
623 | `here <https://www.opensource.org/licenses/mit-license.php>`__. You can | ||
624 | find information on the GNU GPL | ||
625 | `here <https://www.opensource.org/licenses/LGPL-3.0>`__. | ||
626 | 622 | ||
627 | When you build an image using the Yocto Project, the build process uses | 623 | When you build an image using the Yocto Project, the build process uses |
628 | a known list of licenses to ensure compliance. You can find this list in | 624 | a known list of licenses to ensure compliance. You can find this list in |