qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] linux-user: Add GPL-2.0+ SPDX license identifier


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH] linux-user: Add GPL-2.0+ SPDX license identifier
Date: Wed, 3 Nov 2021 21:35:02 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.2.0

Beh I meant "GPL-2.0-or-later" in the patch subject line.

On 11/3/21 21:31, Philippe Mathieu-Daudé wrote:
> Use Qualcomm License Identifier tool [*] to classify linux-user/
> files per license type, filtering those matching at least 60% the
> "GPLv2 or later" type, and manually add the GPL-2.0-or-later SPDX
> comment.
> 
>   $ license-identifier --output_format easy_read \
>       --threshold 0.6 --input_path linux-user \
>     | egrep '(Name of the input file|Matched license type is|The found 
> license text has the score of)'
>     | fgrep -1 GPL-2.0+
>   Name of the input file: linux-user/cpu_loop-common.h
>   Matched license type is GPL-2.0+
>   The found license text has the score of 0.69
>   --
>   Name of the input file: linux-user/exit.c
>   Matched license type is GPL-2.0+
>   The found license text has the score of 0.685
>   --
>   Name of the input file: linux-user/fd-trans.c
>   Matched license type is GPL-2.0+
>   The found license text has the score of 0.715
>   --
>   Name of the input file: linux-user/fd-trans.h
>   Matched license type is GPL-2.0+
>   The found license text has the score of 0.715
>   --
>   Name of the input file: linux-user/flatload.c
>   Matched license type is GPL-2.0+
>   The found license text has the score of 0.715
>   --
>   ...
> 
> [*] Qualcomm Open Source Technology Group License Identifier tool
>     https://www.codeaurora.org/projects/qualcomm-ostg-lid
>     https://github.com/quic/lid#usage
> 
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
>  linux-user/aarch64/target_elf.h      | 2 ++
>  linux-user/aarch64/target_fcntl.h    | 2 ++
>  linux-user/alpha/target_elf.h        | 2 ++
>  linux-user/alpha/target_fcntl.h      | 2 ++
>  linux-user/arm/target_elf.h          | 2 ++
>  linux-user/arm/target_fcntl.h        | 2 ++
>  linux-user/cpu_loop-common.h         | 2 ++
>  linux-user/cris/target_elf.h         | 2 ++
>  linux-user/cris/target_fcntl.h       | 2 ++
>  linux-user/fd-trans.h                | 2 ++
>  linux-user/hexagon/sockbits.h        | 2 ++
>  linux-user/hexagon/target_cpu.h      | 2 ++
>  linux-user/hexagon/target_elf.h      | 2 ++
>  linux-user/hexagon/target_fcntl.h    | 2 ++
>  linux-user/hexagon/target_signal.h   | 2 ++
>  linux-user/hexagon/target_structs.h  | 2 ++
>  linux-user/hexagon/target_syscall.h  | 2 ++
>  linux-user/hexagon/termbits.h        | 2 ++
>  linux-user/hppa/target_elf.h         | 2 ++
>  linux-user/hppa/target_fcntl.h       | 2 ++
>  linux-user/i386/target_elf.h         | 2 ++
>  linux-user/i386/target_fcntl.h       | 2 ++
>  linux-user/loader.h                  | 2 ++
>  linux-user/m68k/target_elf.h         | 2 ++
>  linux-user/m68k/target_fcntl.h       | 2 ++
>  linux-user/microblaze/target_elf.h   | 2 ++
>  linux-user/microblaze/target_fcntl.h | 2 ++
>  linux-user/mips/target_fcntl.h       | 2 ++
>  linux-user/mips64/target_elf.h       | 2 ++
>  linux-user/nios2/target_elf.h        | 2 ++
>  linux-user/nios2/target_fcntl.h      | 2 ++
>  linux-user/openrisc/target_elf.h     | 2 ++
>  linux-user/openrisc/target_fcntl.h   | 2 ++
>  linux-user/ppc/target_elf.h          | 2 ++
>  linux-user/ppc/target_fcntl.h        | 2 ++
>  linux-user/riscv/target_elf.h        | 2 ++
>  linux-user/riscv/target_fcntl.h      | 2 ++
>  linux-user/s390x/target_cpu.h        | 2 ++
>  linux-user/s390x/target_elf.h        | 2 ++
>  linux-user/s390x/target_fcntl.h      | 2 ++
>  linux-user/safe-syscall.h            | 2 ++
>  linux-user/sh4/target_elf.h          | 2 ++
>  linux-user/sh4/target_fcntl.h        | 2 ++
>  linux-user/signal-common.h           | 2 ++
>  linux-user/sparc/target_elf.h        | 2 ++
>  linux-user/sparc/target_fcntl.h      | 2 ++
>  linux-user/strace.h                  | 2 ++
>  linux-user/user-internals.h          | 2 ++
>  linux-user/user-mmap.h               | 2 ++
>  linux-user/x86_64/target_elf.h       | 2 ++
>  linux-user/x86_64/target_fcntl.h     | 2 ++
>  linux-user/xtensa/target_elf.h       | 2 ++
>  linux-user/xtensa/target_fcntl.h     | 2 ++
>  linux-user/aarch64/cpu_loop.c        | 2 ++
>  linux-user/aarch64/signal.c          | 2 ++
>  linux-user/alpha/cpu_loop.c          | 2 ++
>  linux-user/alpha/signal.c            | 2 ++
>  linux-user/arm/cpu_loop.c            | 2 ++
>  linux-user/arm/signal.c              | 2 ++
>  linux-user/cris/cpu_loop.c           | 2 ++
>  linux-user/cris/signal.c             | 2 ++
>  linux-user/exit.c                    | 2 ++
>  linux-user/fd-trans.c                | 2 ++
>  linux-user/flatload.c                | 2 ++
>  linux-user/hexagon/cpu_loop.c        | 2 ++
>  linux-user/hexagon/signal.c          | 2 ++
>  linux-user/hppa/cpu_loop.c           | 2 ++
>  linux-user/hppa/signal.c             | 2 ++
>  linux-user/i386/cpu_loop.c           | 2 ++
>  linux-user/i386/signal.c             | 2 ++
>  linux-user/m68k/cpu_loop.c           | 2 ++
>  linux-user/m68k/signal.c             | 2 ++
>  linux-user/main.c                    | 2 ++
>  linux-user/microblaze/cpu_loop.c     | 2 ++
>  linux-user/microblaze/signal.c       | 2 ++
>  linux-user/mips/cpu_loop.c           | 2 ++
>  linux-user/mips/signal.c             | 2 ++
>  linux-user/mips64/cpu_loop.c         | 2 ++
>  linux-user/mips64/signal.c           | 2 ++
>  linux-user/mmap.c                    | 2 ++
>  linux-user/nios2/cpu_loop.c          | 2 ++
>  linux-user/nios2/signal.c            | 2 ++
>  linux-user/openrisc/cpu_loop.c       | 2 ++
>  linux-user/openrisc/signal.c         | 2 ++
>  linux-user/ppc/cpu_loop.c            | 2 ++
>  linux-user/ppc/signal.c              | 2 ++
>  linux-user/riscv/cpu_loop.c          | 2 ++
>  linux-user/riscv/signal.c            | 2 ++
>  linux-user/s390x/cpu_loop.c          | 2 ++
>  linux-user/s390x/signal.c            | 2 ++
>  linux-user/sh4/cpu_loop.c            | 2 ++
>  linux-user/sh4/signal.c              | 2 ++
>  linux-user/signal.c                  | 2 ++
>  linux-user/sparc/cpu_loop.c          | 2 ++
>  linux-user/sparc/signal.c            | 2 ++
>  linux-user/syscall.c                 | 2 ++
>  linux-user/uname.c                   | 2 ++
>  linux-user/vm86.c                    | 2 ++
>  linux-user/x86_64/cpu_loop.c         | 2 ++
>  linux-user/x86_64/signal.c           | 2 ++
>  linux-user/xtensa/cpu_loop.c         | 2 ++
>  linux-user/xtensa/signal.c           | 2 ++
>  linux-user/errnos.c.inc              | 2 ++
>  103 files changed, 206 insertions(+)



reply via email to

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