diff options
| author | Anthony Liguori <aliguori@us.ibm.com> | 2010-05-24 09:00:24 -0500 |
|---|---|---|
| committer | Anthony Liguori <aliguori@us.ibm.com> | 2010-05-24 09:00:24 -0500 |
| commit | 3853528a913f0807170e2c78b6ea692f8515c859 (patch) | |
| tree | 9592f6b3f07aabac6bbbaa0f593750e4d3205e9c /qint.c | |
| parent | 16f04416175844507b20072c422d08286ebbced6 (diff) | |
| parent | 41836a9f7e4da3a265989d79f35c44f659f7b3cf (diff) | |
| download | focaccia-qemu-3853528a913f0807170e2c78b6ea692f8515c859.tar.gz focaccia-qemu-3853528a913f0807170e2c78b6ea692f8515c859.zip | |
Merge remote branch 'qmp/for-anthony' into staging
Diffstat (limited to 'qint.c')
| -rw-r--r-- | qint.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/qint.c b/qint.c index 447e847af3..fb3823a7f4 100644 --- a/qint.c +++ b/qint.c @@ -1,14 +1,15 @@ /* - * QInt data type. + * QInt Module * * Copyright (C) 2009 Red Hat Inc. * * Authors: * Luiz Capitulino <lcapitulino@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 LGPL, version 2.1 or later. + * See the COPYING.LIB file in the top-level directory. */ + #include "qint.h" #include "qobject.h" #include "qemu-common.h" |