From 08f1051ead658a2c547e32565cef8779f13c1ade Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 7 Oct 2020 22:05:43 +0100 Subject: docs: Fix license CC-BY-2.0-UK -> CC-BY-SA-2.0-UK When the license identifier tags were added, an incorrect string was used and the Share-Alike clause was lost. Fix this to match the license description in the files and add back the lost piece (its clear from the history it should be there) (From yocto-docs rev: ac9eede80f19c6e2138406209ab5700e89a244a0) Signed-off-by: Richard Purdie (cherry picked from commit 8d30c3d792755a7bfdb74b331dad98f51d3516af) Signed-off-by: Nicolas Dechesne Signed-off-by: Richard Purdie --- documentation/adt-manual/adt-command.rst | 2 +- documentation/adt-manual/adt-intro.rst | 2 +- documentation/adt-manual/adt-manual-intro.rst | 2 +- documentation/adt-manual/adt-manual.rst | 2 +- documentation/adt-manual/adt-package.rst | 2 +- documentation/adt-manual/adt-prepare.rst | 2 +- documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.rst | 2 +- documentation/bsp-guide/bsp-guide.rst | 2 +- documentation/bsp-guide/bsp.rst | 2 +- documentation/bsp-guide/history.rst | 2 +- documentation/conf.py | 2 +- documentation/dev-manual/dev-manual-common-tasks.rst | 2 +- documentation/dev-manual/dev-manual-intro.rst | 2 +- documentation/dev-manual/dev-manual-qemu.rst | 2 +- documentation/dev-manual/dev-manual-start.rst | 2 +- documentation/dev-manual/dev-manual.rst | 2 +- documentation/dev-manual/history.rst | 2 +- documentation/index.rst | 2 +- documentation/kernel-dev/history.rst | 2 +- documentation/kernel-dev/kernel-dev-advanced.rst | 2 +- documentation/kernel-dev/kernel-dev-common.rst | 2 +- documentation/kernel-dev/kernel-dev-concepts-appx.rst | 2 +- documentation/kernel-dev/kernel-dev-faq.rst | 2 +- documentation/kernel-dev/kernel-dev-intro.rst | 2 +- documentation/kernel-dev/kernel-dev-maint-appx.rst | 2 +- documentation/kernel-dev/kernel-dev.rst | 2 +- documentation/overview-manual/history.rst | 2 +- documentation/overview-manual/overview-manual-concepts.rst | 2 +- .../overview-manual/overview-manual-development-environment.rst | 2 +- documentation/overview-manual/overview-manual-intro.rst | 2 +- documentation/overview-manual/overview-manual-yp-intro.rst | 2 +- documentation/overview-manual/overview-manual.rst | 2 +- documentation/profile-manual/history.rst | 2 +- documentation/profile-manual/profile-manual-arch.rst | 2 +- documentation/profile-manual/profile-manual-examples.rst | 2 +- documentation/profile-manual/profile-manual-intro.rst | 2 +- documentation/profile-manual/profile-manual-usage.rst | 2 +- documentation/profile-manual/profile-manual.rst | 2 +- documentation/ref-manual/faq.rst | 2 +- documentation/ref-manual/history.rst | 2 +- documentation/ref-manual/migration-1.3.rst | 2 +- documentation/ref-manual/migration.rst | 2 +- documentation/ref-manual/ref-classes.rst | 2 +- documentation/ref-manual/ref-devtool-reference.rst | 2 +- documentation/ref-manual/ref-features.rst | 2 +- documentation/ref-manual/ref-images.rst | 2 +- documentation/ref-manual/ref-kickstart.rst | 2 +- documentation/ref-manual/ref-manual.rst | 2 +- documentation/ref-manual/ref-qa-checks.rst | 2 +- documentation/ref-manual/ref-release-process.rst | 2 +- documentation/ref-manual/ref-structure.rst | 2 +- documentation/ref-manual/ref-system-requirements.rst | 2 +- documentation/ref-manual/ref-tasks.rst | 2 +- documentation/ref-manual/ref-terms.rst | 2 +- documentation/ref-manual/ref-variables.rst | 2 +- documentation/ref-manual/ref-varlocality.rst | 2 +- documentation/ref-manual/resources.rst | 2 +- documentation/releases.rst | 2 +- documentation/sdk-manual/history.rst | 2 +- documentation/sdk-manual/sdk-appendix-customizing-standard.rst | 2 +- documentation/sdk-manual/sdk-appendix-customizing.rst | 2 +- documentation/sdk-manual/sdk-appendix-obtain.rst | 2 +- documentation/sdk-manual/sdk-extensible.rst | 2 +- documentation/sdk-manual/sdk-intro.rst | 2 +- documentation/sdk-manual/sdk-manual.rst | 2 +- documentation/sdk-manual/sdk-using.rst | 2 +- documentation/sdk-manual/sdk-working-projects.rst | 2 +- documentation/sphinx-static/theme_overrides.css | 2 +- documentation/toaster-manual/history.rst | 2 +- documentation/toaster-manual/toaster-manual-intro.rst | 2 +- documentation/toaster-manual/toaster-manual-reference.rst | 2 +- documentation/toaster-manual/toaster-manual-setup-and-use.rst | 2 +- documentation/toaster-manual/toaster-manual-start.rst | 2 +- documentation/toaster-manual/toaster-manual.rst | 2 +- documentation/transitioning-to-a-custom-environment.rst | 2 +- documentation/what-i-wish-id-known.rst | 2 +- 76 files changed, 76 insertions(+), 76 deletions(-) (limited to 'documentation') diff --git a/documentation/adt-manual/adt-command.rst b/documentation/adt-manual/adt-command.rst index de854772bb..d348adfcce 100644 --- a/documentation/adt-manual/adt-command.rst +++ b/documentation/adt-manual/adt-command.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK ********************** Using the Command Line diff --git a/documentation/adt-manual/adt-intro.rst b/documentation/adt-manual/adt-intro.rst index 5372f4f54f..92c1570992 100644 --- a/documentation/adt-manual/adt-intro.rst +++ b/documentation/adt-manual/adt-intro.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK ***************************************** The Application Development Toolkit (ADT) diff --git a/documentation/adt-manual/adt-manual-intro.rst b/documentation/adt-manual/adt-manual-intro.rst index 4e98da16df..2c840fdf02 100644 --- a/documentation/adt-manual/adt-manual-intro.rst +++ b/documentation/adt-manual/adt-manual-intro.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK ************ Introduction diff --git a/documentation/adt-manual/adt-manual.rst b/documentation/adt-manual/adt-manual.rst index 695230c5c4..b61f59e0f0 100644 --- a/documentation/adt-manual/adt-manual.rst +++ b/documentation/adt-manual/adt-manual.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK =========================================== Yocto Project Application Developer's Guide diff --git a/documentation/adt-manual/adt-package.rst b/documentation/adt-manual/adt-package.rst index 787d406e65..a722453ec4 100644 --- a/documentation/adt-manual/adt-package.rst +++ b/documentation/adt-manual/adt-package.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK ************************************************************ Optionally Customizing the Development Packages Installation diff --git a/documentation/adt-manual/adt-prepare.rst b/documentation/adt-manual/adt-prepare.rst index 9b6bd05147..5a85cbfe60 100644 --- a/documentation/adt-manual/adt-prepare.rst +++ b/documentation/adt-manual/adt-prepare.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK ************************************* Preparing for Application Development diff --git a/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.rst b/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.rst index 7e24b9e685..14a3e17510 100644 --- a/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.rst +++ b/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK ========================= Yocto Project Quick Build diff --git a/documentation/bsp-guide/bsp-guide.rst b/documentation/bsp-guide/bsp-guide.rst index 435a399d52..a4394a85ed 100644 --- a/documentation/bsp-guide/bsp-guide.rst +++ b/documentation/bsp-guide/bsp-guide.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK ===================================================== Yocto Project Board Support Package Developer's Guide diff --git a/documentation/bsp-guide/bsp.rst b/documentation/bsp-guide/bsp.rst index 024a240c22..61b2958278 100644 --- a/documentation/bsp-guide/bsp.rst +++ b/documentation/bsp-guide/bsp.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK ************************************************ Board Support Packages (BSP) - Developer's Guide diff --git a/documentation/bsp-guide/history.rst b/documentation/bsp-guide/history.rst index e36fb51132..a67750f6ea 100644 --- a/documentation/bsp-guide/history.rst +++ b/documentation/bsp-guide/history.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK *********************** Manual Revision History diff --git a/documentation/conf.py b/documentation/conf.py index 80d5e8e836..ebc26aa3bf 100644 --- a/documentation/conf.py +++ b/documentation/conf.py @@ -1,6 +1,6 @@ # Configuration file for the Sphinx documentation builder. # -# SPDX-License-Identifier: CC-BY-2.0-UK +# SPDX-License-Identifier: CC-BY-SA-2.0-UK # # This file only contains a selection of the most common options. For a full # list see the documentation: diff --git a/documentation/dev-manual/dev-manual-common-tasks.rst b/documentation/dev-manual/dev-manual-common-tasks.rst index 179979c763..bef8bf840f 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.rst +++ b/documentation/dev-manual/dev-manual-common-tasks.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK ************ Common Tasks diff --git a/documentation/dev-manual/dev-manual-intro.rst b/documentation/dev-manual/dev-manual-intro.rst index 3225c6ca45..da08b7b6ef 100644 --- a/documentation/dev-manual/dev-manual-intro.rst +++ b/documentation/dev-manual/dev-manual-intro.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK ****************************************** The Yocto Project Development Tasks Manual diff --git a/documentation/dev-manual/dev-manual-qemu.rst b/documentation/dev-manual/dev-manual-qemu.rst index 2833689d5f..9337a35428 100644 --- a/documentation/dev-manual/dev-manual-qemu.rst +++ b/documentation/dev-manual/dev-manual-qemu.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK ******************************* Using the Quick EMUlator (QEMU) diff --git a/documentation/dev-manual/dev-manual-start.rst b/documentation/dev-manual/dev-manual-start.rst index d9c1e4de00..333c6a566f 100644 --- a/documentation/dev-manual/dev-manual-start.rst +++ b/documentation/dev-manual/dev-manual-start.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK *********************************** Setting Up to Use the Yocto Project diff --git a/documentation/dev-manual/dev-manual.rst b/documentation/dev-manual/dev-manual.rst index c629067153..8f09224fe8 100644 --- a/documentation/dev-manual/dev-manual.rst +++ b/documentation/dev-manual/dev-manual.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK ====================================== Yocto Project Development Tasks Manual diff --git a/documentation/dev-manual/history.rst b/documentation/dev-manual/history.rst index 43065d1699..a1716926c5 100644 --- a/documentation/dev-manual/history.rst +++ b/documentation/dev-manual/history.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK *********************** Manual Revision History diff --git a/documentation/index.rst b/documentation/index.rst index 3bb6c99815..937692ce08 100644 --- a/documentation/index.rst +++ b/documentation/index.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK .. The Yocto Project documentation master file, created by sphinx-quickstart on Mon Apr 13 09:38:33 2020. diff --git a/documentation/kernel-dev/history.rst b/documentation/kernel-dev/history.rst index 432668639e..c4c64ff288 100644 --- a/documentation/kernel-dev/history.rst +++ b/documentation/kernel-dev/history.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK *********************** Manual Revision History diff --git a/documentation/kernel-dev/kernel-dev-advanced.rst b/documentation/kernel-dev/kernel-dev-advanced.rst index 36133caae3..eeb8f87924 100644 --- a/documentation/kernel-dev/kernel-dev-advanced.rst +++ b/documentation/kernel-dev/kernel-dev-advanced.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK ******************************************************* Working with Advanced Metadata (``yocto-kernel-cache``) diff --git a/documentation/kernel-dev/kernel-dev-common.rst b/documentation/kernel-dev/kernel-dev-common.rst index d4b60a9dc9..64235f3803 100644 --- a/documentation/kernel-dev/kernel-dev-common.rst +++ b/documentation/kernel-dev/kernel-dev-common.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK ************ Common Tasks diff --git a/documentation/kernel-dev/kernel-dev-concepts-appx.rst b/documentation/kernel-dev/kernel-dev-concepts-appx.rst index 04cb1172b2..5b6ebef5a8 100644 --- a/documentation/kernel-dev/kernel-dev-concepts-appx.rst +++ b/documentation/kernel-dev/kernel-dev-concepts-appx.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK ************************ Advanced Kernel Concepts diff --git a/documentation/kernel-dev/kernel-dev-faq.rst b/documentation/kernel-dev/kernel-dev-faq.rst index b5e6a84eba..70bf4a2d4b 100644 --- a/documentation/kernel-dev/kernel-dev-faq.rst +++ b/documentation/kernel-dev/kernel-dev-faq.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK ********************** Kernel Development FAQ diff --git a/documentation/kernel-dev/kernel-dev-intro.rst b/documentation/kernel-dev/kernel-dev-intro.rst index 21d43d5e80..447cddba20 100644 --- a/documentation/kernel-dev/kernel-dev-intro.rst +++ b/documentation/kernel-dev/kernel-dev-intro.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK ************ Introduction diff --git a/documentation/kernel-dev/kernel-dev-maint-appx.rst b/documentation/kernel-dev/kernel-dev-maint-appx.rst index 5514dac876..17883327d5 100644 --- a/documentation/kernel-dev/kernel-dev-maint-appx.rst +++ b/documentation/kernel-dev/kernel-dev-maint-appx.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK ****************** Kernel Maintenance diff --git a/documentation/kernel-dev/kernel-dev.rst b/documentation/kernel-dev/kernel-dev.rst index 332e089b03..55b42ed992 100644 --- a/documentation/kernel-dev/kernel-dev.rst +++ b/documentation/kernel-dev/kernel-dev.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK ============================================= Yocto Project Linux Kernel Development Manual diff --git a/documentation/overview-manual/history.rst b/documentation/overview-manual/history.rst index 5ce9c24465..5fde8f09dd 100644 --- a/documentation/overview-manual/history.rst +++ b/documentation/overview-manual/history.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK *********************** Manual Revision History diff --git a/documentation/overview-manual/overview-manual-concepts.rst b/documentation/overview-manual/overview-manual-concepts.rst index 6ce5f80af3..d9f50e5194 100644 --- a/documentation/overview-manual/overview-manual-concepts.rst +++ b/documentation/overview-manual/overview-manual-concepts.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK ********************** Yocto Project Concepts diff --git a/documentation/overview-manual/overview-manual-development-environment.rst b/documentation/overview-manual/overview-manual-development-environment.rst index bb2c8e72e7..4bedd6df67 100644 --- a/documentation/overview-manual/overview-manual-development-environment.rst +++ b/documentation/overview-manual/overview-manual-development-environment.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK ***************************************** The Yocto Project Development Environment diff --git a/documentation/overview-manual/overview-manual-intro.rst b/documentation/overview-manual/overview-manual-intro.rst index 3f206fd54b..8885eb89ff 100644 --- a/documentation/overview-manual/overview-manual-intro.rst +++ b/documentation/overview-manual/overview-manual-intro.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK ********************************************** The Yocto Project Overview and Concepts Manual diff --git a/documentation/overview-manual/overview-manual-yp-intro.rst b/documentation/overview-manual/overview-manual-yp-intro.rst index 2b3c3b07c7..f1c725ac27 100644 --- a/documentation/overview-manual/overview-manual-yp-intro.rst +++ b/documentation/overview-manual/overview-manual-yp-intro.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK ***************************** Introducing the Yocto Project diff --git a/documentation/overview-manual/overview-manual.rst b/documentation/overview-manual/overview-manual.rst index 80ce9aae76..f20b20e328 100644 --- a/documentation/overview-manual/overview-manual.rst +++ b/documentation/overview-manual/overview-manual.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK ========================================== Yocto Project Overview and Concepts Manual diff --git a/documentation/profile-manual/history.rst b/documentation/profile-manual/history.rst index 432668639e..c4c64ff288 100644 --- a/documentation/profile-manual/history.rst +++ b/documentation/profile-manual/history.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK *********************** Manual Revision History diff --git a/documentation/profile-manual/profile-manual-arch.rst b/documentation/profile-manual/profile-manual-arch.rst index 9e1e400e42..73cd0c29e5 100644 --- a/documentation/profile-manual/profile-manual-arch.rst +++ b/documentation/profile-manual/profile-manual-arch.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK ************************************************************* Overall Architecture of the Linux Tracing and Profiling Tools diff --git a/documentation/profile-manual/profile-manual-examples.rst b/documentation/profile-manual/profile-manual-examples.rst index 32ccd37b88..97a9e9e21a 100644 --- a/documentation/profile-manual/profile-manual-examples.rst +++ b/documentation/profile-manual/profile-manual-examples.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK ******************* Real-World Examples diff --git a/documentation/profile-manual/profile-manual-intro.rst b/documentation/profile-manual/profile-manual-intro.rst index 994b1c5086..0d435e0c0c 100644 --- a/documentation/profile-manual/profile-manual-intro.rst +++ b/documentation/profile-manual/profile-manual-intro.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK ****************************************** Yocto Project Profiling and Tracing Manual diff --git a/documentation/profile-manual/profile-manual-usage.rst b/documentation/profile-manual/profile-manual-usage.rst index 32b04f6ff7..d3c020a1cf 100644 --- a/documentation/profile-manual/profile-manual-usage.rst +++ b/documentation/profile-manual/profile-manual-usage.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK .. highlight:: shell *************************************************************** diff --git a/documentation/profile-manual/profile-manual.rst b/documentation/profile-manual/profile-manual.rst index 2c8fcf3e60..5ec5b9e759 100644 --- a/documentation/profile-manual/profile-manual.rst +++ b/documentation/profile-manual/profile-manual.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK ========================================== Yocto Project Profiling and Tracing Manual diff --git a/documentation/ref-manual/faq.rst b/documentation/ref-manual/faq.rst index 2d2aaad0a9..69852824a9 100644 --- a/documentation/ref-manual/faq.rst +++ b/documentation/ref-manual/faq.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK *** FAQ diff --git a/documentation/ref-manual/history.rst b/documentation/ref-manual/history.rst index 7d421094a1..04d6b096cf 100644 --- a/documentation/ref-manual/history.rst +++ b/documentation/ref-manual/history.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK *********************** Manual Revision History diff --git a/documentation/ref-manual/migration-1.3.rst b/documentation/ref-manual/migration-1.3.rst index ebbc238873..5793f9b6e6 100644 --- a/documentation/ref-manual/migration-1.3.rst +++ b/documentation/ref-manual/migration-1.3.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK Moving to the Yocto Project 1.3 Release ======================================= diff --git a/documentation/ref-manual/migration.rst b/documentation/ref-manual/migration.rst index 6c6119daec..20288b0de8 100644 --- a/documentation/ref-manual/migration.rst +++ b/documentation/ref-manual/migration.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK ****************************************** Migrating to a Newer Yocto Project Release diff --git a/documentation/ref-manual/ref-classes.rst b/documentation/ref-manual/ref-classes.rst index 60ce8efd21..69bae0eceb 100644 --- a/documentation/ref-manual/ref-classes.rst +++ b/documentation/ref-manual/ref-classes.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK ******* Classes diff --git a/documentation/ref-manual/ref-devtool-reference.rst b/documentation/ref-manual/ref-devtool-reference.rst index eaca45ae25..1fe8997f55 100644 --- a/documentation/ref-manual/ref-devtool-reference.rst +++ b/documentation/ref-manual/ref-devtool-reference.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK *************************** ``devtool`` Quick Reference diff --git a/documentation/ref-manual/ref-features.rst b/documentation/ref-manual/ref-features.rst index ae5a0e3b24..60d905d055 100644 --- a/documentation/ref-manual/ref-features.rst +++ b/documentation/ref-manual/ref-features.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK ******** Features diff --git a/documentation/ref-manual/ref-images.rst b/documentation/ref-manual/ref-images.rst index c88d4d75ca..eaa6c49499 100644 --- a/documentation/ref-manual/ref-images.rst +++ b/documentation/ref-manual/ref-images.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK ****** Images diff --git a/documentation/ref-manual/ref-kickstart.rst b/documentation/ref-manual/ref-kickstart.rst index 45222de05b..c031ef2874 100644 --- a/documentation/ref-manual/ref-kickstart.rst +++ b/documentation/ref-manual/ref-kickstart.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK ******************************************* OpenEmbedded Kickstart (``.wks``) Reference diff --git a/documentation/ref-manual/ref-manual.rst b/documentation/ref-manual/ref-manual.rst index a106af21d8..033f4ba28c 100644 --- a/documentation/ref-manual/ref-manual.rst +++ b/documentation/ref-manual/ref-manual.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK ============================== Yocto Project Reference Manual diff --git a/documentation/ref-manual/ref-qa-checks.rst b/documentation/ref-manual/ref-qa-checks.rst index 3e76ac1509..4ac65c0f8b 100644 --- a/documentation/ref-manual/ref-qa-checks.rst +++ b/documentation/ref-manual/ref-qa-checks.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK ***************************** QA Error and Warning Messages diff --git a/documentation/ref-manual/ref-release-process.rst b/documentation/ref-manual/ref-release-process.rst index be041e7254..172385ca4e 100644 --- a/documentation/ref-manual/ref-release-process.rst +++ b/documentation/ref-manual/ref-release-process.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK ***************************************************** Yocto Project Releases and the Stable Release Process diff --git a/documentation/ref-manual/ref-structure.rst b/documentation/ref-manual/ref-structure.rst index 48a443331b..ef07354ec1 100644 --- a/documentation/ref-manual/ref-structure.rst +++ b/documentation/ref-manual/ref-structure.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK ************************** Source Directory Structure diff --git a/documentation/ref-manual/ref-system-requirements.rst b/documentation/ref-manual/ref-system-requirements.rst index dc687d5c31..6dcb00a3a9 100644 --- a/documentation/ref-manual/ref-system-requirements.rst +++ b/documentation/ref-manual/ref-system-requirements.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK ******************* System Requirements diff --git a/documentation/ref-manual/ref-tasks.rst b/documentation/ref-manual/ref-tasks.rst index dcdff05dce..2569306fc5 100644 --- a/documentation/ref-manual/ref-tasks.rst +++ b/documentation/ref-manual/ref-tasks.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK ***** Tasks diff --git a/documentation/ref-manual/ref-terms.rst b/documentation/ref-manual/ref-terms.rst index 600cc23c3e..556bc6b197 100644 --- a/documentation/ref-manual/ref-terms.rst +++ b/documentation/ref-manual/ref-terms.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK ******************* Yocto Project Terms diff --git a/documentation/ref-manual/ref-variables.rst b/documentation/ref-manual/ref-variables.rst index 60a766e79e..b7bb455800 100644 --- a/documentation/ref-manual/ref-variables.rst +++ b/documentation/ref-manual/ref-variables.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK ****************** Variables Glossary diff --git a/documentation/ref-manual/ref-varlocality.rst b/documentation/ref-manual/ref-varlocality.rst index a95504b571..5f7dba8775 100644 --- a/documentation/ref-manual/ref-varlocality.rst +++ b/documentation/ref-manual/ref-varlocality.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK **************** Variable Context diff --git a/documentation/ref-manual/resources.rst b/documentation/ref-manual/resources.rst index 2b82b79102..f90182b9e3 100644 --- a/documentation/ref-manual/resources.rst +++ b/documentation/ref-manual/resources.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK **************************************** Contributions and Additional Information diff --git a/documentation/releases.rst b/documentation/releases.rst index 49c33b3b5d..536c3a6d2c 100644 --- a/documentation/releases.rst +++ b/documentation/releases.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK ========================= Current Release Manuals diff --git a/documentation/sdk-manual/history.rst b/documentation/sdk-manual/history.rst index 76781ba4f3..5562eb7894 100644 --- a/documentation/sdk-manual/history.rst +++ b/documentation/sdk-manual/history.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK *********************** Manual Revision History diff --git a/documentation/sdk-manual/sdk-appendix-customizing-standard.rst b/documentation/sdk-manual/sdk-appendix-customizing-standard.rst index f6f2b6640f..90b634529e 100644 --- a/documentation/sdk-manual/sdk-appendix-customizing-standard.rst +++ b/documentation/sdk-manual/sdk-appendix-customizing-standard.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK **************************** Customizing the Standard SDK diff --git a/documentation/sdk-manual/sdk-appendix-customizing.rst b/documentation/sdk-manual/sdk-appendix-customizing.rst index 7743e3c004..5a33f6385e 100644 --- a/documentation/sdk-manual/sdk-appendix-customizing.rst +++ b/documentation/sdk-manual/sdk-appendix-customizing.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK ****************************** Customizing the Extensible SDK diff --git a/documentation/sdk-manual/sdk-appendix-obtain.rst b/documentation/sdk-manual/sdk-appendix-obtain.rst index 97ab9169ea..a51c22e399 100644 --- a/documentation/sdk-manual/sdk-appendix-obtain.rst +++ b/documentation/sdk-manual/sdk-appendix-obtain.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK ***************** Obtaining the SDK diff --git a/documentation/sdk-manual/sdk-extensible.rst b/documentation/sdk-manual/sdk-extensible.rst index 0f92ac9f0c..5ff75ada26 100644 --- a/documentation/sdk-manual/sdk-extensible.rst +++ b/documentation/sdk-manual/sdk-extensible.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK ************************ Using the Extensible SDK diff --git a/documentation/sdk-manual/sdk-intro.rst b/documentation/sdk-manual/sdk-intro.rst index 82b7bcf3cf..5a346fa6e6 100644 --- a/documentation/sdk-manual/sdk-intro.rst +++ b/documentation/sdk-manual/sdk-intro.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK ************ Introduction diff --git a/documentation/sdk-manual/sdk-manual.rst b/documentation/sdk-manual/sdk-manual.rst index d7776b7c40..177826edf3 100644 --- a/documentation/sdk-manual/sdk-manual.rst +++ b/documentation/sdk-manual/sdk-manual.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK ======================================================================================== Yocto Project Application Development and the Extensible Software Development Kit (eSDK) diff --git a/documentation/sdk-manual/sdk-using.rst b/documentation/sdk-manual/sdk-using.rst index 09a194cab5..4b151e45cb 100644 --- a/documentation/sdk-manual/sdk-using.rst +++ b/documentation/sdk-manual/sdk-using.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK ********************** Using the Standard SDK diff --git a/documentation/sdk-manual/sdk-working-projects.rst b/documentation/sdk-manual/sdk-working-projects.rst index 2c20a1ec57..5c828fd586 100644 --- a/documentation/sdk-manual/sdk-working-projects.rst +++ b/documentation/sdk-manual/sdk-working-projects.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK ******************************** Using the SDK Toolchain Directly diff --git a/documentation/sphinx-static/theme_overrides.css b/documentation/sphinx-static/theme_overrides.css index 55da38a2b8..d235cb826f 100644 --- a/documentation/sphinx-static/theme_overrides.css +++ b/documentation/sphinx-static/theme_overrides.css @@ -1,5 +1,5 @@ /* - SPDX-License-Identifier: CC-BY-2.0-UK + SPDX-License-Identifier: CC-BY-SA-2.0-UK */ body { diff --git a/documentation/toaster-manual/history.rst b/documentation/toaster-manual/history.rst index e4b9a11a73..4312837e7f 100644 --- a/documentation/toaster-manual/history.rst +++ b/documentation/toaster-manual/history.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK *********************** Manual Revision History diff --git a/documentation/toaster-manual/toaster-manual-intro.rst b/documentation/toaster-manual/toaster-manual-intro.rst index 0b7cd41c8f..408c6fa3c4 100644 --- a/documentation/toaster-manual/toaster-manual-intro.rst +++ b/documentation/toaster-manual/toaster-manual-intro.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK ************ Introduction diff --git a/documentation/toaster-manual/toaster-manual-reference.rst b/documentation/toaster-manual/toaster-manual-reference.rst index e95536e052..e5e3531e83 100644 --- a/documentation/toaster-manual/toaster-manual-reference.rst +++ b/documentation/toaster-manual/toaster-manual-reference.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK ********************** Concepts and Reference diff --git a/documentation/toaster-manual/toaster-manual-setup-and-use.rst b/documentation/toaster-manual/toaster-manual-setup-and-use.rst index 01c0dce41f..97c5af6a0c 100644 --- a/documentation/toaster-manual/toaster-manual-setup-and-use.rst +++ b/documentation/toaster-manual/toaster-manual-setup-and-use.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK .. Set default pygment highlighting to 'shell' for this document .. highlight:: shell diff --git a/documentation/toaster-manual/toaster-manual-start.rst b/documentation/toaster-manual/toaster-manual-start.rst index 2d612b8938..267f9f4cdc 100644 --- a/documentation/toaster-manual/toaster-manual-start.rst +++ b/documentation/toaster-manual/toaster-manual-start.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK .. Set default pygments highlighting to shell for this document .. highlight:: shell diff --git a/documentation/toaster-manual/toaster-manual.rst b/documentation/toaster-manual/toaster-manual.rst index f6f59411b6..b003f1ceaa 100644 --- a/documentation/toaster-manual/toaster-manual.rst +++ b/documentation/toaster-manual/toaster-manual.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK =================== Toaster User Manual diff --git a/documentation/transitioning-to-a-custom-environment.rst b/documentation/transitioning-to-a-custom-environment.rst index 160152b096..b87fec6893 100644 --- a/documentation/transitioning-to-a-custom-environment.rst +++ b/documentation/transitioning-to-a-custom-environment.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK ============================================================= Transitioning to a custom environment for systems development diff --git a/documentation/what-i-wish-id-known.rst b/documentation/what-i-wish-id-known.rst index 495ebdc200..593c6fe149 100644 --- a/documentation/what-i-wish-id-known.rst +++ b/documentation/what-i-wish-id-known.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK ========================================= What I wish I'd known about Yocto Project -- cgit v1.2.3-54-g00ecf