]> git.proxmox.com Git - mirror_qemu.git/commitdiff
tests/qtest: Fix LGPL information in the file headers
authorThomas Huth <thuth@redhat.com>
Fri, 5 Jun 2020 10:02:42 +0000 (12:02 +0200)
committerThomas Huth <thuth@redhat.com>
Mon, 15 Jun 2020 16:26:46 +0000 (18:26 +0200)
It's either "GNU *Library* General Public License version 2" or "GNU
Lesser General Public License version *2.1*", but there was no "version
2.0" of the "Lesser" license. So assume that version 2.1 is meant here.

Message-Id: <20200605100645.6506-1-thuth@redhat.com>
Reviewed-by: Laurent Vivier <lvivier@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
36 files changed:
tests/qtest/e1000e-test.c
tests/qtest/fuzz/qos_fuzz.c
tests/qtest/libqos/aarch64-xlnx-zcu102-machine.c
tests/qtest/libqos/arm-imx25-pdk-machine.c
tests/qtest/libqos/arm-n800-machine.c
tests/qtest/libqos/arm-raspi2-machine.c
tests/qtest/libqos/arm-sabrelite-machine.c
tests/qtest/libqos/arm-smdkc210-machine.c
tests/qtest/libqos/arm-virt-machine.c
tests/qtest/libqos/arm-xilinx-zynq-a9-machine.c
tests/qtest/libqos/e1000e.c
tests/qtest/libqos/e1000e.h
tests/qtest/libqos/ppc64_pseries-machine.c
tests/qtest/libqos/qgraph.c
tests/qtest/libqos/qgraph.h
tests/qtest/libqos/qgraph_internal.h
tests/qtest/libqos/qos_external.c
tests/qtest/libqos/qos_external.h
tests/qtest/libqos/sdhci.c
tests/qtest/libqos/sdhci.h
tests/qtest/libqos/virtio-9p.c
tests/qtest/libqos/virtio-9p.h
tests/qtest/libqos/virtio-balloon.c
tests/qtest/libqos/virtio-balloon.h
tests/qtest/libqos/virtio-blk.c
tests/qtest/libqos/virtio-blk.h
tests/qtest/libqos/virtio-net.c
tests/qtest/libqos/virtio-net.h
tests/qtest/libqos/virtio-rng.c
tests/qtest/libqos/virtio-rng.h
tests/qtest/libqos/virtio-scsi.c
tests/qtest/libqos/virtio-scsi.h
tests/qtest/libqos/virtio-serial.c
tests/qtest/libqos/virtio-serial.h
tests/qtest/libqos/x86_64_pc-machine.c
tests/qtest/qos-test.c

index 1a232a663ab0d4bd0ff2d5f052f9383fb4f19ddc..fc226fdfeb568711c5e8070e00e410cd27523a95 100644 (file)
@@ -12,7 +12,7 @@
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
+ * version 2.1 of the License, or (at your option) any later version.
  *
  * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
index 87eadb0889d00481b732b283ba29808be611c944..0c68f5361faf3cd6c226ba564d81527c6d4b0e9b 100644 (file)
@@ -5,7 +5,7 @@
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
- * License version 2 as published by the Free Software Foundation.
+ * License version 2.1 as published by the Free Software Foundation.
  *
  * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
index 1d5de5af0010f58775c271e0f016ef4d312d90db..8f827aeb52539533fb8e2348065014ff553037b0 100644 (file)
@@ -5,7 +5,7 @@
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
- * License version 2 as published by the Free Software Foundation.
+ * License version 2.1 as published by the Free Software Foundation.
  *
  * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
index 25066fb8a9634b748900f9f2249c87cfa065480e..0da3f19c0e2ef085c1fe3d3cb72ecbc0ffa778fb 100644 (file)
@@ -7,7 +7,7 @@
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
- * License version 2 as published by the Free Software Foundation.
+ * License version 2.1 as published by the Free Software Foundation.
  *
  * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
index 87279bdb26a1c54d15887b9b00c82a7d9ed02894..35f82070fa5f5f5269f5d3356b8a97ac2acefba1 100644 (file)
@@ -7,7 +7,7 @@
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
- * License version 2 as published by the Free Software Foundation.
+ * License version 2.1 as published by the Free Software Foundation.
  *
  * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
index 12a7cb7e4ba7ec6e65a6fe9b39126e3e21e5c1b6..8480d80669cfd7d04456b3eae8e3c398d1df5df6 100644 (file)
@@ -5,7 +5,7 @@
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
- * License version 2 as published by the Free Software Foundation.
+ * License version 2.1 as published by the Free Software Foundation.
  *
  * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
index e6df43795a7cd0aadb0f64b5a120c71fb2c3b9da..f6e403b5380e5f3051091426efbd56699221f240 100644 (file)
@@ -5,7 +5,7 @@
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
- * License version 2 as published by the Free Software Foundation.
+ * License version 2.1 as published by the Free Software Foundation.
  *
  * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
index 215b628a7dab8422614132ae4fd1f0c867a808cd..eebac7feeb9b5cf1b0f7dd2cb1c1cf123ce40612 100644 (file)
@@ -5,7 +5,7 @@
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
- * License version 2 as published by the Free Software Foundation.
+ * License version 2.1 as published by the Free Software Foundation.
  *
  * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
index 96ffe3ee5c42471571f7acd003c55753a48296d9..9316598f9e5b4c46d1270ea85e50ca4294d0f157 100644 (file)
@@ -5,7 +5,7 @@
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
- * License version 2 as published by the Free Software Foundation.
+ * License version 2.1 as published by the Free Software Foundation.
  *
  * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
index 5bc95f2e73a98e8f069f928dd0fc87b0d014e691..473acce99343e5c9d04b352507f556fde2014984 100644 (file)
@@ -5,7 +5,7 @@
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
- * License version 2 as published by the Free Software Foundation.
+ * License version 2.1 as published by the Free Software Foundation.
  *
  * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
index 560e7a2bb2585f29c1d6ab805173c2835d57ec68..e2927ed2da12efde99745b92d9af54f142f90be5 100644 (file)
@@ -5,7 +5,7 @@
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
- * License version 2 as published by the Free Software Foundation.
+ * License version 2.1 as published by the Free Software Foundation.
  *
  * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
index dc4ab10f584ada22df359b8e7f45855160d0f8d2..35183b28757eea00f563e42e84ac826c4bf05848 100644 (file)
@@ -5,7 +5,7 @@
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
- * License version 2 as published by the Free Software Foundation.
+ * License version 2.1 as published by the Free Software Foundation.
  *
  * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
index 867f27a3c81279ac593372a7abece2cea18b7120..5d7bd88f2f8cc9eaf5513675af2b5a79b96a8c86 100644 (file)
@@ -5,7 +5,7 @@
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
- * License version 2 as published by the Free Software Foundation.
+ * License version 2.1 as published by the Free Software Foundation.
  *
  * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
index ca01de07437b50202605dcd5d61d17f5d88437e8..eb0af8ab4ae9f3fff3dd3d39ff6d5ef095bd10be 100644 (file)
@@ -5,7 +5,7 @@
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
- * License version 2 as published by the Free Software Foundation.
+ * License version 2.1 as published by the Free Software Foundation.
  *
  * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
index 3a25dda4b26c82297a0195601b61229a5b3f7e29..db1244eb59f3115a921314746fd4c56005c56c1f 100644 (file)
@@ -5,7 +5,7 @@
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
- * License version 2 as published by the Free Software Foundation.
+ * License version 2.1 as published by the Free Software Foundation.
  *
  * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
index f4734c8681f316cccb63c2019e495d80c397ad51..aa3123f0f2bdaee9e63a0ccf0372c9d271de9713 100644 (file)
@@ -5,7 +5,7 @@
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
- * License version 2 as published by the Free Software Foundation.
+ * License version 2.1 as published by the Free Software Foundation.
  *
  * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
index 9f5180e18d2c699cab324e531b66a378790b6f32..0dfc05cfb638e1dfdfba9bf2849eae17390b1858 100644 (file)
@@ -5,7 +5,7 @@
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
- * License version 2 as published by the Free Software Foundation.
+ * License version 2.1 as published by the Free Software Foundation.
  *
  * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
index 72d7f91707e9176383a75c0fc70ee14c58c14a21..56a2f37fde9e8237ed4237a240c98733d8b59465 100644 (file)
@@ -5,7 +5,7 @@
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
- * License version 2 as published by the Free Software Foundation.
+ * License version 2.1 as published by the Free Software Foundation.
  *
  * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
index 309794bc52036e83ee56eecb0c8b979ac918e7b2..fbf2e36aecbceae8bf665dd770153df014a54726 100644 (file)
@@ -5,7 +5,7 @@
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
- * License version 2 as published by the Free Software Foundation.
+ * License version 2.1 as published by the Free Software Foundation.
  *
  * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
index a88b45ae9de079362848976a2d21d16e07198cc6..1acd3096e2fee209c5a471257af8859b58ded157 100644 (file)
@@ -5,7 +5,7 @@
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
- * License version 2 as published by the Free Software Foundation.
+ * License version 2.1 as published by the Free Software Foundation.
  *
  * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
index 77dbfb62ad6acc3860f09c9d3c6094735cf89caf..c87b56132a3814a1c0b65a1d6922bf884d99d160 100644 (file)
@@ -5,7 +5,7 @@
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
- * License version 2 as published by the Free Software Foundation.
+ * License version 2.1 as published by the Free Software Foundation.
  *
  * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
index b54e89b3a1d94b314109eae9eaa4fea0458a9d55..be9621a5e3c1f42c5b12142c6c64917efdaf4e12 100644 (file)
@@ -5,7 +5,7 @@
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
- * License version 2 as published by the Free Software Foundation.
+ * License version 2.1 as published by the Free Software Foundation.
  *
  * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
index 42a4c5831eada619f3c010288ed757be56a48ae0..9745f4a83cc548f2ef7068a361fbcec31c3721ef 100644 (file)
@@ -5,7 +5,7 @@
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
- * License version 2 as published by the Free Software Foundation.
+ * License version 2.1 as published by the Free Software Foundation.
  *
  * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
index 52661cc87dbaca6776085a5933f2425c1e432c60..5b919303a6cb4a68634546de95ff29024877b338 100644 (file)
@@ -5,7 +5,7 @@
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
- * License version 2 as published by the Free Software Foundation.
+ * License version 2.1 as published by the Free Software Foundation.
  *
  * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
index 726e93c5c1e7ae226f593827a31fb0a4d6c07b53..5fc69401be218d7f94b34a32e5d4caeddfb110b2 100644 (file)
@@ -5,7 +5,7 @@
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
- * License version 2 as published by the Free Software Foundation.
+ * License version 2.1 as published by the Free Software Foundation.
  *
  * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
index c05adc659d7a7aed994f770f27acb58b3311e7ea..5170f13cfecf23587f0d3a4282d5739dfb2e9cd7 100644 (file)
@@ -5,7 +5,7 @@
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
- * License version 2 as published by the Free Software Foundation.
+ * License version 2.1 as published by the Free Software Foundation.
  *
  * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
index 710d440c3d482344e2ca9290ba6132e3cd6e6743..a9e253afe4903a688367d8346ed87c1ea8aa12d3 100644 (file)
@@ -5,7 +5,7 @@
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
- * License version 2 as published by the Free Software Foundation.
+ * License version 2.1 as published by the Free Software Foundation.
  *
  * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
index 855c67d00f83f9e8f89ce26af71e8d18c81e2748..b8cbec04af6fbaca97909f9a085e7ba65d4f3be6 100644 (file)
@@ -5,7 +5,7 @@
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
- * License version 2 as published by the Free Software Foundation.
+ * License version 2.1 as published by the Free Software Foundation.
  *
  * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
index b86349e2fd1b7b0898134af9cf5998e574a95967..46f8d95b1febb4581ecccaafcc3137c6a3f0265b 100644 (file)
@@ -5,7 +5,7 @@
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
- * License version 2 as published by the Free Software Foundation.
+ * License version 2.1 as published by the Free Software Foundation.
  *
  * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
index 9e192f11f727c0c424168cfe4d3e9d9608dc2ab3..9342372efa9df6aacda37dc5abd3d297ad349a70 100644 (file)
@@ -5,7 +5,7 @@
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
- * License version 2 as published by the Free Software Foundation.
+ * License version 2.1 as published by the Free Software Foundation.
  *
  * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
index de739bec5f39736fa5a0426501a9fa91a02af602..c8c35984282568e0756a6e0b59f8b5ebebca834a 100644 (file)
@@ -5,7 +5,7 @@
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
- * License version 2 as published by the Free Software Foundation.
+ * License version 2.1 as published by the Free Software Foundation.
  *
  * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
index 4ca19a6a7ac4efa31a397047c26dcd5157b21c8d..9e3774d99a84de446bf0660e778fff578ab9efe5 100644 (file)
@@ -5,7 +5,7 @@
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
- * License version 2 as published by the Free Software Foundation.
+ * License version 2.1 as published by the Free Software Foundation.
  *
  * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
index 3e5b8b82c743235c92f1798e0ed56cddf882546c..b95654085d2b8344640059df7e158ecf5be6835d 100644 (file)
@@ -5,7 +5,7 @@
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
- * License version 2 as published by the Free Software Foundation.
+ * License version 2.1 as published by the Free Software Foundation.
  *
  * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
index 080fa8428d9fd163a2a7cb18e0b007bbc414dd6c..3328c6cf191a8b4eeec7ba690680ea613c5a5f0e 100644 (file)
@@ -5,7 +5,7 @@
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
- * License version 2 as published by the Free Software Foundation.
+ * License version 2.1 as published by the Free Software Foundation.
  *
  * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
index 6dfa705217e6085d31d034bc7fcedab1345def42..0edb1c91446da2a38c61e28242cdb6d6302e4873 100644 (file)
@@ -5,7 +5,7 @@
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
- * License version 2 as published by the Free Software Foundation.
+ * License version 2.1 as published by the Free Software Foundation.
  *
  * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
index 3062a13557aeab42113fe0ff6b0072d939fa7b3d..8fdf87b1839bd4382d9dcdf8de03b5834dfb214e 100644 (file)
@@ -5,7 +5,7 @@
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
- * License version 2 as published by the Free Software Foundation.
+ * License version 2.1 as published by the Free Software Foundation.
  *
  * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of