diff options
Diffstat (limited to 'json-glib/json-parser.h')
-rw-r--r-- | json-glib/json-parser.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/json-glib/json-parser.h b/json-glib/json-parser.h index 2b2152b..9c9afb7 100644 --- a/json-glib/json-parser.h +++ b/json-glib/json-parser.h @@ -1,3 +1,22 @@ +/* json-parser.h - JSON streams parser + * + * This file is part of JSON-GLib + * Copyright (C) 2007 OpenedHand Ltd. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * Author: + * Emmanuele Bassi <ebassi@openedhand.com> + */ + #ifndef __JSON_PARSER_H__ #define __JSON_PARSER_H__ |