]> git.proxmox.com Git - qemu.git/commitdiff
prepare for future GPLv2+ relicensing
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 13 Jan 2012 16:44:23 +0000 (17:44 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 13 Jan 2012 16:55:56 +0000 (10:55 -0600)
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>
73 files changed:
aio.c
block-migration.c
block/raw-posix-aio.h
block/rbd.c
block/sheepdog.c
buffered_file.c
compatfd.c
event_notifier.c
event_notifier.h
exec-obsolete.h
hmp.c
hw/ac97.c
hw/acpi.c
hw/acpi_piix4.c
hw/ads7846.c
hw/apm.c
hw/bitbang_i2c.c
hw/bonito.c
hw/collie.c
hw/ds1338.c
hw/ecc.c
hw/framebuffer.c
hw/gumstix.c
hw/ivshmem.c
hw/kvmclock.c
hw/lan9118.c
hw/mainstone.c
hw/marvell_88w8618_audio.c
hw/max111x.c
hw/mips_fulong2e.c
hw/msix.c
hw/mst_fpga.c
hw/musicpal.c
hw/nand.c
hw/pl031.c
hw/pxa2xx_keypad.c
hw/pxa2xx_lcd.c
hw/pxa2xx_mmci.c
hw/pxa2xx_pcmcia.c
hw/smbios.c
hw/spitz.c
hw/ssi-sd.c
hw/ssi.c
hw/strongarm.c
hw/tc6393xb.c
hw/tosa.c
hw/vexpress.c
hw/vhost.c
hw/vhost_net.c
hw/virtio-pci.c
hw/virtio-serial-bus.c
hw/vt82c686.c
hw/xen_backend.c
hw/xen_disk.c
hw/xen_nic.c
hw/z2.c
iov.c
memory.c
migration-exec.c
migration-fd.c
migration-tcp.c
migration-unix.c
migration.c
module.c
net/checksum.c
notify.c
pflib.c
posix-aio-compat.c
qemu-tool.c
qmp.c
xen-all.c
xen-mapcache.c
xen-stub.c

diff --git a/aio.c b/aio.c
index 1239ca7bd2ad37bed6b51d33d7f35f60571d8552..eb3bf42574fd07c480cea8ed0f2674293fbe3217 100644 (file)
--- a/aio.c
+++ b/aio.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"
index 2b7edbc3d7dc3d28110476b0a4d0e052e8daed49..4467468506ba5bcbf151e77ba24ad066b4ab27af 100644 (file)
@@ -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"
index dfc63b89f252d6f973159907222644dfd436973e..ba118f616b3945796c4bf4d46c093b39d0b370d8 100644 (file)
@@ -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.
  */
 #ifndef QEMU_RAW_POSIX_AIO_H
 #define QEMU_RAW_POSIX_AIO_H
index 7a2384c8f9fa0ae0de7a1c63207109ce037c45a4..db5abf240bc1194924d075c6f72a969c1a5dca27 100644 (file)
@@ -7,6 +7,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 <inttypes.h>
index 17a79beb24785b95909ffe7eda8e12db5c00f69c..9416400165efae87ce4800aeba2b18da56917939 100644 (file)
@@ -7,6 +7,9 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * 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"
index fed9a227bb09676b4d804c9343ca55e06efb8054..f170aa046f507571fc65490b3820bcc28407b264 100644 (file)
@@ -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"
index 02306a4f71ea5b32b88b1468084a621a2012fba0..42f81cafe49e83abbf2f4ea6991f5d519bd855de 100644 (file)
@@ -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"
index 2c735556a152fe773bd252a38b2ba14853307ba8..0b829813d38bf6b5ece73e53a41961c12588b12f 100644 (file)
@@ -6,8 +6,8 @@
  * Authors:
  *  Michael S. Tsirkin <mst@redhat.com>
  *
- * This work is licensed under the terms of the GNU GPL, version 2.  See
- * the COPYING file in the top-level directory.
+ * This work is licensed under the terms of the GNU GPL, version 2 or later.
+ * See the COPYING file in the top-level directory.
  */
 
 #include "event_notifier.h"
index 24117ea97bf3a50425737aa325de70446ef3454f..886222cb36a8cf59e08faf16cc758f422f0fbcb1 100644 (file)
@@ -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
 
index f8af27ed1a80f9ded38c5cfe5470ff0d74ea8baa..c412be95e0536ad9d8e77a09a2b4086b4e951b2b 100644 (file)
@@ -6,8 +6,8 @@
  * Authors:
  *  Avi Kivity <avi@redhat.com>
  *
- * This work is licensed under the terms of the GNU GPL, version 2.  See
- * the COPYING file in the top-level directory.
+ * This work is licensed under the terms of the GNU GPL, version 2 or
+ * later.  See the COPYING file in the top-level directory.
  *
  */
 
diff --git a/hmp.c b/hmp.c
index fd4f7552320a52cf300a5659475ad5c03722a9cb..8a777804de28cc94e6d08b61b79543808b419ed1 100644 (file)
--- a/hmp.c
+++ b/hmp.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 "hmp.h"
index 0dbba3b54a5ee2ebbe97ebb1550375f22ecb8240..03be99b08a98c5408ecdbc80ac14e77161584821 100644 (file)
--- a/hw/ac97.c
+++ b/hw/ac97.c
@@ -12,6 +12,9 @@
  * If you received this file as part of a commercial VirtualBox
  * distribution, then only the terms of your commercial VirtualBox
  * license agreement apply instead of the previous paragraph.
+ *
+ * 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"
index 9c35f2d510857c9d62d834f9101bba2b5e21066f..79b179be1ce2f14c6ed4051885d708f9a7031ae3 100644 (file)
--- a/hw/acpi.c
+++ b/hw/acpi.c
@@ -14,6 +14,9 @@
  *
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library; if not, see <http://www.gnu.org/licenses/>
+ *
+ * Contributions after 2012-01-13 are licensed under the terms of the
+ * GNU GPL, version 2 or (at your option) any later version.
  */
 #include "sysemu.h"
 #include "hw.h"
index d9075e661188639aad866f4e8c886c289f3373ad..bdc55a1eaafe7d268ea8c50d231b2b0a2a36f020 100644 (file)
@@ -14,6 +14,9 @@
  *
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library; if not, see <http://www.gnu.org/licenses/>
+ *
+ * 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"
index 9c58a5f59f969d6a5ee8d8eb59d4f625b1cb1c4d..de3f7af12772a7514742281e4f762516128b8816 100644 (file)
@@ -5,6 +5,9 @@
  * Written by Andrzej Zaborowski <balrog@zabor.org>
  *
  * 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 "ssi.h"
index cdda72f1de35bd4bee2fb8869f7213fd0d9d91cc..2aead52a7475ec97187566a18c87a0bc34b10786 100644 (file)
--- a/hw/apm.c
+++ b/hw/apm.c
@@ -15,6 +15,9 @@
  *
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library; if not, see <http://www.gnu.org/licenses/>
+ *
+ * Contributions after 2012-01-13 are licensed under the terms of the
+ * GNU GPL, version 2 or (at your option) any later version.
  */
 
 #include "apm.h"
index 18df411ebc0b77e39af9628bbe0dfae6a24e2729..93fb2ed2c852067854fd1e50b2f6153890606933 100644 (file)
@@ -5,6 +5,9 @@
  * Copyright (c) 2008 Jan Kiszka
  *
  * 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 "bitbang_i2c.h"
index 04d706aba3bb190dd175a2dc0edfb86a15704ab1..f2c78377bbfe82c930c7fd8b7ac021d00adee0fd 100644 (file)
@@ -5,6 +5,9 @@
  * Copyright (c) 2010 Huacai Chen (zltjiangshi@gmail.com)
  *
  * 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.
  */
 
 /*
index 8dd6e4ec7e10568ec0edaf2eaad999b184384224..42f43108168a34acb0ab933dd02014c783cc7df8 100644 (file)
@@ -4,6 +4,9 @@
  * Copyright (C) 2011 Dmitry Eremin-Solenikov
  *
  * This code is licensed under 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 "sysbus.h"
index 3522af5b5a3af7f083f7e0fa367e6e3d158c3760..f754cb7cea374b1bb5c027d5ce2a4df67d34b5f6 100644 (file)
@@ -5,6 +5,9 @@
  * Written by Paul Brook
  *
  * 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 "i2c.h"
index a75408b9ae84b6b74754352a5a781f51c27644ff..60d1f1d4f23c283e74bd786d93b5507d302404a8 100644 (file)
--- a/hw/ecc.c
+++ b/hw/ecc.c
@@ -6,6 +6,9 @@
  * Written by Andrzej Zaborowski <balrog@zabor.org>
  *
  * 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"
index b43bcdff40fc3491e20982e3cd8d8801901b7837..6bf48dc046e8d8651d4bf172401cb549a2ab2a0d 100644 (file)
@@ -5,6 +5,9 @@
  * Written by Paul Brook <paul@codesourcery.com>
  *
  * This code is licensed under the GNU GPLv2.
+ *
+ * Contributions after 2012-01-13 are licensed under the terms of the
+ * GNU GPL, version 2 or (at your option) any later version.
  */
 
 /* TODO:
index 686a5ed86d74e69bfb50f069fa5c6759a1792ecb..13a36ea5c5296b2608045a81a9ef259b4ba3df67 100644 (file)
@@ -6,6 +6,9 @@
  * Code based on spitz platform by Andrzej Zaborowski <balrog@zabor.org>
  *
  * 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.
  */
  
 /* 
index 1aa9e3bfa13c2e04cd071620abdfd77906996496..bec2e0b8fe585c30295a3f5c4b3fb3331c68b4a7 100644 (file)
@@ -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"
index 5388bc489d20a901c0e021487504b8fffe174259..3b9fb204957d15ce09479a11467d14258762a530 100644 (file)
@@ -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"
index 341a52142f4606e288de1d4edd6e3ec157b8d1a5..8b83fe2198d2bfb1bdee7d1908947260d8f594f4 100644 (file)
@@ -5,6 +5,9 @@
  * Written by Paul Brook
  *
  * 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 "sysbus.h"
index c914a4ef7dbb979cf38d598194e4c40b9b6dbb01..27f59009f62de1fe8203b5f6c251e706fd03cf97 100644 (file)
@@ -7,6 +7,9 @@
  * Code based on spitz platform by Andrzej Zaborowski <balrog@zabor.org>
  *
  * 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 "pxa.h"
index 855b792b9d6183554619aaa75d479b929368859a..0cd841062245976039894cf1e9d274e759418e8a 100644 (file)
@@ -5,6 +5,9 @@
  * Copyright (c) 2008 Jan Kiszka
  *
  * 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 "sysbus.h"
 #include "hw.h"
index 70cd1af24f0446cba8cf27f1064ed8c3fe95cf03..fc79814bf8db0a1645100a2f6c68d1e9d15facca 100644 (file)
@@ -5,6 +5,9 @@
  * Written by Andrzej Zaborowski <balrog@zabor.org>
  *
  * This code is licensed under the GNU GPLv2.
+ *
+ * Contributions after 2012-01-13 are licensed under the terms of the
+ * GNU GPL, version 2 or (at your option) any later version.
  */
 
 #include "ssi.h"
index 94ef1dfd371b3e15a6de7038220276ed48667e50..163a6685335eccb9ed510b6e2b0b3817de1fb128 100644 (file)
@@ -5,6 +5,9 @@
  * Copyright (c) 2009 chenming (chenming@rdc.faw.com.cn)
  * Copyright (c) 2010 Huacai Chen (zltjiangshi@gmail.com)
  * 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.
  */
 
 /*
index 149eed22fb271a8b9bd87dd880b14ed6b12aeb9c..f47d26bb49492ca859275836e11c90296cd177d8 100644 (file)
--- a/hw/msix.c
+++ b/hw/msix.c
@@ -9,6 +9,9 @@
  *
  * 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 "hw.h"
index 93247022b9b65d30c33ecf8ace3df0fc91ba5b96..8bfa5dda3718bb114f115a9249ee89d6443abaee 100644 (file)
@@ -6,6 +6,9 @@
  *                                    <akuster@mvista.com>
  *
  * 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 "sysbus.h"
index 522559d4b7d2f75304827fba5fff08121a51c779..977ffb6e50aa7e27c360a0e99127586a45490257 100644 (file)
@@ -4,6 +4,9 @@
  * Copyright (c) 2008 Jan Kiszka
  *
  * 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 "sysbus.h"
index 7f25814dddf428a2d9be67861317bbb3b1ed9284..8597aa6b1c91a5495aeb387aefe293891bf2ace5 100644 (file)
--- a/hw/nand.c
+++ b/hw/nand.c
@@ -11,6 +11,9 @@
  * from ST Microelectronics.
  *
  * 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.
  */
 
 #ifndef NAND_IO
index a007ff0ff249f20eb3bdc2524b14cfd1cc347813..2fb0c8ef24cb6aa1752fc06d9b6fa3217533cab8 100644 (file)
@@ -7,6 +7,8 @@
  * it under the terms of the GNU General Public License version 2 as
  * published by the Free Software Foundation.
  *
+ * Contributions after 2012-01-13 are licensed under the terms of the
+ * GNU GPL, version 2 or (at your option) any later version.
  */
 
 #include "sysbus.h"
index f86323fecfebf5be71766e713ce126a32f43f08d..a97d445495218b6d4050ce300f5357ea4c20144d 100644 (file)
@@ -6,6 +6,9 @@
  *              or  <Akuster@mvista.com>
  *
  * This code is licensed under the GPLv2.
+ *
+ * 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"
index 5dd4ef06d66a6541b5fcc4fb90a5259d66465ea1..19a09ff13166ecf8a0cfc27aeb336cc2cf7e239c 100644 (file)
@@ -5,6 +5,9 @@
  * Written by Andrzej Zaborowski <balrog@zabor.org>
  *
  * This code is licensed under the GPLv2.
+ *
+ * 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"
index f47c79ca4a4fd8ecd6cd4228742b03d47ddad6a7..b505a4cc9879aa183335fb27f9297b310078f395 100644 (file)
@@ -5,6 +5,9 @@
  * Written by Andrzej Zaborowski <balrog@zabor.org>
  *
  * This code is licensed under the GPLv2.
+ *
+ * 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"
index dc522dcf4384797d6f4a614411f3edaee446e028..b15872a9d908fc7e5f250fa4f69b04b17a52da29 100644 (file)
@@ -5,6 +5,9 @@
  * Written by Andrzej Zaborowski <balrog@zabor.org>
  *
  * This code is licensed under the GPLv2.
+ *
+ * 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"
index c9ba43e8d0596158af476832ccdf4a4fa5edff8a..c57237d27925176b1cde1236d5ede39bb1b28144 100644 (file)
@@ -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 "sysemu.h"
index 82a133dfa872e630355571d4dcf021a01cb2e3b6..9d129c22b9a84d6a3c288fe0678e287c32da3359 100644 (file)
@@ -5,6 +5,9 @@
  * Written by Andrzej Zaborowski <balrog@zabor.org>
  *
  * 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"
index 18dabd64a6295f2db934df003b8a3b0194b81ac9..2d89cfe5221cc485adb76f92e5711d154c52a2f4 100644 (file)
@@ -5,6 +5,9 @@
  * Written by Paul Brook
  *
  * 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 "blockdev.h"
index 9842fe74722964c863a1fb11c6638c95b057f77d..b47953a989d1b1be046edcda01db6d550d6f83ec 100644 (file)
--- a/hw/ssi.c
+++ b/hw/ssi.c
@@ -5,6 +5,9 @@
  * Written by Paul Brook
  *
  * 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 "ssi.h"
index 69c117906c332bb54dc8e146b6f24c8def989cff..fe63fd7ab72445df5b3e3b3ccd843707851a3529 100644 (file)
@@ -22,6 +22,9 @@
  *
  *  You should have received a copy of the GNU General Public License along
  *  with this program; if not, see <http://www.gnu.org/licenses/>.
+ *
+ *  Contributions after 2012-01-13 are licensed under the terms of the
+ *  GNU GPL, version 2 or (at your option) any later version.
  */
 #include "sysbus.h"
 #include "strongarm.h"
index b75fa603cf1e1b10ae75d98b046387ae5289aba4..420925ccb35859d834c872d2b44e203dd52637d0 100644 (file)
@@ -6,6 +6,9 @@
  * Most features are currently unsupported!!!
  *
  * 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 "devices.h"
index 6bbc6dcb2d073bd78d69d29e53cd0d59e8ef10ea..0caba79c988c9f3513652346121dbffddae518a3 100644 (file)
--- a/hw/tosa.c
+++ b/hw/tosa.c
@@ -6,6 +6,9 @@
  *
  * Code based on spitz platform by Andrzej Zaborowski <balrog@zabor.org>
  * 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"
index c9ca43c89bcb72ce2bc09bc45a403a224afe3ea0..0f39d8da01bff069b551669ba05f85d88bf0e7de 100644 (file)
@@ -16,6 +16,9 @@
  *
  *  You should have received a copy of the GNU General Public License along
  *  with this program; if not, see <http://www.gnu.org/licenses/>.
+ *
+ *  Contributions after 2012-01-13 are licensed under the terms of the
+ *  GNU GPL, version 2 or (at your option) any later version.
  */
 
 #include "sysbus.h"
index 19a7b5c82039099bb7f272b2af4fa1ee62915dd0..4778521102c58ee4227fb9cc4a400cbbe5344f7e 100644 (file)
@@ -8,6 +8,9 @@
  *
  * 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 <sys/ioctl.h>
index 950a6b8d990389702164e7ceb7b0565d93f1a2c6..f672e9dafd006a1f2d5706081fab22a0acf0aad1 100644 (file)
@@ -8,6 +8,9 @@
  *
  * 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 "net.h"
index 77b75bcd9a3bca9a99ef31665a69fa6fefcc6177..caff0aa2ebd8b8ecf8db4110fb6c0e09ee1aa829 100644 (file)
@@ -11,6 +11,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 <inttypes.h>
index 3a9004a9b8d515db46ced5b2fb31f4e8d773cf9a..32e46e98cb4fd81c42f24e5cf642c9c1a32a83ba 100644 (file)
@@ -13,6 +13,9 @@
  *
  * 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 "iov.h"
index 038128b84c55c232177706b063a4a8ea218f085d..7fb88a53bf54551c6b2d69ae50bb28ec8856b306 100644 (file)
@@ -5,6 +5,9 @@
  * Copyright (c) 2009 chenming (chenming@rdc.faw.com.cn)
  * Copyright (c) 2010 Huacai Chen (zltjiangshi@gmail.com)
  * 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"
index d876cabb128abbd0edf181efbede9a1e76be0812..2673ace185f2ab95e6371705957a0c26adbad716 100644 (file)
@@ -13,6 +13,9 @@
  *
  *  You should have received a copy of the GNU General Public License along
  *  with this program; if not, see <http://www.gnu.org/licenses/>.
+ *
+ *  Contributions after 2012-01-13 are licensed under the terms of the
+ *  GNU GPL, version 2 or (at your option) any later version.
  */
 
 /*
index 192e81746f23df6eab5ee789e0c5e2bc0b159ca4..68fa36a1cf9dfec8a6ab44d07e35f7ac4a73cce1 100644 (file)
@@ -14,6 +14,9 @@
  *
  *  You should have received a copy of the GNU General Public License along
  *  with this program; if not, see <http://www.gnu.org/licenses/>.
+ *
+ *  Contributions after 2012-01-13 are licensed under the terms of the
+ *  GNU GPL, version 2 or (at your option) any later version.
  */
 
 #include <stdio.h>
index ef2a2d6997d9f6fca47f7298df2d4b05da28a76a..9a59bdad6ed79e95e7252f7f83833f25c9dfa7b6 100644 (file)
@@ -14,6 +14,9 @@
  *
  *  You should have received a copy of the GNU General Public License along
  *  with this program; if not, see <http://www.gnu.org/licenses/>.
+ *
+ *  Contributions after 2012-01-13 are licensed under the terms of the
+ *  GNU GPL, version 2 or (at your option) any later version.
  */
 
 #include <stdio.h>
diff --git a/hw/z2.c b/hw/z2.c
index a03bb33d1b721ee75be3e400ff59922c1c462035..8d484883316a00fbcd9958283a99aba4e24f74bc 100644 (file)
--- a/hw/z2.c
+++ b/hw/z2.c
@@ -6,6 +6,9 @@
  * Code is based on mainstone platform.
  *
  * 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"
diff --git a/iov.c b/iov.c
index e7385c41f4ecc55f0234ba1cafd78f2fa1df0bbb..0f964939d0e9ecd7e4b64a87fac72511be91ca47 100644 (file)
--- a/iov.c
+++ b/iov.c
@@ -10,6 +10,9 @@
  *
  * 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 "iov.h"
index 5ab21129a011f3672a7223086a4e076c9bc90f56..6201a3749a052938783fe5f46fe603b539d63023 100644 (file)
--- a/memory.c
+++ b/memory.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 "memory.h"
index e14552ec01ba85283d2da6af3ed2faeeebdb68c6..6c97db973c93579421ff29cade1623cd09cc8cff 100644 (file)
@@ -11,6 +11,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"
index 6211124a059d48784a3662d13552aedc8fc56e12..5a068c632aa16cca437dac8f1a367014bf62f3f1 100644 (file)
@@ -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"
index cf6a9b83d69f50b15ca2094183080ad3f372fdd2..35a57818238b1ea5290bf04a8a494245722cface 100644 (file)
@@ -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"
index dfcf2033c69d47784c62c6b3f11e465a8deb90f9..169de886775a1d3112678ae22607d6ef1b3ec0f0 100644 (file)
@@ -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"
index 412fdfe5bf72e97ed6a075f8f4163ec3767e677a..37af438b1950c4b02cba95e54eb526a6a18f3253 100644 (file)
@@ -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"
index 91f0e61cbb17e3c21be8704505c9af43bee0c922..106a969449d71e6be12afe4f7cb473626166d31a 100644 (file)
--- a/module.c
+++ b/module.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"
index 4046932e9dfe75336cfdafd2dacaf2c8645d73ac..264c23fe4fa6d5ea5864ad196a91b6cbca02e993 100644 (file)
@@ -13,6 +13,9 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program; if not, see <http://www.gnu.org/licenses/>.
+ *
+ *  Contributions after 2012-01-13 are licensed under the terms of the
+ *  GNU GPL, version 2 or (at your option) any later version.
  */
 
 #include "net/checksum.h"
index a6bac1f7837f93adad787f1c06f586c2e35d31d2..c104495537fb457a3f33408e14676a3fa698be33 100644 (file)
--- a/notify.c
+++ b/notify.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"
diff --git a/pflib.c b/pflib.c
index 64cb2b3dda12c774a317b4047bd6a8c74f253178..987e11001a2f5b5a45b007fed43bf83be0522426 100644 (file)
--- a/pflib.c
+++ b/pflib.c
@@ -6,6 +6,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"
 #include "console.h"
index cccb673d2ef9a4e41dfb6f515e04e486f634b7e1..d311d1389061e7094b1b79d1b236cd41ecde1d50 100644 (file)
@@ -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 <sys/ioctl.h>
index 226b6e890ec4882a0c2532566124f77cb91b10e9..c73bf7152e0a8f9a86895a84037cc154e7064f98 100644 (file)
@@ -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"
diff --git a/qmp.c b/qmp.c
index 5e09b4189e67961dc393a79e98b240c3d135bf51..c74dde6c90716369893d8c4a56598cc4c8483bb0 100644 (file)
--- a/qmp.c
+++ b/qmp.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"
index c86ebf43cbfe51782254e7485a202216cf0a9168..d1fc5972c7a55cf191712980c19f055f96aef992 100644 (file)
--- a/xen-all.c
+++ b/xen-all.c
@@ -4,6 +4,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 <sys/mman.h>
index 9fecc64e97efb623b2555133164d0656a750b2b2..585b559c73cb90054cc9ffbe86543bf3840071c1 100644 (file)
@@ -4,6 +4,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 "config.h"
index d403d864b3600ec906b508a85663de9d800e4740..9ea02d435e826935f6027247b893084eeee9e032 100644 (file)
@@ -4,6 +4,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"