summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-01-09 07:58:24 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-21 21:57:58 +0000
commit78564304dc23b4312ee4f7a836a26ecdde88e11e (patch)
tree6da410cbc9829c186c73473699b1dcc9f3904674 /documentation
parent658761cd7c31e1fda3e601dc23c15493a402c334 (diff)
downloadpoky-78564304dc23b4312ee4f7a836a26ecdde88e11e.tar.gz
dev-manual: Edits to the "Licensing" section.
Applied review comments to this section per Paul Eggleton. Minor word changes. (From yocto-docs rev: 5130559003778e3b613d3d480350d041dfd10fcd) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml11
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