From fe74a4edd2db299557c9c0ffb1a804da444c47bd 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: 8d30c3d792755a7bfdb74b331dad98f51d3516af) 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/test-manual/history.rst | 2 +- documentation/test-manual/test-manual-intro.rst | 2 +- documentation/test-manual/test-manual-test-process.rst | 2 +- documentation/test-manual/test-manual-understand-autobuilder.rst | 2 +- documentation/test-manual/test-manual.rst | 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 +- 81 files changed, 81 insertions(+), 81 deletions(-) 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 b52006adf9..d7cd8ef7f0 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 8b149a6ef5..1ba312422c 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 821316915d..2891a98621 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 3ffb7eacb8..761b506aca 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 0273d28b90..6fc700a013 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 5cdab7ca4a..9073582acb 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 3ffb7eacb8..761b506aca 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 e962d92978..dc0a2ae797 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 b007e34826..756df2a60f 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 56218e4ebb..54f38f6d3e 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 35baf9b818..316e8aabf3 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 af027c97f8..8c10f6d2ee 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/test-manual/history.rst b/documentation/test-manual/history.rst index 76d43091a5..89d4aad21c 100644 --- a/documentation/test-manual/history.rst +++ b/documentation/test-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/test-manual/test-manual-intro.rst b/documentation/test-manual/test-manual-intro.rst index 53ad650b35..25b79f7a04 100644 --- a/documentation/test-manual/test-manual-intro.rst +++ b/documentation/test-manual/test-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 Test Environment Manual diff --git a/documentation/test-manual/test-manual-test-process.rst b/documentation/test-manual/test-manual-test-process.rst index 96e71bf314..b0817b091b 100644 --- a/documentation/test-manual/test-manual-test-process.rst +++ b/documentation/test-manual/test-manual-test-process.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK *********************************** Project Testing and Release Process diff --git a/documentation/test-manual/test-manual-understand-autobuilder.rst b/documentation/test-manual/test-manual-understand-autobuilder.rst index 2fcae5000e..de267776ca 100644 --- a/documentation/test-manual/test-manual-understand-autobuilder.rst +++ b/documentation/test-manual/test-manual-understand-autobuilder.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: CC-BY-2.0-UK +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK ******************************************* Understanding the Yocto Project Autobuilder diff --git a/documentation/test-manual/test-manual.rst b/documentation/test-manual/test-manual.rst index bd5b1b0968..2891f06d81 100644 --- a/documentation/test-manual/test-manual.rst +++ b/documentation/test-manual/test-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 Test Environment Manual diff --git a/documentation/toaster-manual/history.rst b/documentation/toaster-manual/history.rst index 027b343d00..05b63e5b9a 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