diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2012-01-13 17:44:23 +0100 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2012-01-13 10:55:56 -0600 |
commit | 6b620ca3b052e622eef4379cfe37c5c3db5364c9 (patch) | |
tree | 2d9cdb67c0dff2ec3c5e201b841b2ec55aaa58af /block-migration.c | |
parent | virtio-console: no need to remove char handlers explicitly (diff) | |
download | qemu-kvm-6b620ca3b052e622eef4379cfe37c5c3db5364c9.tar.gz qemu-kvm-6b620ca3b052e622eef4379cfe37c5c3db5364c9.tar.bz2 qemu-kvm-6b620ca3b052e622eef4379cfe37c5c3db5364c9.zip |
prepare for future GPLv2+ relicensing
All files under GPLv2 will get GPLv2+ changes starting tomorrow.
event_notifier.c and exec-obsolete.h were only ever touched by Red Hat
employees and can be relicensed now.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'block-migration.c')
-rw-r--r-- | block-migration.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/block-migration.c b/block-migration.c index 2b7edbc3d..446746850 100644 --- a/block-migration.c +++ b/block-migration.c @@ -9,6 +9,8 @@ * This work is licensed under the terms of the GNU GPL, version 2. See * the COPYING file in the top-level directory. * + * Contributions after 2012-01-13 are licensed under the terms of the + * GNU GPL, version 2 or (at your option) any later version. */ #include "qemu-common.h" |