Am 17.01.2018 um 21:06 hat Jack Schwartz geschrieben: > Before I proceed with adding my multiboot test file, I'll clarify here that > I started with a version from the grub2 tree. In that file I expanded a > header file, also from the same tree. Neither file had any license header, > though the tree I got them from (Dated October 2017) contains the GNU GPLv3 > license file.
I see. QEMU as a whole is GPLv2, so this might be a problem. It's probably not as bad as merging GPLv3 code into QEMU proper because it's a standalone test kernel that I suppose could have a different license. But IANAL and maybe it's safer not to go there. Maybe it would be less hassle to just reimplement the tests, based on the MIT licensed tests that are already in tests/multiboot/. Kevin
