diff options
author | akuster <akuster808@gmail.com> | 2020-06-15 07:24:08 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-17 16:45:36 +0100 |
commit | 9a644b0eeb2a8d881f695d5d9b3c11cc11e8089a (patch) | |
tree | e9136187ce8b9df8a6f17f9399edfa1685493081 /documentation/dev-manual/dev-manual-common-tasks.xml | |
parent | 7621a05efe15fb3dca2481a9c572395e102e1fb5 (diff) | |
download | poky-9a644b0eeb2a8d881f695d5d9b3c11cc11e8089a.tar.gz |
dev-manual: Add SPDX License headers
[Yocto #13873]
(From yocto-docs rev: eaded98195eed8adf3bba89a6b49a45383955785)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 605d1ad7ea..d29fe6262d 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -1,6 +1,7 @@ | |||
1 | <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" | 1 | <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" |
2 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" | 2 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" |
3 | [<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] > | 3 | [<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] > |
4 | <!--SPDX-License-Identifier: CC-BY-2.0-UK--> | ||
4 | 5 | ||
5 | <chapter id='extendpoky'> | 6 | <chapter id='extendpoky'> |
6 | 7 | ||