diff options
Diffstat (limited to 'qdict.h')
| -rw-r--r-- | qdict.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/qdict.h b/qdict.h index 579dcddc74..5e5902caea 100644 --- a/qdict.h +++ b/qdict.h @@ -1,3 +1,15 @@ +/* + * 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 #define QDICT_H |