diff options
| author | Luiz Capitulino <lcapitulino@redhat.com> | 2010-05-12 16:34:42 -0300 |
|---|---|---|
| committer | Luiz Capitulino <lcapitulino@redhat.com> | 2010-05-19 12:45:54 -0300 |
| commit | 41836a9f7e4da3a265989d79f35c44f659f7b3cf (patch) | |
| tree | 8fd17823b3042bc386b9586c05235954956317b3 /qobject.h | |
| parent | 39b59d2606b3360458361ab0f5419b3262dbf46d (diff) | |
| download | focaccia-qemu-41836a9f7e4da3a265989d79f35c44f659f7b3cf.tar.gz focaccia-qemu-41836a9f7e4da3a265989d79f35c44f659f7b3cf.zip | |
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: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'qobject.h')
| -rw-r--r-- | qobject.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qobject.h b/qobject.h index 07de211ef0..d42386dde1 100644 --- a/qobject.h +++ b/qobject.h @@ -8,8 +8,8 @@ * 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. * * QObject Reference Counts Terminology * ------------------------------------ |