On 10/19/20 12:39 PM, Thomas Huth wrote: > On 16/10/2020 16.53, Chetan Pant wrote: >> There is no "version 2" of the "Lesser" General Public License. >> It is either "GPL version 2.0" or "Lesser GPL version 2.1". >> This patch replaces all occurrences of "Lesser GPL version 2" with >> "Lesser GPL version 2.1" in comment section. >> >> Signed-off-by: Chetan Pant <chetan4wind...@gmail.com>
Reviewed-by: Cédric Le Goater <c...@kaod.org> C. >> --- >> hw/intc/xics_pnv.c | 2 +- >> hw/ppc/pnv.c | 2 +- >> hw/ppc/pnv_core.c | 2 +- >> hw/ppc/pnv_lpc.c | 2 +- >> hw/ppc/pnv_psi.c | 2 +- >> hw/ppc/pnv_xscom.c | 2 +- >> include/hw/ppc/pnv.h | 2 +- >> include/hw/ppc/pnv_core.h | 2 +- >> include/hw/ppc/pnv_homer.h | 2 +- >> include/hw/ppc/pnv_lpc.h | 2 +- >> include/hw/ppc/pnv_occ.h | 2 +- >> include/hw/ppc/pnv_psi.h | 2 +- >> include/hw/ppc/pnv_xscom.h | 2 +- >> 13 files changed, 13 insertions(+), 13 deletions(-) >> >> diff --git a/hw/intc/xics_pnv.c b/hw/intc/xics_pnv.c >> index 35f3811..753c067 100644 >> --- a/hw/intc/xics_pnv.c >> +++ b/hw/intc/xics_pnv.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 >> - * as published by the Free Software Foundation; either version 2 of >> + * as published by the Free Software Foundation; either version 2.1 of >> * the License, or (at your option) any later version. > [...] > > Reviewed-by: Thomas Huth <th...@redhat.com> >