s390x: Fix the confusing contributions-after-2012 license statements
commit44699e1c94bad41bbeb0c96f9ed344eb8e325413
authorThomas Huth <thuth@redhat.com>
Wed, 6 Feb 2019 12:41:33 +0000 (6 13:41 +0100)
committerCornelia Huck <cohuck@redhat.com>
Mon, 18 Feb 2019 10:25:43 +0000 (18 11:25 +0100)
tree439a3cd62e7332b01aa13bfeb40efeb39c82deb0
parent1e36232994c8ad01774501d2e299deba3a2469af
s390x: Fix the confusing contributions-after-2012 license statements

The license information in these files is rather confusing. The text
declares LGPL first, but then says that contributions after 2012 are
licensed under the GPL instead. How should the average user who just
downloaded the release tarball know which part is now GPL and which
is LGPL?

Looking at the text of the LGPL (see COPYING.LIB in the top directory),
the license clearly states how this should be done instead:

"3. You may opt to apply the terms of the ordinary GNU General Public
 License instead of this License to a given copy of the Library. To do
 this, you must alter all the notices that refer to this License, so
 that they refer to the ordinary GNU General Public License, version 2,
 instead of to this License."

Thus let's clean up the confusing statements and use the proper GPL
text only.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <1549456893-16589-1-git-send-email-thuth@redhat.com>
Acked-by: Laurent Vivier <laurent@vivier.eu>
Acked-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
linux-user/s390x/target_cpu.h
target/s390x/cpu.c
target/s390x/cpu.h
target/s390x/kvm.c