aboutsummaryrefslogtreecommitdiffstats
path: root/qstring.c
diff options
context:
space:
mode:
authorDavid Turner <digit@android.com>2010-09-09 21:23:36 +0200
committerDavid 'Digit' Turner <digit@android.com>2010-09-13 00:30:34 -0700
commitfd4c0076b7470f5962ff462bae9cd9f208e059b7 (patch)
tree5893d21330ab4b032b7840305659323c2919ecfa /qstring.c
parenta12820ef4aff2e2f6d3db9b704abee2c54d08f40 (diff)
downloadexternal_qemu-fd4c0076b7470f5962ff462bae9cd9f208e059b7.zip
external_qemu-fd4c0076b7470f5962ff462bae9cd9f208e059b7.tar.gz
external_qemu-fd4c0076b7470f5962ff462bae9cd9f208e059b7.tar.bz2
upstream: minor QObject updates.
Diffstat (limited to 'qstring.c')
-rw-r--r--qstring.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/qstring.c b/qstring.c
index 740a106..4e2ba08 100644
--- a/qstring.c
+++ b/qstring.c
@@ -1,14 +1,15 @@
/*
- * QString data type.
+ * QString 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 "qobject.h"
#include "qstring.h"
#include "qemu-common.h"