[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 00/41] Migration cleanup
From: |
Juan Quintela |
Subject: |
Re: [Qemu-devel] [PATCH 00/41] Migration cleanup |
Date: |
Thu, 27 Apr 2017 17:02:06 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) |
"Dr. David Alan Gilbert" <address@hidden> wrote:
> * Juan Quintela (address@hidden) 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 <address@hidden>
*
* 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.
- [Qemu-devel] [PATCH 33/41] migration: Commands are only used inside migration.c, (continued)
- [Qemu-devel] [PATCH 33/41] migration: Commands are only used inside migration.c, Juan Quintela, 2017/04/25
- [Qemu-devel] [PATCH 34/41] migration: ram_control_* are implemented in qemu_file, Juan Quintela, 2017/04/25
- [Qemu-devel] [PATCH 35/41] migration: create global_state.c, Juan Quintela, 2017/04/25
- [Qemu-devel] [PATCH 37/41] migration: Move last funtions to misc.h, Juan Quintela, 2017/04/25
- [Qemu-devel] [PATCH 36/41] migration: Move more exported functions to migration/misc.h, Juan Quintela, 2017/04/25
- [Qemu-devel] [PATCH 38/41] migration: Move migration.h to migration/, Juan Quintela, 2017/04/25
- [Qemu-devel] [PATCH 39/41] exec: Create include for target_page_size(), Juan Quintela, 2017/04/25
- [Qemu-devel] [PATCH 40/41] migration: Make savevm.c target independent, Juan Quintela, 2017/04/25
- [Qemu-devel] [PATCH 41/41] migration: Remove unneeded includes, Juan Quintela, 2017/04/25
- Re: [Qemu-devel] [PATCH 00/41] Migration cleanup, Dr. David Alan Gilbert, 2017/04/27
- Re: [Qemu-devel] [PATCH 00/41] Migration cleanup,
Juan Quintela <=