From: Anthony PERARD Date: Thu, 3 Nov 2022 11:51:59 +0000 (+0000) Subject: xen: Add licence information to public/errno.h X-Git-Tag: archive/raspbian/4.17.0-1+rpi1^2~33^2~20 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=97abc04e387bb070f9c917269be0ff4e5a813bcf;p=xen.git xen: Add licence information to public/errno.h Fixes: 81f559e97974 ("make error codes a formal part of the ABI") Reported-by: Andrew Cooper Signed-off-by: Anthony PERARD Acked-by: Jan Beulich Acked-by: Andrew Cooper Release-acked-by: Henry Wang --- 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. *