提交 41836a9f 编写于 作者: L Luiz Capitulino

Fix qtypes' licenses

- Change from GPL to LGPL
- Add license text when missing
- Minor cosmetic changes to make all headers look the same
Signed-off-by: NLuiz Capitulino <lcapitulino@redhat.com>
上级 39b59d26
...@@ -5,6 +5,9 @@ ...@@ -5,6 +5,9 @@
* *
* Authors: * Authors:
* Luiz Capitulino <lcapitulino@redhat.com> * Luiz Capitulino <lcapitulino@redhat.com>
*
* 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 <check.h> #include <check.h>
......
/* /*
* QFloat unit-tests. * QFloat unit-tests.
* *
* Copyright (C) 2009 Red Hat Inc.
*
* Authors:
* Luiz Capitulino <lcapitulino@redhat.com>
*
* Copyright IBM, Corp. 2009 * Copyright IBM, Corp. 2009
* *
* Authors: * Authors:
......
...@@ -5,6 +5,9 @@ ...@@ -5,6 +5,9 @@
* *
* Authors: * Authors:
* Luiz Capitulino <lcapitulino@redhat.com> * Luiz Capitulino <lcapitulino@redhat.com>
*
* 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 <check.h> #include <check.h>
......
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
* Authors: * Authors:
* Luiz Capitulino <lcapitulino@redhat.com> * Luiz Capitulino <lcapitulino@redhat.com>
* *
* This work is licensed under the terms of the GNU GPL, version 2. See * This work is licensed under the terms of the GNU LGPL, version 2.1 or later.
* the COPYING file in the top-level directory. * See the COPYING.LIB file in the top-level directory.
*/ */
#include <check.h> #include <check.h>
......
...@@ -5,6 +5,9 @@ ...@@ -5,6 +5,9 @@
* *
* Authors: * Authors:
* Luiz Capitulino <lcapitulino@redhat.com> * Luiz Capitulino <lcapitulino@redhat.com>
*
* 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 <check.h> #include <check.h>
......
/* /*
* QBool Module * QBool 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.
*
* Copyright IBM, Corp. 2009 * Copyright IBM, Corp. 2009
* *
* Authors: * Authors:
......
/* /*
* QDict data type. * QDict Module
* *
* Copyright (C) 2009 Red Hat Inc. * Copyright (C) 2009 Red Hat Inc.
* *
* Authors: * Authors:
* Luiz Capitulino <lcapitulino@redhat.com> * Luiz Capitulino <lcapitulino@redhat.com>
* *
* This work is licensed under the terms of the GNU GPL, version 2. See * This work is licensed under the terms of the GNU LGPL, version 2.1 or later.
* the COPYING file in the top-level directory. * See the COPYING.LIB file in the top-level directory.
*/ */
#include "qint.h" #include "qint.h"
......
/*
* QDict Module
*
* Copyright (C) 2009 Red Hat Inc.
*
* Authors:
* Luiz Capitulino <lcapitulino@redhat.com>
*
* 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.
*/
#ifndef QDICT_H #ifndef QDICT_H
#define QDICT_H #define QDICT_H
......
...@@ -6,9 +6,10 @@ ...@@ -6,9 +6,10 @@
* Authors: * Authors:
* Luiz Capitulino <lcapitulino@redhat.com> * Luiz Capitulino <lcapitulino@redhat.com>
* *
* This work is licensed under the terms of the GNU GPL, version 2. See * This work is licensed under the terms of the GNU LGPL, version 2.1 or later.
* the COPYING file in the top-level directory. * See the COPYING.LIB file in the top-level directory.
*/ */
#ifndef QEMU_OBJECTS_H #ifndef QEMU_OBJECTS_H
#define QEMU_OBJECTS_H #define QEMU_OBJECTS_H
......
/* /*
* QError: QEMU Error data-type. * QError Module
* *
* Copyright (C) 2009 Red Hat Inc. * Copyright (C) 2009 Red Hat Inc.
* *
......
/* /*
* QError header file. * QError Module
* *
* Copyright (C) 2009 Red Hat Inc. * Copyright (C) 2009 Red Hat Inc.
* *
......
/* /*
* QFloat Module * QFloat 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.
*
* Copyright IBM, Corp. 2009 * Copyright IBM, Corp. 2009
* *
* Authors: * Authors:
......
/* /*
* QInt data type. * QInt Module
* *
* Copyright (C) 2009 Red Hat Inc. * Copyright (C) 2009 Red Hat Inc.
* *
* Authors: * Authors:
* Luiz Capitulino <lcapitulino@redhat.com> * Luiz Capitulino <lcapitulino@redhat.com>
* *
* This work is licensed under the terms of the GNU GPL, version 2. See * This work is licensed under the terms of the GNU LGPL, version 2.1 or later.
* the COPYING file in the top-level directory. * See the COPYING.LIB file in the top-level directory.
*/ */
#include "qint.h" #include "qint.h"
#include "qobject.h" #include "qobject.h"
#include "qemu-common.h" #include "qemu-common.h"
......
/*
* QInt Module
*
* Copyright (C) 2009 Red Hat Inc.
*
* Authors:
* Luiz Capitulino <lcapitulino@redhat.com>
*
* 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.
*/
#ifndef QINT_H #ifndef QINT_H
#define QINT_H #define QINT_H
......
/* /*
* QList data type. * QList Module
* *
* Copyright (C) 2009 Red Hat Inc. * Copyright (C) 2009 Red Hat Inc.
* *
* Authors: * Authors:
* Luiz Capitulino <lcapitulino@redhat.com> * Luiz Capitulino <lcapitulino@redhat.com>
* *
* This work is licensed under the terms of the GNU GPL, version 2. See * This work is licensed under the terms of the GNU LGPL, version 2.1 or later.
* the COPYING file in the top-level directory. * See the COPYING.LIB file in the top-level directory.
*/ */
#include "qlist.h" #include "qlist.h"
#include "qobject.h" #include "qobject.h"
#include "qemu-queue.h" #include "qemu-queue.h"
......
/* /*
* QList data type header. * QList Module
* *
* Copyright (C) 2009 Red Hat Inc. * Copyright (C) 2009 Red Hat Inc.
* *
* Authors: * Authors:
* Luiz Capitulino <lcapitulino@redhat.com> * Luiz Capitulino <lcapitulino@redhat.com>
* *
* This work is licensed under the terms of the GNU GPL, version 2. See * This work is licensed under the terms of the GNU LGPL, version 2.1 or later.
* the COPYING file in the top-level directory. * See the COPYING.LIB file in the top-level directory.
*/ */
#ifndef QLIST_H #ifndef QLIST_H
#define QLIST_H #define QLIST_H
......
...@@ -8,8 +8,8 @@ ...@@ -8,8 +8,8 @@
* Authors: * Authors:
* Luiz Capitulino <lcapitulino@redhat.com> * Luiz Capitulino <lcapitulino@redhat.com>
* *
* This work is licensed under the terms of the GNU GPL, version 2. See * This work is licensed under the terms of the GNU LGPL, version 2.1 or later.
* the COPYING file in the top-level directory. * See the COPYING.LIB file in the top-level directory.
* *
* QObject Reference Counts Terminology * QObject Reference Counts Terminology
* ------------------------------------ * ------------------------------------
......
/* /*
* QString data type. * QString Module
* *
* Copyright (C) 2009 Red Hat Inc. * Copyright (C) 2009 Red Hat Inc.
* *
* Authors: * Authors:
* Luiz Capitulino <lcapitulino@redhat.com> * Luiz Capitulino <lcapitulino@redhat.com>
* *
* This work is licensed under the terms of the GNU GPL, version 2. See * This work is licensed under the terms of the GNU LGPL, version 2.1 or later.
* the COPYING file in the top-level directory. * See the COPYING.LIB file in the top-level directory.
*/ */
#include "qobject.h" #include "qobject.h"
#include "qstring.h" #include "qstring.h"
#include "qemu-common.h" #include "qemu-common.h"
......
/*
* QString Module
*
* Copyright (C) 2009 Red Hat Inc.
*
* Authors:
* Luiz Capitulino <lcapitulino@redhat.com>
*
* 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.
*/
#ifndef QSTRING_H #ifndef QSTRING_H
#define QSTRING_H #define QSTRING_H
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册