diff options
Diffstat (limited to 'qdict.c')
| -rw-r--r-- | qdict.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qdict.c b/qdict.c index aae57bf450..175bc178f0 100644 --- a/qdict.c +++ b/qdict.c @@ -1,13 +1,13 @@ /* - * QDict data type. + * QDict 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" |