[XEN PATCH for-4.17 v2 1/6] xen: Add licence information to public/errno.h

Anthony PERARD posted 6 patches 3 years, 3 months ago
[XEN PATCH for-4.17 v2 1/6] xen: Add licence information to public/errno.h
Posted by Anthony PERARD 3 years, 3 months ago
Fixes: 81f559e97974 ("make error codes a formal part of the ABI")
Reported-by: Andrew Cooper <Andrew.Cooper3@citrix.com>
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
---
 xen/include/public/errno.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/xen/include/public/errno.h b/xen/include/public/errno.h
index 5c53af6af9..6bdc8c5079 100644
--- a/xen/include/public/errno.h
+++ b/xen/include/public/errno.h
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: MIT */
+
 /*
  * There are two expected ways of including this header.
  *
-- 
Anthony PERARD
Re: [XEN PATCH for-4.17 v2 1/6] xen: Add licence information to public/errno.h
Posted by Jan Beulich 3 years, 2 months ago
On 03.11.2022 12:51, Anthony PERARD wrote:
> Fixes: 81f559e97974 ("make error codes a formal part of the ABI")
> Reported-by: Andrew Cooper <Andrew.Cooper3@citrix.com>
> Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>

Acked-by: Jan Beulich <jbeulich@suse.com>