diff options
Diffstat (limited to 'documentation/overview-manual/development-environment.rst')
-rw-r--r-- | documentation/overview-manual/development-environment.rst | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/documentation/overview-manual/development-environment.rst b/documentation/overview-manual/development-environment.rst index 04aea1373c..7d5953db33 100644 --- a/documentation/overview-manual/development-environment.rst +++ b/documentation/overview-manual/development-environment.rst | |||
@@ -39,10 +39,9 @@ Linus Torvalds in 1991. Conversely, a good example of a non-open source | |||
39 | project is the Windows family of operating systems developed by | 39 | project is the Windows family of operating systems developed by |
40 | Microsoft Corporation. | 40 | Microsoft Corporation. |
41 | 41 | ||
42 | Wikipedia has a good historical description of the Open Source | 42 | Wikipedia has a good :wikipedia:`historical description of the Open Source |
43 | Philosophy `here <https://en.wikipedia.org/wiki/Open_source>`__. You can | 43 | Philosophy <Open_source>`. You can also find helpful information on how |
44 | also find helpful information on how to participate in the Linux | 44 | to participate in the Linux Community |
45 | Community | ||
46 | `here <https://www.kernel.org/doc/html/latest/process/index.html>`__. | 45 | `here <https://www.kernel.org/doc/html/latest/process/index.html>`__. |
47 | 46 | ||
48 | The Development Host | 47 | The Development Host |
@@ -608,18 +607,16 @@ licensing structures in place. License evolution for both Open Source | |||
608 | and Free Software has an interesting history. If you are interested in | 607 | and Free Software has an interesting history. If you are interested in |
609 | this history, you can find basic information here: | 608 | this history, you can find basic information here: |
610 | 609 | ||
611 | - `Open source license | 610 | - :wikipedia:`Open source license history <Open-source_license>` |
612 | history <https://en.wikipedia.org/wiki/Open-source_license>`__ | ||
613 | 611 | ||
614 | - `Free software license | 612 | - :wikipedia:`Free software license history <Free_software_license>` |
615 | history <https://en.wikipedia.org/wiki/Free_software_license>`__ | ||
616 | 613 | ||
617 | In general, the Yocto Project is broadly licensed under the | 614 | In general, the Yocto Project is broadly licensed under the |
618 | Massachusetts Institute of Technology (MIT) License. MIT licensing | 615 | Massachusetts Institute of Technology (MIT) License. MIT licensing |
619 | permits the reuse of software within proprietary software as long as the | 616 | permits the reuse of software within proprietary software as long as the |
620 | license is distributed with that software. Patches to the Yocto Project | 617 | license is distributed with that software. Patches to the Yocto Project |
621 | follow the upstream licensing scheme. You can find information on the | 618 | follow the upstream licensing scheme. You can find information on the |
622 | MIT license `here <https://en.wikipedia.org/wiki/MIT_License>`__. | 619 | MIT license :wikipedia:`here <MIT_License>`. |
623 | 620 | ||
624 | When you build an image using the Yocto Project, the build process uses | 621 | When you build an image using the Yocto Project, the build process uses |
625 | a known list of licenses to ensure compliance. You can find this list in | 622 | a known list of licenses to ensure compliance. You can find this list in |