diff options
author | Thomas Huth <thuth@redhat.com> | 2020-06-05 12:02:42 +0200 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2020-06-15 18:26:46 +0200 |
commit | dc0ad02df963245d2d8aa7437afff6b9e2c55207 (patch) | |
tree | 79c5cbd2fd33b28d7ed0e3956102eea339277d19 /tests/qtest/libqos/arm-xilinx-zynq-a9-machine.c | |
parent | 211635b3a2e717a09fc7fdb475c93d9ccab125e7 (diff) | |
download | qemu-dc0ad02df963245d2d8aa7437afff6b9e2c55207.zip |
tests/qtest: Fix LGPL information in the file headers
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>
Diffstat (limited to 'tests/qtest/libqos/arm-xilinx-zynq-a9-machine.c')
-rw-r--r-- | tests/qtest/libqos/arm-xilinx-zynq-a9-machine.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qtest/libqos/arm-xilinx-zynq-a9-machine.c b/tests/qtest/libqos/arm-xilinx-zynq-a9-machine.c index 5bc95f2e73..473acce993 100644 --- a/tests/qtest/libqos/arm-xilinx-zynq-a9-machine.c +++ b/tests/qtest/libqos/arm-xilinx-zynq-a9-machine.c @@ -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 |