Revision 41836a9f qlist.c

b/qlist.c
1 1
/*
2
 * QList data type.
2
 * QList Module
3 3
 *
4 4
 * Copyright (C) 2009 Red Hat Inc.
5 5
 *
6 6
 * Authors:
7 7
 *  Luiz Capitulino <lcapitulino@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 LGPL, version 2.1 or later.
10
 * See the COPYING.LIB file in the top-level directory.
11 11
 */
12

  
12 13
#include "qlist.h"
13 14
#include "qobject.h"
14 15
#include "qemu-queue.h"

Also available in: Unified diff