On 23/10/2020 14.44, 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. > > This patch contains all the files, whose maintainer I could not get > from ‘get_maintainer.pl’ script. > > Signed-off-by: Chetan Pant <chetan4wind...@gmail.com> > --- > block/crypto.c | 2 +- > block/crypto.h | 2 +- > disas/lm32.c | 2 +- > exec-vary.c | 2 +- > exec.c | 2 +- > hw/acpi/core.c | 2 +- > hw/acpi/hmat.c | 2 +- > hw/acpi/hmat.h | 2 +- > hw/acpi/ich9.c | 2 +- > hw/acpi/pcihp.c | 2 +- > hw/acpi/piix4.c | 2 +- > hw/audio/milkymist-ac97.c | 2 +- > hw/char/lm32_juart.c | 2 +- > hw/char/lm32_uart.c | 2 +- > hw/char/milkymist-uart.c | 2 +- > hw/core/bus.c | 2 +- > hw/core/platform-bus.c | 2 +- > hw/core/qdev.c | 2 +- > hw/core/sysbus.c | 2 +- > hw/display/bcm2835_fb.c | 2 +- > hw/display/milkymist-tmu2.c | 2 +- > hw/display/milkymist-vgafb.c | 2 +- > hw/display/milkymist-vgafb_template.h | 2 +- > hw/gpio/mpc8xxx.c | 2 +- > hw/i2c/pm_smbus.c | 2 +- > hw/ide/ahci.c | 2 +- > hw/ide/ahci_internal.h | 2 +- > hw/ide/ich.c | 2 +- > hw/ide/qdev.c | 2 +- > hw/input/milkymist-softusb.c | 2 +- > hw/intc/apic.c | 2 +- > hw/intc/apic_common.c | 2 +- > hw/intc/ioapic.c | 2 +- > hw/intc/ioapic_common.c | 2 +- > hw/intc/lm32_pic.c | 2 +- > hw/isa/apm.c | 2 +- > hw/isa/isa-bus.c | 2 +- > hw/lm32/lm32_boards.c | 2 +- > hw/lm32/lm32_hwsetup.h | 2 +- > hw/lm32/milkymist.c | 2 +- > hw/mem/nvdimm.c | 2 +- > hw/mem/pc-dimm.c | 2 +- > hw/misc/applesmc.c | 2 +- > hw/misc/milkymist-hpdmc.c | 2 +- > hw/misc/milkymist-pfpu.c | 2 +- > hw/net/e1000.c | 2 +- > hw/net/milkymist-minimac2.c | 2 +- > hw/pci-bridge/i82801b11.c | 2 +- > hw/pci-host/designware.c | 2 +- > hw/ppc/spapr_iommu.c | 2 +- > hw/ppc/spapr_vio.c | 2 +- > hw/scsi/megasas.c | 2 +- > hw/scsi/mptconfig.c | 2 +- > hw/scsi/mptendian.c | 2 +- > hw/scsi/mptsas.c | 2 +- > hw/sd/milkymist-memcard.c | 2 +- > hw/timer/hpet.c | 2 +- > hw/timer/lm32_timer.c | 2 +- > hw/timer/milkymist-sysctl.c | 2 +- > hw/xen/xen_pvdev.c | 2 +- > include/exec/ioport.h | 2 +- > include/exec/memory_ldst.h.inc | 2 +- > include/exec/memory_ldst_cached.h.inc | 2 +- > include/exec/memory_ldst_phys.h.inc | 2 +- > include/exec/tb-context.h | 2 +- > include/exec/user/thunk.h | 2 +- > include/hw/acpi/acpi.h | 2 +- > include/hw/acpi/ich9.h | 2 +- > include/hw/acpi/pcihp.h | 2 +- > include/hw/display/milkymist_tmu2.h | 2 +- > include/hw/i386/apic_internal.h | 2 +- > include/hw/i386/ioapic.h | 2 +- > include/hw/i386/ioapic_internal.h | 2 +- > include/hw/ide/ahci.h | 2 +- > include/hw/loader-fit.h | 2 +- > include/hw/pci-host/designware.h | 2 +- > include/hw/pci-host/spapr.h | 2 +- > include/hw/platform-bus.h | 2 +- > include/hw/ppc/spapr_vio.h | 2 +- > include/qemu/base64.h | 2 +- > include/qemu/buffer.h | 2 +- > include/qemu/filemonitor.h | 2 +- > memory_ldst.c.inc | 2 +- > qdev-monitor.c | 2 +-
exec.c and qdev-monitor.c have recently been moved around, but that can be easily fixed when picking up the patch. Reviewed-by: Thomas Huth <th...@redhat.com>