Am 18.02.2014 13:38, schrieb Greg Kurz: > diff --git a/include/hw/virtio/virtio-access.h > b/include/hw/virtio/virtio-access.h > new file mode 100644 > index 0000000..2e22a47 > --- /dev/null > +++ b/include/hw/virtio/virtio-access.h > @@ -0,0 +1,132 @@ > +/* > + * Virtio Accessor Support: In case your target can change endian. > + * > + * Copyright IBM, Corp. 2013 > + * > + * Authors: > + * Rusty Russell <[email protected]> > + * > + * This work is licensed under the terms of the GNU GPL, version 2. See > + * the COPYING file in the top-level directory. [snip]
I notice that this has been GPL-2.0 from Rusty's first series on. Is there a reason not to make the new file GPL-2.0+? Cf. http://wiki.qemu.org/Relicensing Thanks, Andreas -- SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg
