[PATCH for-4.18] docs/misra: Add missing SPDX tags

Andrew Cooper posted 1 patch 5 months, 4 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20231108141847.47697-1-andrew.cooper3@citrix.com
docs/misra/C-language-toolchain.rst | 2 ++
docs/misra/C-runtime-failures.rst   | 2 ++
2 files changed, 4 insertions(+)
[PATCH for-4.18] docs/misra: Add missing SPDX tags
Posted by Andrew Cooper 5 months, 4 weeks ago
Two files are missing SDPX tags, but are covered by the blanketing license
statement in docs/README.sources saying that RST files are CC-BY-4.0

Fixes: 3c911be55f1c ("docs/misra: document the C dialect and translation toolchain assumptions.")
Fixes: 7211904e09bd ("docs/misra: add documentation skeleton for MISRA C:2012 Dir 4.1")
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
---
CC: Federico Serafini <federico.serafini@bugseng.com>
CC: Luca Fancellu <luca.fancellu@arm.com>
CC: Michal Orzel <michal.orzel@amd.com>
CC: Nicola Vetrini <nicola.vetrini@bugseng.com>
CC: Roberto Bagnara <roberto.bagnara@bugseng.com>
CC: Stefano Stabellini <sstabellini@kernel.org>
CC: Henry Wang <Henry.Wang@arm.com>

CC Henry as this does ideally want backporting to 4.18

To everyone else, please remember SPDX tags on new files.
---
 docs/misra/C-language-toolchain.rst | 2 ++
 docs/misra/C-runtime-failures.rst   | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/docs/misra/C-language-toolchain.rst b/docs/misra/C-language-toolchain.rst
index 4c4942a11321..2866cb191b1a 100644
--- a/docs/misra/C-language-toolchain.rst
+++ b/docs/misra/C-language-toolchain.rst
@@ -1,3 +1,5 @@
+.. SPDX-License-Identifier: CC-BY-4.0
+
 =============================================
 C Dialect and Translation Assumptions for Xen
 =============================================
diff --git a/docs/misra/C-runtime-failures.rst b/docs/misra/C-runtime-failures.rst
index 77e04a2562b8..1052b2afca13 100644
--- a/docs/misra/C-runtime-failures.rst
+++ b/docs/misra/C-runtime-failures.rst
@@ -1,3 +1,5 @@
+.. SPDX-License-Identifier: CC-BY-4.0
+
 ===================================================================
 Measures taken towards the minimization of Run-time failures in Xen
 ===================================================================

base-commit: bede1c7e3b790b63f1ff3ea3ee4e476b012fdf2c
-- 
2.30.2
Re: [PATCH for-4.18] docs/misra: Add missing SPDX tags
Posted by Stefano Stabellini 5 months, 3 weeks ago
On Wed, 8 Nov 2023, Andrew Cooper wrote:
> Two files are missing SDPX tags, but are covered by the blanketing license
> statement in docs/README.sources saying that RST files are CC-BY-4.0
> 
> Fixes: 3c911be55f1c ("docs/misra: document the C dialect and translation toolchain assumptions.")
> Fixes: 7211904e09bd ("docs/misra: add documentation skeleton for MISRA C:2012 Dir 4.1")
> Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>

Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
Re: [PATCH for-4.18] docs/misra: Add missing SPDX tags
Posted by Jan Beulich 5 months, 3 weeks ago
On 08.11.2023 15:18, Andrew Cooper wrote:
> Two files are missing SDPX tags, but are covered by the blanketing license
> statement in docs/README.sources saying that RST files are CC-BY-4.0
> 
> Fixes: 3c911be55f1c ("docs/misra: document the C dialect and translation toolchain assumptions.")
> Fixes: 7211904e09bd ("docs/misra: add documentation skeleton for MISRA C:2012 Dir 4.1")
> Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>

Acked-by: Jan Beulich <jbeulich@suse.com>
Re: [PATCH for-4.18] docs/misra: Add missing SPDX tags
Posted by Henry Wang 5 months, 4 weeks ago
Hi Andrew,

> On Nov 8, 2023, at 22:18, Andrew Cooper <andrew.cooper3@citrix.com> wrote:
> 
> Two files are missing SDPX tags, but are covered by the blanketing license
> statement in docs/README.sources saying that RST files are CC-BY-4.0
> 
> Fixes: 3c911be55f1c ("docs/misra: document the C dialect and translation toolchain assumptions.")
> Fixes: 7211904e09bd ("docs/misra: add documentation skeleton for MISRA C:2012 Dir 4.1")
> Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
> ---
> CC: Federico Serafini <federico.serafini@bugseng.com>
> CC: Luca Fancellu <luca.fancellu@arm.com>
> CC: Michal Orzel <michal.orzel@amd.com>
> CC: Nicola Vetrini <nicola.vetrini@bugseng.com>
> CC: Roberto Bagnara <roberto.bagnara@bugseng.com>
> CC: Stefano Stabellini <sstabellini@kernel.org>
> CC: Henry Wang <Henry.Wang@arm.com>
> 
> CC Henry as this does ideally want backporting to 4.18

Release-acked-by: Henry Wang <Henry.Wang@arm.com>

Kind regards,
Henry