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 /event_notifier.h | |
parent | a10348c3ad3a1bff7c5ace95a32187780d571ebd (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 'event_notifier.h')
-rw-r--r-- | event_notifier.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/event_notifier.h b/event_notifier.h index 24117ea97b..886222cb36 100644 --- a/event_notifier.h +++ b/event_notifier.h @@ -1,3 +1,15 @@ +/* + * event notifier support + * + * Copyright Red Hat, Inc. 2010 + * + * Authors: + * Michael S. Tsirkin <mst@redhat.com> + * + * This work is licensed under the terms of the GNU GPL, version 2 or later. + * See the COPYING file in the top-level directory. + */ + #ifndef QEMU_EVENT_NOTIFIER_H #define QEMU_EVENT_NOTIFIER_H |