"Dr. David Alan Gilbert" <dgilb...@redhat.com> wrote: > * Juan Quintela (quint...@redhat.com) wrote: > > High level question: > A lot of this is splitting migration.h which is a GPLv2 licensed file, and > you're > carefully copying the authorship (Anthony) to each new header file and > also the license. > Can we fix the license while we're at it? > The migration.c has the clause saying contributions after 2012-01-13 > are GPL2 or later > but we don't seem to have it in the header. > > I suggest for any case where you split it out to a new header and all > the contributions > in that header are from one easily contactable person, that you ask.
/* * QEMU live migration * * Copyright IBM, Corp. 2008 * * Authors: * Anthony Liguori <aligu...@us.ibm.com> * * This work is licensed under the terms of the GNU GPL, version 2. See * the COPYING file in the top-level directory. * */ This is what is on migration.h, where I have basically copied all of the stuff that is splitted. I tried not to enter in Copyrigth wars, so I left everything as it was. Only place where I put a new Copyright was on vmstate.c, didn't have any, and I am the initial author O:-) Later, Juan.