diff options
| -rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index c5ff3b29b5..3ee327c54d 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
| @@ -1633,7 +1633,7 @@ | |||
| 1633 | <listitem><para><emphasis><filename>LICENSE</filename>:</emphasis> | 1633 | <listitem><para><emphasis><filename>LICENSE</filename>:</emphasis> |
| 1634 | This variable specifies the license for the software. | 1634 | This variable specifies the license for the software. |
| 1635 | If you do not know the license under which the software | 1635 | If you do not know the license under which the software |
| 1636 | you are building is distributed, you can go to the | 1636 | you are building is distributed, you should go to the |
| 1637 | source code and look for that information. | 1637 | source code and look for that information. |
| 1638 | Typical files containing this information include | 1638 | Typical files containing this information include |
| 1639 | <filename>COPYING</filename>, | 1639 | <filename>COPYING</filename>, |
| @@ -1641,17 +1641,16 @@ | |||
| 1641 | <filename>README</filename> files. | 1641 | <filename>README</filename> files. |
| 1642 | You could also find the information near the top of | 1642 | You could also find the information near the top of |
| 1643 | a source file. | 1643 | a source file. |
| 1644 | The key is to find something that states the public | ||
| 1645 | license needed for the software. | ||
| 1646 | For example, given a piece of software licensed under | 1644 | For example, given a piece of software licensed under |
| 1647 | the GNU General Public License version 2, you would | 1645 | the GNU General Public License version 2, you would |
| 1648 | set <filename>LICENSE</filename> as follows: | 1646 | set <filename>LICENSE</filename> as follows: |
| 1649 | <literallayout class='monospaced'> | 1647 | <literallayout class='monospaced'> |
| 1650 | LICENSE = "GPLv2" | 1648 | LICENSE = "GPLv2" |
| 1651 | </literallayout></para> | 1649 | </literallayout></para> |
| 1652 | <para>The licenses you specify with | 1650 | <para>The licenses you specify within |
| 1653 | <filename>LICENSE</filename> be any name as long as | 1651 | <filename>LICENSE</filename> can have any name as long |
| 1654 | you do not use spaces. | 1652 | as you do not use spaces, since spaces are used as |
| 1653 | separators between license names. | ||
| 1655 | For standard licenses, use the names of the files in | 1654 | For standard licenses, use the names of the files in |
| 1656 | <filename>meta/files/common-licenses/</filename> | 1655 | <filename>meta/files/common-licenses/</filename> |
| 1657 | or the <filename>SPDXLICENSEMAP</filename> flag names | 1656 | or the <filename>SPDXLICENSEMAP</filename> flag names |
