qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] linux-user: Add license in files generated by scripts/gensys


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH] linux-user: Add license in files generated by scripts/gensyscalls.sh
Date: Wed, 15 Dec 2021 11:35:17 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.3.0

ping?

On 11/17/21 18:48, Philippe Mathieu-Daudé wrote:
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
>  scripts/gensyscalls.sh | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/scripts/gensyscalls.sh b/scripts/gensyscalls.sh
> index 8fb450e3c96..aee5cc64a15 100755
> --- a/scripts/gensyscalls.sh
> +++ b/scripts/gensyscalls.sh
> @@ -75,7 +75,8 @@ generate_syscall_nr()
>      file="$3"
>      guard="$(upper LINUX_USER_$(qemu_arch $arch)_$(basename "$file"))"
>  
> -    (echo "/*"
> +    (echo "/* SPDX-License-Identifier: GPL-2.0-or-later */"
> +    echo "/*"
>      echo " * This file contains the system call numbers."
>      echo " * Do not modify."
>      echo " * This file is generated by scripts/gensyscalls.sh"
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]