On 23/02/2023 14:46, Bertrand Marquis wrote:
diff --git a/xen/arch/arm/include/asm/tee/ffa.h
b/xen/arch/arm/include/asm/tee/ffa.h
new file mode 100644
index 000000000000..94960100718e
--- /dev/null
+++ b/xen/arch/arm/include/asm/tee/ffa.h
@@ -0,0 +1,35 @@
+/* SPDX-License-Identifier: MIT */
Why is this file in MIT license ?
Any chance to set it as BSD-2 or maybe no license at all (most private headers
do not have one) ?
When the header has no license boilerplate, then it will be using the
default Xen license (i.e. GPLv2).
Now that we are starting to use SPDX, I think it would be better if we
add it in every file (even if it is GPLv2.0).
Cheers,
--
Julien Grall