aboutsummaryrefslogtreecommitdiffstats
path: root/hw/ivshmem.c
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2012-01-13 17:44:23 +0100
committerAnthony Liguori <aliguori@us.ibm.com>2012-01-13 10:55:56 -0600
commit6b620ca3b052e622eef4379cfe37c5c3db5364c9 (patch)
tree2d9cdb67c0dff2ec3c5e201b841b2ec55aaa58af /hw/ivshmem.c
parenta10348c3ad3a1bff7c5ace95a32187780d571ebd (diff)
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 'hw/ivshmem.c')
-rw-r--r--hw/ivshmem.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/ivshmem.c b/hw/ivshmem.c
index 1aa9e3bfa..bec2e0b8f 100644
--- a/hw/ivshmem.c
+++ b/hw/ivshmem.c
@@ -12,6 +12,9 @@
* Copyright (c) 2006 Igor Kovalenko
*
* This code is licensed under the GNU GPL v2.
+ *
+ * Contributions after 2012-01-13 are licensed under the terms of the
+ * GNU GPL, version 2 or (at your option) any later version.
*/
#include "hw.h"
#include "pc.h"