qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Andreas Färber" <afaerber@suse.de>
To: qemu-devel@nongnu.org
Cc: Paolo Bonzini <pbonzini@redhat.com>
Subject: Re: [Qemu-devel] [PATCH v2] prepare for future GPLv2+ relicensing
Date: Fri, 23 Dec 2011 17:32:56 +0100	[thread overview]
Message-ID: <4EF4AD38.7090501@suse.de> (raw)
In-Reply-To: <1324653541-7079-1-git-send-email-pbonzini@redhat.com>

Am 23.12.2011 16:19, schrieb Paolo Bonzini:
> All files under GPLv2 will get GPLv2+ changes starting next Christmas.

> Files that were only ever touched by Red Hat employees can be relicensed
> now.

Quoting from IRC: "it's just event_notifier.c and exec-obsolete.h"

Would be nice if the committer could add that, e.g.:

Files that were only ever touched by Red Hat employees can be relicensed
now: event_notifier.[ch] and exec-obsolete.h

Otherwise

Reviewed-by: Andreas Färber <afaerber@suse.de>

Andreas

> 
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
>  aio.c                      |    2 ++
>  block-migration.c          |    2 ++
>  block/raw-posix-aio.h      |    2 ++
>  block/rbd.c                |    2 ++
>  block/sheepdog.c           |    3 +++
>  buffered_file.c            |    2 ++
>  compatfd.c                 |    2 ++
>  event_notifier.c           |    4 ++--
>  event_notifier.h           |   12 ++++++++++++
>  exec-obsolete.h            |    4 ++--
>  hmp.c                      |    2 ++
>  hw/ac97.c                  |    3 +++
>  hw/acpi.c                  |    3 +++
>  hw/acpi_piix4.c            |    3 +++
>  hw/ads7846.c               |    3 +++
>  hw/apm.c                   |    3 +++
>  hw/bitbang_i2c.c           |    3 +++
>  hw/bonito.c                |    3 +++
>  hw/collie.c                |    3 +++
>  hw/ds1338.c                |    3 +++
>  hw/ecc.c                   |    3 +++
>  hw/framebuffer.c           |    3 +++
>  hw/gumstix.c               |    3 +++
>  hw/ivshmem.c               |    3 +++
>  hw/kvmclock.c              |    2 ++
>  hw/lan9118.c               |    3 +++
>  hw/mainstone.c             |    3 +++
>  hw/marvell_88w8618_audio.c |    3 +++
>  hw/max111x.c               |    3 +++
>  hw/mips_fulong2e.c         |    3 +++
>  hw/msix.c                  |    3 +++
>  hw/mst_fpga.c              |    3 +++
>  hw/musicpal.c              |    3 +++
>  hw/nand.c                  |    3 +++
>  hw/pl031.c                 |    2 ++
>  hw/pxa2xx_keypad.c         |    3 +++
>  hw/pxa2xx_lcd.c            |    3 +++
>  hw/pxa2xx_mmci.c           |    3 +++
>  hw/pxa2xx_pcmcia.c         |    3 +++
>  hw/smbios.c                |    2 ++
>  hw/spitz.c                 |    3 +++
>  hw/ssi-sd.c                |    3 +++
>  hw/ssi.c                   |    3 +++
>  hw/strongarm.c             |    3 +++
>  hw/tc6393xb.c              |    3 +++
>  hw/tosa.c                  |    3 +++
>  hw/vexpress.c              |    3 +++
>  hw/vhost.c                 |    3 +++
>  hw/vhost_net.c             |    3 +++
>  hw/virtio-pci.c            |    2 ++
>  hw/virtio-serial-bus.c     |    3 +++
>  hw/vt82c686.c              |    3 +++
>  hw/xen_backend.c           |    3 +++
>  hw/xen_disk.c              |    3 +++
>  hw/xen_nic.c               |    3 +++
>  hw/z2.c                    |    3 +++
>  iov.c                      |    3 +++
>  memory.c                   |    2 ++
>  migration-exec.c           |    2 ++
>  migration-fd.c             |    2 ++
>  migration-tcp.c            |    2 ++
>  migration-unix.c           |    2 ++
>  migration.c                |    2 ++
>  module.c                   |    2 ++
>  net/checksum.c             |    3 +++
>  notify.c                   |    2 ++
>  pflib.c                    |    2 ++
>  posix-aio-compat.c         |    2 ++
>  qemu-tool.c                |    2 ++
>  qmp.c                      |    2 ++
>  xen-all.c                  |    2 ++
>  xen-mapcache.c             |    2 ++
>  xen-stub.c                 |    2 ++
>  73 files changed, 200 insertions(+), 4 deletions(-)

-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg

  reply	other threads:[~2011-12-23 16:34 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-23 15:19 [Qemu-devel] [PATCH v2] prepare for future GPLv2+ relicensing Paolo Bonzini
2011-12-23 16:32 ` Andreas Färber [this message]
2012-01-03 15:53 ` Anthony Liguori
2012-01-13 15:55 ` Paolo Bonzini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4EF4AD38.7090501@suse.de \
    --to=afaerber@suse.de \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).