qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: qemu-devel@nongnu.org
Cc: aliguori@us.ibm.com
Subject: [Qemu-devel] [PATCH 0/2] Clarify licensing terms
Date: Wed, 31 Jul 2013 08:19:50 +0200	[thread overview]
Message-ID: <1375251592-2537-1-git-send-email-pbonzini@redhat.com> (raw)

Here is a list of license-less files:

       audio/audio_pt_int.c
       audio/audio_win_int.c
       audio/paaudio.c
       audio/wavcapture.c
       audio/winwaveaudio.c
       block/raw.c
       bsd-user/bsdload.c
       bsd-user/elfload.c
       bsd-user/strace.c
       bsd-user/uaccess.c
       disas.c
       fpu/softfloat.c
       hw/alpha/dp264.c
       hw/alpha/pci.c
       hw/block/tc58128.c
       hw/char/spapr_vty.c
       hw/core/qdev-properties.c
       hw/core/stream.c
       hw/i386/xen_domainbuild.c
       hw/mips/mips_r4k.c
       hw/net/mipsnet.c
       hw/pci/shpc.c
       hw/pci/slotid_cap.c
       hw/ppc/spapr_hcall.c
       hw/scsi/scsi-bus.c
       hw/sh4/sh7750_regnames.c
       hw/usb/bus.c
       hw/usb/desc.c
       hw/xen/xen_devconfig.c
       libcacard/vcardt.c
       linux-user/elfload.c
       linux-user/linuxload.c
       linux-user/strace.c
       linux-user/uaccess.c
       pc-bios/openbios-ppc
       qga/channel-posix.c
       qga/channel-win32.c
       spice-qemu-char.c
       stubs/arch-query-cpu-def.c
       stubs/clock-warp.c
       stubs/cpu-get-clock.c
       stubs/cpu-get-icount.c
       stubs/cpus.c
       stubs/fd-register.c
       stubs/fdset-add-fd.c
       stubs/fdset-find-fd.c
       stubs/fdset-get-fd.c
       stubs/fdset-remove-fd.c
       stubs/get-fd.c
       stubs/get-vm-name.c
       stubs/iothread-lock.c
       stubs/migr-blocker.c
       stubs/mon-is-qmp.c
       stubs/mon-print-filename.c
       stubs/mon-printf.c
       stubs/mon-protocol-event.c
       stubs/mon-set-error.c
       stubs/pci-drive-hot-add.c
       stubs/reset.c
       stubs/set-fd-handler.c
       stubs/slirp.c
       stubs/sysbus.c
       stubs/vm-stop.c
       stubs/vmstate.c
       target-alpha/machine.c
       target-arm/helper.c
       target-arm/machine.c
       target-cris/machine.c
       target-i386/machine.c
       target-lm32/machine.c
       target-lm32/op_helper.c
       target-mips/machine.c
       target-moxie/machine.c
       target-ppc/machine.c
       target-ppc/mfrom_table.c
       target-ppc/mfrom_table_gen.c
       target-sparc/machine.c
       trace/stderr.c
       ui/cursor.c
       util/cache-utils.c
       util/envlist.c
       util/path.c
       util/qemu-config.c

target-* probably should be LGPL.  Left for later if ever.

stubs/ probably should be BSD if it is copyrightable at all.  Left for
later.

block/raw.c should be BSD, see patch 1.

bsd-user/ and linux-user/ should be either GPLv2 or GPLv2+.  Any help
auditing is welcome.
 
Everything else is fine for GPLv2+.  Patch 2 states this explicitly.

Paolo Bonzini (2):
  raw: add license header
  LICENSE: clarify

 LICENSE     | 15 ++++++++++-----
 block/raw.c | 23 +++++++++++++++++++++++
 2 files changed, 33 insertions(+), 5 deletions(-)

-- 
1.8.1.4

             reply	other threads:[~2013-07-31  6:20 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-31  6:19 Paolo Bonzini [this message]
2013-07-31  6:19 ` [Qemu-devel] [PATCH 1/2] raw: add license header Paolo Bonzini
2013-07-31  7:52   ` Kevin Wolf
2013-07-31  8:01   ` Markus Armbruster
2013-08-02  7:01     ` Peter Lieven
2013-07-31 10:49   ` Stefan Hajnoczi
2013-07-31 12:24   ` Jeff Cody
2013-07-31 13:04   ` Luiz Capitulino
2013-08-01  8:13   ` Christoph Hellwig
2013-08-01  8:38     ` Paolo Bonzini
2013-08-15 13:16     ` Anthony Liguori
2013-07-31  6:19 ` [Qemu-devel] [PATCH 2/2] LICENSE: clarify Paolo Bonzini
2013-07-31  7:27   ` Erik de Castro Lopo
2013-07-31  7:40   ` Andreas Färber
2013-07-31 16:48   ` Stefan Weil
2013-07-31 16:58     ` Eric Blake
2013-08-01  8:29     ` Paolo Bonzini
2013-07-31 17:40   ` Anthony Liguori
2013-08-01  8:21     ` Paolo Bonzini
2014-11-20 19:06   ` Christopher Covington
2013-07-31 15:01 ` [Qemu-devel] [PATCH 0/2] Clarify licensing terms Artyom Tarasenko
2013-08-14 16:29 ` Anthony Liguori

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=1375251592-2537-1-git-send-email-pbonzini@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=aliguori@us.ibm.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).