qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PULL 2/2] usb: mtp filesharing


From: Eric Blake
Subject: Re: [Qemu-devel] [PULL 2/2] usb: mtp filesharing
Date: Tue, 22 Apr 2014 06:12:57 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0

On 04/22/2014 06:03 AM, Gerd Hoffmann wrote:
> Implementation of a USB Media Transfer Device device for easy
> filesharing.  Read-only.  No access control inside qemu, it will
> happily export any file it is able to open to the guest, i.e.
> standard unix access rights for the qemu process apply.
> 
> Signed-off-by: Gerd Hoffmann <address@hidden>
> ---

> +++ b/hw/usb/dev-mtp.c
> @@ -0,0 +1,1100 @@
> +/*
> + * Media Transfer Protocol implementation, backed by host filesystem.
> + *
> + * Written by Gerd Hoffmann <address@hidden>
> + *
> + * This code is licensed under the GPLv2+.

No other file in the code base says this (many say "under the GPL v2 or
later", or similar, but none have abbreviated to GPLv2+).  Furthermore,
aren't you missing a "Copyright" line?  My (non-lawyer) understanding of
the GPL is that the license works only for files where you have claimed
copyright.

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]