diff options
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2020-09-08 16:50:46 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-16 18:14:08 +0100 |
commit | 7419e83f3c2fd0e5c0d0993436e247126d3224a7 (patch) | |
tree | ef889be4320edca2c586dfb3cf70808a60e3b314 | |
parent | caf24e8ddd7105cbb04c026fbb90c19981c62d50 (diff) | |
download | poky-7419e83f3c2fd0e5c0d0993436e247126d3224a7.tar.gz |
bitbake: sphinx: add SPDX headers
(Bitbake rev: 4e461224c1825ebba6024fb8d962e726598da153)
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
7 files changed, 14 insertions, 0 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.rst index d97fea42ad..6d53f57661 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.rst +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.rst | |||
@@ -1,3 +1,5 @@ | |||
1 | .. SPDX-License-Identifier: CC-BY-2.5 | ||
2 | |||
1 | ========= | 3 | ========= |
2 | Execution | 4 | Execution |
3 | ========= | 5 | ========= |
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst index 20451738a6..400e7f09c3 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst | |||
@@ -1,3 +1,5 @@ | |||
1 | .. SPDX-License-Identifier: CC-BY-2.5 | ||
2 | |||
1 | ===================== | 3 | ===================== |
2 | File Download Support | 4 | File Download Support |
3 | ===================== | 5 | ===================== |
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.rst index 3d3c9b48c2..d64f6e00ca 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.rst +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.rst | |||
@@ -1,3 +1,5 @@ | |||
1 | .. SPDX-License-Identifier: CC-BY-2.5 | ||
2 | |||
1 | =================== | 3 | =================== |
2 | Hello World Example | 4 | Hello World Example |
3 | =================== | 5 | =================== |
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst index f040d81346..75a25ef61b 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst | |||
@@ -1,3 +1,5 @@ | |||
1 | .. SPDX-License-Identifier: CC-BY-2.5 | ||
2 | |||
1 | ======== | 3 | ======== |
2 | Overview | 4 | Overview |
3 | ======== | 5 | ======== |
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst index c98b3a9e7f..4998e99e3f 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst | |||
@@ -1,3 +1,5 @@ | |||
1 | .. SPDX-License-Identifier: CC-BY-2.5 | ||
2 | |||
1 | ==================== | 3 | ==================== |
2 | Syntax and Operators | 4 | Syntax and Operators |
3 | ==================== | 5 | ==================== |
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst index 04a69482b9..9c4212c5a6 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst | |||
@@ -1,3 +1,5 @@ | |||
1 | .. SPDX-License-Identifier: CC-BY-2.5 | ||
2 | |||
1 | ================== | 3 | ================== |
2 | Variables Glossary | 4 | Variables Glossary |
3 | ================== | 5 | ================== |
diff --git a/bitbake/doc/index.rst b/bitbake/doc/index.rst index 3ec7031f57..0e584a709e 100644 --- a/bitbake/doc/index.rst +++ b/bitbake/doc/index.rst | |||
@@ -1,3 +1,5 @@ | |||
1 | .. SPDX-License-Identifier: CC-BY-2.5 | ||
2 | |||
1 | =================== | 3 | =================== |
2 | BitBake User Manual | 4 | BitBake User Manual |
3 | =================== | 5 | =================== |