qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio

target/openrisc: Fix LGPL version number

It's either "GNU *Library* General Public version 2" or "GNU Lesser
General Public version *2.1*", but there was no "version 2.0" of the
"Lesser" library. So assume that version 2.1 is meant here.

Cc: Stafford Horne <shorne@gmail.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Acked-by: Stafford Horne <shorne@gmail.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <1548252536-6242-3-git-send-email-thuth@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>

authored by

Thomas Huth and committed by
Laurent Vivier
779fc6ad f0d44cc4

+7 -7
+1 -1
target/openrisc/cpu.c
··· 6 6 * This library is free software; you can redistribute it and/or 7 7 * modify it under the terms of the GNU Lesser General Public 8 8 * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 9 + * version 2.1 of the License, or (at your option) any later version. 10 10 * 11 11 * This library is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
+1 -1
target/openrisc/exception.h
··· 6 6 * This library is free software; you can redistribute it and/or 7 7 * modify it under the terms of the GNU Lesser General Public 8 8 * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 9 + * version 2.1 of the License, or (at your option) any later version. 10 10 * 11 11 * This library is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
+1 -1
target/openrisc/gdbstub.c
··· 7 7 * This library is free software; you can redistribute it and/or 8 8 * modify it under the terms of the GNU Lesser General Public 9 9 * License as published by the Free Software Foundation; either 10 - * version 2 of the License, or (at your option) any later version. 10 + * version 2.1 of the License, or (at your option) any later version. 11 11 * 12 12 * This library is distributed in the hope that it will be useful, 13 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
+1 -1
target/openrisc/helper.h
··· 6 6 * This library is free software; you can redistribute it and/or 7 7 * modify it under the terms of the GNU Lesser General Public 8 8 * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 9 + * version 2.1 of the License, or (at your option) any later version. 10 10 * 11 11 * This library is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
+1 -1
target/openrisc/interrupt_helper.c
··· 7 7 * This library is free software; you can redistribute it and/or 8 8 * modify it under the terms of the GNU Lesser General Public 9 9 * License as published by the Free Software Foundation; either 10 - * version 2 of the License, or (at your option) any later version. 10 + * version 2.1 of the License, or (at your option) any later version. 11 11 * 12 12 * This library is distributed in the hope that it will be useful, 13 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
+1 -1
target/openrisc/sys_helper.c
··· 7 7 * This library is free software; you can redistribute it and/or 8 8 * modify it under the terms of the GNU Lesser General Public 9 9 * License as published by the Free Software Foundation; either 10 - * version 2 of the License, or (at your option) any later version. 10 + * version 2.1 of the License, or (at your option) any later version. 11 11 * 12 12 * This library is distributed in the hope that it will be useful, 13 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
+1 -1
target/openrisc/translate.c
··· 7 7 * This library is free software; you can redistribute it and/or 8 8 * modify it under the terms of the GNU Lesser General Public 9 9 * License as published by the Free Software Foundation; either 10 - * version 2 of the License, or (at your option) any later version. 10 + * version 2.1 of the License, or (at your option) any later version. 11 11 * 12 12 * This library is distributed in the hope that it will be useful, 13 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of