]> git.proxmox.com Git - qemu.git/blobdiff - qlist.c
Update version to 0.15.0
[qemu.git] / qlist.c
diff --git a/qlist.c b/qlist.c
index 5fccb7d0956663679604764ca8fc96430b7815f5..5730fb87f7bd848e2493d55bde055bf9e3965faf 100644 (file)
--- a/qlist.c
+++ b/qlist.c
@@ -1,14 +1,15 @@
 /*
- * QList data type.
+ * QList 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 "qlist.h"
 #include "qobject.h"
 #include "qemu-queue.h"