Revision 6b620ca3

b/aio.c
9 9
 * This work is licensed under the terms of the GNU GPL, version 2.  See
10 10
 * the COPYING file in the top-level directory.
11 11
 *
12
 * Contributions after 2012-01-13 are licensed under the terms of the
13
 * GNU GPL, version 2 or (at your option) any later version.
12 14
 */
13 15

  
14 16
#include "qemu-common.h"
b/block-migration.c
9 9
 * This work is licensed under the terms of the GNU GPL, version 2.  See
10 10
 * the COPYING file in the top-level directory.
11 11
 *
12
 * Contributions after 2012-01-13 are licensed under the terms of the
13
 * GNU GPL, version 2 or (at your option) any later version.
12 14
 */
13 15

  
14 16
#include "qemu-common.h"
b/block/raw-posix-aio.h
9 9
 * This work is licensed under the terms of the GNU GPL, version 2.  See
10 10
 * the COPYING file in the top-level directory.
11 11
 *
12
 * Contributions after 2012-01-13 are licensed under the terms of the
13
 * GNU GPL, version 2 or (at your option) any later version.
12 14
 */
13 15
#ifndef QEMU_RAW_POSIX_AIO_H
14 16
#define QEMU_RAW_POSIX_AIO_H
b/block/rbd.c
7 7
 * This work is licensed under the terms of the GNU GPL, version 2.  See
8 8
 * the COPYING file in the top-level directory.
9 9
 *
10
 * Contributions after 2012-01-13 are licensed under the terms of the
11
 * GNU GPL, version 2 or (at your option) any later version.
10 12
 */
11 13

  
12 14
#include <inttypes.h>
b/block/sheepdog.c
7 7
 *
8 8
 * You should have received a copy of the GNU General Public License
9 9
 * along with this program. If not, see <http://www.gnu.org/licenses/>.
10
 *
11
 * Contributions after 2012-01-13 are licensed under the terms of the
12
 * GNU GPL, version 2 or (at your option) any later version.
10 13
 */
11 14

  
12 15
#include "qemu-common.h"
b/buffered_file.c
9 9
 * This work is licensed under the terms of the GNU GPL, version 2.  See
10 10
 * the COPYING file in the top-level directory.
11 11
 *
12
 * Contributions after 2012-01-13 are licensed under the terms of the
13
 * GNU GPL, version 2 or (at your option) any later version.
12 14
 */
13 15

  
14 16
#include "qemu-common.h"
b/compatfd.c
9 9
 * This work is licensed under the terms of the GNU GPL, version 2.  See
10 10
 * the COPYING file in the top-level directory.
11 11
 *
12
 * Contributions after 2012-01-13 are licensed under the terms of the
13
 * GNU GPL, version 2 or (at your option) any later version.
12 14
 */
13 15

  
14 16
#include "qemu-common.h"
b/event_notifier.c
6 6
 * Authors:
7 7
 *  Michael S. Tsirkin <mst@redhat.com>
8 8
 *
9
 * This work is licensed under the terms of the GNU GPL, version 2.  See
10
 * the COPYING file in the top-level directory.
9
 * This work is licensed under the terms of the GNU GPL, version 2 or later.
10
 * See the COPYING file in the top-level directory.
11 11
 */
12 12

  
13 13
#include "event_notifier.h"
b/event_notifier.h
1
/*
2
 * event notifier support
3
 *
4
 * Copyright Red Hat, Inc. 2010
5
 *
6
 * Authors:
7
 *  Michael S. Tsirkin <mst@redhat.com>
8
 *
9
 * This work is licensed under the terms of the GNU GPL, version 2 or later.
10
 * See the COPYING file in the top-level directory.
11
 */
12

  
1 13
#ifndef QEMU_EVENT_NOTIFIER_H
2 14
#define QEMU_EVENT_NOTIFIER_H
3 15

  
b/exec-obsolete.h
6 6
 * Authors:
7 7
 *  Avi Kivity <avi@redhat.com>
8 8
 *
9
 * This work is licensed under the terms of the GNU GPL, version 2.  See
10
 * the COPYING file in the top-level directory.
9
 * This work is licensed under the terms of the GNU GPL, version 2 or
10
 * later.  See the COPYING file in the top-level directory.
11 11
 *
12 12
 */
13 13

  
b/hmp.c
9 9
 * This work is licensed under the terms of the GNU GPL, version 2.  See
10 10
 * the COPYING file in the top-level directory.
11 11
 *
12
 * Contributions after 2012-01-13 are licensed under the terms of the
13
 * GNU GPL, version 2 or (at your option) any later version.
12 14
 */
13 15

  
14 16
#include "hmp.h"
b/hw/ac97.c
12 12
 * If you received this file as part of a commercial VirtualBox
13 13
 * distribution, then only the terms of your commercial VirtualBox
14 14
 * license agreement apply instead of the previous paragraph.
15
 *
16
 * Contributions after 2012-01-13 are licensed under the terms of the
17
 * GNU GPL, version 2 or (at your option) any later version.
15 18
 */
16 19

  
17 20
#include "hw.h"
b/hw/acpi.c
14 14
 *
15 15
 * You should have received a copy of the GNU Lesser General Public
16 16
 * License along with this library; if not, see <http://www.gnu.org/licenses/>
17
 *
18
 * Contributions after 2012-01-13 are licensed under the terms of the
19
 * GNU GPL, version 2 or (at your option) any later version.
17 20
 */
18 21
#include "sysemu.h"
19 22
#include "hw.h"
b/hw/acpi_piix4.c
14 14
 *
15 15
 * You should have received a copy of the GNU Lesser General Public
16 16
 * License along with this library; if not, see <http://www.gnu.org/licenses/>
17
 *
18
 * Contributions after 2012-01-13 are licensed under the terms of the
19
 * GNU GPL, version 2 or (at your option) any later version.
17 20
 */
18 21
#include "hw.h"
19 22
#include "pc.h"
b/hw/ads7846.c
5 5
 * Written by Andrzej Zaborowski <balrog@zabor.org>
6 6
 *
7 7
 * This code is licensed under the GNU GPL v2.
8
 *
9
 * Contributions after 2012-01-13 are licensed under the terms of the
10
 * GNU GPL, version 2 or (at your option) any later version.
8 11
 */
9 12

  
10 13
#include "ssi.h"
b/hw/apm.c
15 15
 *
16 16
 * You should have received a copy of the GNU Lesser General Public
17 17
 * License along with this library; if not, see <http://www.gnu.org/licenses/>
18
 *
19
 * Contributions after 2012-01-13 are licensed under the terms of the
20
 * GNU GPL, version 2 or (at your option) any later version.
18 21
 */
19 22

  
20 23
#include "apm.h"
b/hw/bitbang_i2c.c
5 5
 * Copyright (c) 2008 Jan Kiszka
6 6
 *
7 7
 * This code is licensed under the GNU GPL v2.
8
 *
9
 * Contributions after 2012-01-13 are licensed under the terms of the
10
 * GNU GPL, version 2 or (at your option) any later version.
8 11
 */
9 12
#include "hw.h"
10 13
#include "bitbang_i2c.h"
b/hw/bonito.c
5 5
 * Copyright (c) 2010 Huacai Chen (zltjiangshi@gmail.com)
6 6
 *
7 7
 * This code is licensed under the GNU GPL v2.
8
 *
9
 * Contributions after 2012-01-13 are licensed under the terms of the
10
 * GNU GPL, version 2 or (at your option) any later version.
8 11
 */
9 12

  
10 13
/*
b/hw/collie.c
4 4
 * Copyright (C) 2011 Dmitry Eremin-Solenikov
5 5
 *
6 6
 * This code is licensed under GNU GPL v2.
7
 *
8
 * Contributions after 2012-01-13 are licensed under the terms of the
9
 * GNU GPL, version 2 or (at your option) any later version.
7 10
 */
8 11
#include "hw.h"
9 12
#include "sysbus.h"
b/hw/ds1338.c
5 5
 * Written by Paul Brook
6 6
 *
7 7
 * This code is licensed under the GNU GPL v2.
8
 *
9
 * Contributions after 2012-01-13 are licensed under the terms of the
10
 * GNU GPL, version 2 or (at your option) any later version.
8 11
 */
9 12

  
10 13
#include "i2c.h"
b/hw/ecc.c
6 6
 * Written by Andrzej Zaborowski <balrog@zabor.org>
7 7
 *
8 8
 * This code is licensed under the GNU GPL v2.
9
 *
10
 * Contributions after 2012-01-13 are licensed under the terms of the
11
 * GNU GPL, version 2 or (at your option) any later version.
9 12
 */
10 13

  
11 14
#include "hw.h"
b/hw/framebuffer.c
5 5
 * Written by Paul Brook <paul@codesourcery.com>
6 6
 *
7 7
 * This code is licensed under the GNU GPLv2.
8
 *
9
 * Contributions after 2012-01-13 are licensed under the terms of the
10
 * GNU GPL, version 2 or (at your option) any later version.
8 11
 */
9 12

  
10 13
/* TODO:
b/hw/gumstix.c
6 6
 * Code based on spitz platform by Andrzej Zaborowski <balrog@zabor.org>
7 7
 *
8 8
 * This code is licensed under the GNU GPL v2.
9
 *
10
 * Contributions after 2012-01-13 are licensed under the terms of the
11
 * GNU GPL, version 2 or (at your option) any later version.
9 12
 */
10 13
 
11 14
/* 
b/hw/ivshmem.c
12 12
 *          Copyright (c) 2006 Igor Kovalenko
13 13
 *
14 14
 * This code is licensed under the GNU GPL v2.
15
 *
16
 * Contributions after 2012-01-13 are licensed under the terms of the
17
 * GNU GPL, version 2 or (at your option) any later version.
15 18
 */
16 19
#include "hw.h"
17 20
#include "pc.h"
b/hw/kvmclock.c
9 9
 * This work is licensed under the terms of the GNU GPL version 2.
10 10
 * See the COPYING file in the top-level directory.
11 11
 *
12
 * Contributions after 2012-01-13 are licensed under the terms of the
13
 * GNU GPL, version 2 or (at your option) any later version.
12 14
 */
13 15

  
14 16
#include "qemu-common.h"
b/hw/lan9118.c
5 5
 * Written by Paul Brook
6 6
 *
7 7
 * This code is licensed under the GNU GPL v2
8
 *
9
 * Contributions after 2012-01-13 are licensed under the terms of the
10
 * GNU GPL, version 2 or (at your option) any later version.
8 11
 */
9 12

  
10 13
#include "sysbus.h"
b/hw/mainstone.c
7 7
 * Code based on spitz platform by Andrzej Zaborowski <balrog@zabor.org>
8 8
 *
9 9
 * This code is licensed under the GNU GPL v2.
10
 *
11
 * Contributions after 2012-01-13 are licensed under the terms of the
12
 * GNU GPL, version 2 or (at your option) any later version.
10 13
 */
11 14
#include "hw.h"
12 15
#include "pxa.h"
b/hw/marvell_88w8618_audio.c
5 5
 * Copyright (c) 2008 Jan Kiszka
6 6
 *
7 7
 * This code is licensed under the GNU GPL v2.
8
 *
9
 * Contributions after 2012-01-13 are licensed under the terms of the
10
 * GNU GPL, version 2 or (at your option) any later version.
8 11
 */
9 12
#include "sysbus.h"
10 13
#include "hw.h"
b/hw/max111x.c
5 5
 * Written by Andrzej Zaborowski <balrog@zabor.org>
6 6
 *
7 7
 * This code is licensed under the GNU GPLv2.
8
 *
9
 * Contributions after 2012-01-13 are licensed under the terms of the
10
 * GNU GPL, version 2 or (at your option) any later version.
8 11
 */
9 12

  
10 13
#include "ssi.h"
b/hw/mips_fulong2e.c
5 5
 * Copyright (c) 2009 chenming (chenming@rdc.faw.com.cn)
6 6
 * Copyright (c) 2010 Huacai Chen (zltjiangshi@gmail.com)
7 7
 * This code is licensed under the GNU GPL v2.
8
 *
9
 * Contributions after 2012-01-13 are licensed under the terms of the
10
 * GNU GPL, version 2 or (at your option) any later version.
8 11
 */
9 12

  
10 13
/*
b/hw/msix.c
9 9
 *
10 10
 * This work is licensed under the terms of the GNU GPL, version 2.  See
11 11
 * the COPYING file in the top-level directory.
12
 *
13
 * Contributions after 2012-01-13 are licensed under the terms of the
14
 * GNU GPL, version 2 or (at your option) any later version.
12 15
 */
13 16

  
14 17
#include "hw.h"
b/hw/mst_fpga.c
6 6
 *                                    <akuster@mvista.com>
7 7
 *
8 8
 * This code is licensed under the GNU GPL v2.
9
 *
10
 * Contributions after 2012-01-13 are licensed under the terms of the
11
 * GNU GPL, version 2 or (at your option) any later version.
9 12
 */
10 13
#include "hw.h"
11 14
#include "sysbus.h"
b/hw/musicpal.c
4 4
 * Copyright (c) 2008 Jan Kiszka
5 5
 *
6 6
 * This code is licensed under the GNU GPL v2.
7
 *
8
 * Contributions after 2012-01-13 are licensed under the terms of the
9
 * GNU GPL, version 2 or (at your option) any later version.
7 10
 */
8 11

  
9 12
#include "sysbus.h"
b/hw/nand.c
11 11
 * from ST Microelectronics.
12 12
 *
13 13
 * This code is licensed under the GNU GPL v2.
14
 *
15
 * Contributions after 2012-01-13 are licensed under the terms of the
16
 * GNU GPL, version 2 or (at your option) any later version.
14 17
 */
15 18

  
16 19
#ifndef NAND_IO
b/hw/pl031.c
7 7
 * it under the terms of the GNU General Public License version 2 as
8 8
 * published by the Free Software Foundation.
9 9
 *
10
 * Contributions after 2012-01-13 are licensed under the terms of the
11
 * GNU GPL, version 2 or (at your option) any later version.
10 12
 */
11 13

  
12 14
#include "sysbus.h"
b/hw/pxa2xx_keypad.c
6 6
 *              or  <Akuster@mvista.com>
7 7
 *
8 8
 * This code is licensed under the GPLv2.
9
 *
10
 * Contributions after 2012-01-13 are licensed under the terms of the
11
 * GNU GPL, version 2 or (at your option) any later version.
9 12
 */
10 13

  
11 14
#include "hw.h"
b/hw/pxa2xx_lcd.c
5 5
 * Written by Andrzej Zaborowski <balrog@zabor.org>
6 6
 *
7 7
 * This code is licensed under the GPLv2.
8
 *
9
 * Contributions after 2012-01-13 are licensed under the terms of the
10
 * GNU GPL, version 2 or (at your option) any later version.
8 11
 */
9 12

  
10 13
#include "hw.h"
b/hw/pxa2xx_mmci.c
5 5
 * Written by Andrzej Zaborowski <balrog@zabor.org>
6 6
 *
7 7
 * This code is licensed under the GPLv2.
8
 *
9
 * Contributions after 2012-01-13 are licensed under the terms of the
10
 * GNU GPL, version 2 or (at your option) any later version.
8 11
 */
9 12

  
10 13
#include "hw.h"
b/hw/pxa2xx_pcmcia.c
5 5
 * Written by Andrzej Zaborowski <balrog@zabor.org>
6 6
 *
7 7
 * This code is licensed under the GPLv2.
8
 *
9
 * Contributions after 2012-01-13 are licensed under the terms of the
10
 * GNU GPL, version 2 or (at your option) any later version.
8 11
 */
9 12

  
10 13
#include "hw.h"
b/hw/smbios.c
9 9
 * This work is licensed under the terms of the GNU GPL, version 2.  See
10 10
 * the COPYING file in the top-level directory.
11 11
 *
12
 * Contributions after 2012-01-13 are licensed under the terms of the
13
 * GNU GPL, version 2 or (at your option) any later version.
12 14
 */
13 15

  
14 16
#include "sysemu.h"
b/hw/spitz.c
5 5
 * Written by Andrzej Zaborowski <balrog@zabor.org>
6 6
 *
7 7
 * This code is licensed under the GNU GPL v2.
8
 *
9
 * Contributions after 2012-01-13 are licensed under the terms of the
10
 * GNU GPL, version 2 or (at your option) any later version.
8 11
 */
9 12

  
10 13
#include "hw.h"
b/hw/ssi-sd.c
5 5
 * Written by Paul Brook
6 6
 *
7 7
 * This code is licensed under the GNU GPL v2.
8
 *
9
 * Contributions after 2012-01-13 are licensed under the terms of the
10
 * GNU GPL, version 2 or (at your option) any later version.
8 11
 */
9 12

  
10 13
#include "blockdev.h"
b/hw/ssi.c
5 5
 * Written by Paul Brook
6 6
 *
7 7
 * This code is licensed under the GNU GPL v2.
8
 *
9
 * Contributions after 2012-01-13 are licensed under the terms of the
10
 * GNU GPL, version 2 or (at your option) any later version.
8 11
 */
9 12

  
10 13
#include "ssi.h"
b/hw/strongarm.c
22 22
 *
23 23
 *  You should have received a copy of the GNU General Public License along
24 24
 *  with this program; if not, see <http://www.gnu.org/licenses/>.
25
 *
26
 *  Contributions after 2012-01-13 are licensed under the terms of the
27
 *  GNU GPL, version 2 or (at your option) any later version.
25 28
 */
26 29
#include "sysbus.h"
27 30
#include "strongarm.h"
b/hw/tc6393xb.c
6 6
 * Most features are currently unsupported!!!
7 7
 *
8 8
 * This code is licensed under the GNU GPL v2.
9
 *
10
 * Contributions after 2012-01-13 are licensed under the terms of the
11
 * GNU GPL, version 2 or (at your option) any later version.
9 12
 */
10 13
#include "hw.h"
11 14
#include "devices.h"
b/hw/tosa.c
6 6
 *
7 7
 * Code based on spitz platform by Andrzej Zaborowski <balrog@zabor.org>
8 8
 * This code is licensed under the GNU GPL v2.
9
 *
10
 * Contributions after 2012-01-13 are licensed under the terms of the
11
 * GNU GPL, version 2 or (at your option) any later version.
9 12
 */
10 13

  
11 14
#include "hw.h"
b/hw/vexpress.c
16 16
 *
17 17
 *  You should have received a copy of the GNU General Public License along
18 18
 *  with this program; if not, see <http://www.gnu.org/licenses/>.
19
 *
20
 *  Contributions after 2012-01-13 are licensed under the terms of the
21
 *  GNU GPL, version 2 or (at your option) any later version.
19 22
 */
20 23

  
21 24
#include "sysbus.h"
b/hw/vhost.c
8 8
 *
9 9
 * This work is licensed under the terms of the GNU GPL, version 2.  See
10 10
 * the COPYING file in the top-level directory.
11
 *
12
 * Contributions after 2012-01-13 are licensed under the terms of the
13
 * GNU GPL, version 2 or (at your option) any later version.
11 14
 */
12 15

  
13 16
#include <sys/ioctl.h>
b/hw/vhost_net.c
8 8
 *
9 9
 * This work is licensed under the terms of the GNU GPL, version 2.  See
10 10
 * the COPYING file in the top-level directory.
11
 *
12
 * Contributions after 2012-01-13 are licensed under the terms of the
13
 * GNU GPL, version 2 or (at your option) any later version.
11 14
 */
12 15

  
13 16
#include "net.h"
b/hw/virtio-pci.c
11 11
 * This work is licensed under the terms of the GNU GPL, version 2.  See
12 12
 * the COPYING file in the top-level directory.
13 13
 *
14
 * Contributions after 2012-01-13 are licensed under the terms of the
15
 * GNU GPL, version 2 or (at your option) any later version.
14 16
 */
15 17

  
16 18
#include <inttypes.h>
b/hw/virtio-serial-bus.c
13 13
 *
14 14
 * This work is licensed under the terms of the GNU GPL, version 2.  See
15 15
 * the COPYING file in the top-level directory.
16
 *
17
 * Contributions after 2012-01-13 are licensed under the terms of the
18
 * GNU GPL, version 2 or (at your option) any later version.
16 19
 */
17 20

  
18 21
#include "iov.h"
b/hw/vt82c686.c
5 5
 * Copyright (c) 2009 chenming (chenming@rdc.faw.com.cn)
6 6
 * Copyright (c) 2010 Huacai Chen (zltjiangshi@gmail.com)
7 7
 * This code is licensed under the GNU GPL v2.
8
 *
9
 * Contributions after 2012-01-13 are licensed under the terms of the
10
 * GNU GPL, version 2 or (at your option) any later version.
8 11
 */
9 12

  
10 13
#include "hw.h"
b/hw/xen_backend.c
13 13
 *
14 14
 *  You should have received a copy of the GNU General Public License along
15 15
 *  with this program; if not, see <http://www.gnu.org/licenses/>.
16
 *
17
 *  Contributions after 2012-01-13 are licensed under the terms of the
18
 *  GNU GPL, version 2 or (at your option) any later version.
16 19
 */
17 20

  
18 21
/*
b/hw/xen_disk.c
14 14
 *
15 15
 *  You should have received a copy of the GNU General Public License along
16 16
 *  with this program; if not, see <http://www.gnu.org/licenses/>.
17
 *
18
 *  Contributions after 2012-01-13 are licensed under the terms of the
19
 *  GNU GPL, version 2 or (at your option) any later version.
17 20
 */
18 21

  
19 22
#include <stdio.h>
b/hw/xen_nic.c
14 14
 *
15 15
 *  You should have received a copy of the GNU General Public License along
16 16
 *  with this program; if not, see <http://www.gnu.org/licenses/>.
17
 *
18
 *  Contributions after 2012-01-13 are licensed under the terms of the
19
 *  GNU GPL, version 2 or (at your option) any later version.
17 20
 */
18 21

  
19 22
#include <stdio.h>
b/hw/z2.c
6 6
 * Code is based on mainstone platform.
7 7
 *
8 8
 * This code is licensed under the GNU GPL v2.
9
 *
10
 * Contributions after 2012-01-13 are licensed under the terms of the
11
 * GNU GPL, version 2 or (at your option) any later version.
9 12
 */
10 13

  
11 14
#include "hw.h"
b/iov.c
10 10
 *
11 11
 * This work is licensed under the terms of the GNU GPL, version 2.  See
12 12
 * the COPYING file in the top-level directory.
13
 *
14
 * Contributions after 2012-01-13 are licensed under the terms of the
15
 * GNU GPL, version 2 or (at your option) any later version.
13 16
 */
14 17

  
15 18
#include "iov.h"
b/memory.c
9 9
 * This work is licensed under the terms of the GNU GPL, version 2.  See
10 10
 * the COPYING file in the top-level directory.
11 11
 *
12
 * Contributions after 2012-01-13 are licensed under the terms of the
13
 * GNU GPL, version 2 or (at your option) any later version.
12 14
 */
13 15

  
14 16
#include "memory.h"
b/migration-exec.c
11 11
 * This work is licensed under the terms of the GNU GPL, version 2.  See
12 12
 * the COPYING file in the top-level directory.
13 13
 *
14
 * Contributions after 2012-01-13 are licensed under the terms of the
15
 * GNU GPL, version 2 or (at your option) any later version.
14 16
 */
15 17

  
16 18
#include "qemu-common.h"
b/migration-fd.c
9 9
 * This work is licensed under the terms of the GNU GPL, version 2.  See
10 10
 * the COPYING file in the top-level directory.
11 11
 *
12
 * Contributions after 2012-01-13 are licensed under the terms of the
13
 * GNU GPL, version 2 or (at your option) any later version.
12 14
 */
13 15

  
14 16
#include "qemu-common.h"
b/migration-tcp.c
9 9
 * This work is licensed under the terms of the GNU GPL, version 2.  See
10 10
 * the COPYING file in the top-level directory.
11 11
 *
12
 * Contributions after 2012-01-13 are licensed under the terms of the
13
 * GNU GPL, version 2 or (at your option) any later version.
12 14
 */
13 15

  
14 16
#include "qemu-common.h"
b/migration-unix.c
9 9
 * This work is licensed under the terms of the GNU GPL, version 2.  See
10 10
 * the COPYING file in the top-level directory.
11 11
 *
12
 * Contributions after 2012-01-13 are licensed under the terms of the
13
 * GNU GPL, version 2 or (at your option) any later version.
12 14
 */
13 15

  
14 16
#include "qemu-common.h"
b/migration.c
9 9
 * This work is licensed under the terms of the GNU GPL, version 2.  See
10 10
 * the COPYING file in the top-level directory.
11 11
 *
12
 * Contributions after 2012-01-13 are licensed under the terms of the
13
 * GNU GPL, version 2 or (at your option) any later version.
12 14
 */
13 15

  
14 16
#include "qemu-common.h"
b/module.c
9 9
 * This work is licensed under the terms of the GNU GPL, version 2.  See
10 10
 * the COPYING file in the top-level directory.
11 11
 *
12
 * Contributions after 2012-01-13 are licensed under the terms of the
13
 * GNU GPL, version 2 or (at your option) any later version.
12 14
 */
13 15

  
14 16
#include "qemu-common.h"
b/net/checksum.c
13 13
 *
14 14
 *  You should have received a copy of the GNU General Public License
15 15
 *  along with this program; if not, see <http://www.gnu.org/licenses/>.
16
 *
17
 *  Contributions after 2012-01-13 are licensed under the terms of the
18
 *  GNU GPL, version 2 or (at your option) any later version.
16 19
 */
17 20

  
18 21
#include "net/checksum.h"
b/notify.c
9 9
 * This work is licensed under the terms of the GNU GPL, version 2.  See
10 10
 * the COPYING file in the top-level directory.
11 11
 *
12
 * Contributions after 2012-01-13 are licensed under the terms of the
13
 * GNU GPL, version 2 or (at your option) any later version.
12 14
 */
13 15

  
14 16
#include "qemu-common.h"
b/pflib.c
6 6
 * This work is licensed under the terms of the GNU GPL, version 2.  See
7 7
 * the COPYING file in the top-level directory.
8 8
 *
9
 * Contributions after 2012-01-13 are licensed under the terms of the
10
 * GNU GPL, version 2 or (at your option) any later version.
9 11
 */
10 12
#include "qemu-common.h"
11 13
#include "console.h"
b/posix-aio-compat.c
9 9
 * This work is licensed under the terms of the GNU GPL, version 2.  See
10 10
 * the COPYING file in the top-level directory.
11 11
 *
12
 * Contributions after 2012-01-13 are licensed under the terms of the
13
 * GNU GPL, version 2 or (at your option) any later version.
12 14
 */
13 15

  
14 16
#include <sys/ioctl.h>
b/qemu-tool.c
9 9
 * This work is licensed under the terms of the GNU GPL, version 2.  See
10 10
 * the COPYING file in the top-level directory.
11 11
 *
12
 * Contributions after 2012-01-13 are licensed under the terms of the
13
 * GNU GPL, version 2 or (at your option) any later version.
12 14
 */
13 15

  
14 16
#include "qemu-common.h"
b/qmp.c
9 9
 * This work is licensed under the terms of the GNU GPL, version 2.  See
10 10
 * the COPYING file in the top-level directory.
11 11
 *
12
 * Contributions after 2012-01-13 are licensed under the terms of the
13
 * GNU GPL, version 2 or (at your option) any later version.
12 14
 */
13 15

  
14 16
#include "qemu-common.h"
b/xen-all.c
4 4
 * This work is licensed under the terms of the GNU GPL, version 2.  See
5 5
 * the COPYING file in the top-level directory.
6 6
 *
7
 * Contributions after 2012-01-13 are licensed under the terms of the
8
 * GNU GPL, version 2 or (at your option) any later version.
7 9
 */
8 10

  
9 11
#include <sys/mman.h>
b/xen-mapcache.c
4 4
 * This work is licensed under the terms of the GNU GPL, version 2.  See
5 5
 * the COPYING file in the top-level directory.
6 6
 *
7
 * Contributions after 2012-01-13 are licensed under the terms of the
8
 * GNU GPL, version 2 or (at your option) any later version.
7 9
 */
8 10

  
9 11
#include "config.h"
b/xen-stub.c
4 4
 * This work is licensed under the terms of the GNU GPL, version 2.  See
5 5
 * the COPYING file in the top-level directory.
6 6
 *
7
 * Contributions after 2012-01-13 are licensed under the terms of the
8
 * GNU GPL, version 2 or (at your option) any later version.
7 9
 */
8 10

  
9 11
#include "qemu-common.h"

Also available in: Unified diff