capstone-engine / capstone

Capstone disassembly/disassembler framework for ARM, ARM64 (ARMv8), Alpha, BPF, Ethereum VM, HPPA, LoongArch, M68K, M680X, Mips, MOS65XX, PPC, RISC-V(rv32G/rv64G), SH, Sparc, SystemZ, TMS320C64X, TriCore, Webassembly, XCore and X86.
http://www.capstone-engine.org
7.35k stars 1.54k forks source link

SPDX and reuse lint #2132

Open XVilka opened 1 year ago

XVilka commented 1 year ago

To verify the license and copyright of every file and that everything in order in every PR:

Rot127 commented 2 weeks ago

Generated files and LLVM files should not be licensed via a comment in the file, but via the dep5. It is way easier and saves us again some code generation trouble. Also, currently the copyright header is plainly wrong if anyone else then me or @aquynh submits code. Which is luckily provable thanks to git/Github.