The COPYRIGHT file claims that the kvm-unit-tests is licensed under the LGPL. But effectively, the license for the whole package should be GPL nowadays instead, since some GPL code crept in over the years. So let's update the COPYRIGHT text accordingly and add some more license information to the files that are still missing an explicit license statement. Thomas Huth (3): Add LGPL information to some ARM and PPC specific library files COPYRIGHT: Make it clear that kvm-unit-tests is GPL2 nowadays Add a copyright/license header for the ARM spinlock test COPYRIGHT | 10 ++++++++-- arm/spinlock-test.c | 12 ++++++++++++ lib/arm/spinlock.c | 6 ++++++ lib/powerpc/processor.c | 3 +++ lib/ppc64/spinlock.c | 7 +++++++ 5 files changed, 36 insertions(+), 2 deletions(-) -- 1.8.3.1