diff options
Diffstat (limited to 'json-glib')
-rw-r--r-- | json-glib/json-array.c | 8 | ||||
-rw-r--r-- | json-glib/json-generator.c | 8 | ||||
-rw-r--r-- | json-glib/json-generator.h | 8 | ||||
-rw-r--r-- | json-glib/json-glib.h | 23 | ||||
-rw-r--r-- | json-glib/json-gobject.h | 8 | ||||
-rw-r--r-- | json-glib/json-node.c | 8 | ||||
-rw-r--r-- | json-glib/json-object.c | 9 | ||||
-rw-r--r-- | json-glib/json-parser.c | 8 | ||||
-rw-r--r-- | json-glib/json-parser.h | 8 | ||||
-rw-r--r-- | json-glib/json-version.h.in | 8 |
10 files changed, 77 insertions, 19 deletions
diff --git a/json-glib/json-array.c b/json-glib/json-array.c index dda971f..08e0449 100644 --- a/json-glib/json-array.c +++ b/json-glib/json-array.c @@ -2,19 +2,23 @@ * * This file is part of JSON-GLib * Copyright (C) 2007 OpenedHand Ltd. + * Copyright (C) 2009 Intel Corp. * * 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. + * version 2.1 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. * + * You should have received a copy of the GNU Lesser General Public + * License along with this library. If not, see <http://www.gnu.org/licenses/>. + * * Author: - * Emmanuele Bassi <ebassi@openedhand.com> + * Emmanuele Bassi <ebassi@linux.intel.com> */ #ifdef HAVE_CONFIG_H diff --git a/json-glib/json-generator.c b/json-glib/json-generator.c index 472b74f..c808fab 100644 --- a/json-glib/json-generator.c +++ b/json-glib/json-generator.c @@ -2,19 +2,23 @@ * * This file is part of JSON-GLib * Copyright (C) 2007 OpenedHand Ltd. + * Copyright (C) 2009 Intel Corp. * * 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. + * version 2.1 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. * + * You should have received a copy of the GNU Lesser General Public + * License along with this library. If not, see <http://www.gnu.org/licenses/>. + * * Author: - * Emmanuele Bassi <ebassi@openedhand.com> + * Emmanuele Bassi <ebassi@linux.intel.com> */ /** diff --git a/json-glib/json-generator.h b/json-glib/json-generator.h index 8fbe0f2..b2ee7e8 100644 --- a/json-glib/json-generator.h +++ b/json-glib/json-generator.h @@ -2,19 +2,23 @@ * * This file is part of JSON-GLib * Copyright (C) 2007 OpenedHand Ltd. + * Copyright (C) 2009 Intel Corp. * * 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. + * version 2.1 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. * + * You should have received a copy of the GNU Lesser General Public + * License along with this library. If not, see <http://www.gnu.org/licenses/>. + * * Author: - * Emmanuele Bassi <ebassi@openedhand.com> + * Emmanuele Bassi <ebassi@linux.intel.com> */ #ifndef __JSON_GENERATOR_H__ diff --git a/json-glib/json-glib.h b/json-glib/json-glib.h index 8e0a969..35e3813 100644 --- a/json-glib/json-glib.h +++ b/json-glib/json-glib.h @@ -1,3 +1,26 @@ +/* json-glib.h: Main header + * + * This file is part of JSON-GLib + * Copyright (C) 2007 OpenedHand Ltd. + * Copyright (C) 2009 Intel Corp. + * + * 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.1 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. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library. If not, see <http://www.gnu.org/licenses/>. + * + * Author: + * Emmanuele Bassi <ebassi@linux.intel.com> + */ + #ifndef __JSON_GLIB_H__ #define __JSON_GLIB_H__ diff --git a/json-glib/json-gobject.h b/json-glib/json-gobject.h index 99cd3af..8eacc58 100644 --- a/json-glib/json-gobject.h +++ b/json-glib/json-gobject.h @@ -2,19 +2,23 @@ * * This file is part of JSON-GLib * Copyright (C) 2007 OpenedHand Ltd. + * Copyright (C) 2009 Intel Corp. * * 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. + * version 2.1 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. * + * You should have received a copy of the GNU Lesser General Public + * License along with this library. If not, see <http://www.gnu.org/licenses/>. + * * Author: - * Emmanuele Bassi <ebassi@openedhand.com> + * Emmanuele Bassi <ebassi@linux.intel.com> */ #ifndef __JSON_GOBJECT_H__ diff --git a/json-glib/json-node.c b/json-glib/json-node.c index c844ce4..1a0aeee 100644 --- a/json-glib/json-node.c +++ b/json-glib/json-node.c @@ -2,19 +2,23 @@ * * This file is part of JSON-GLib * Copyright (C) 2007 OpenedHand Ltd. + * Copyright (C) 2009 Intel Corp. * * 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. + * version 2.1 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. * + * You should have received a copy of the GNU Lesser General Public + * License along with this library. If not, see <http://www.gnu.org/licenses/>. + * * Author: - * Emmanuele Bassi <ebassi@openedhand.com> + * Emmanuele Bassi <ebassi@linux.intel.com> */ #ifdef HAVE_CONFIG_H diff --git a/json-glib/json-object.c b/json-glib/json-object.c index 66c347c..7952274 100644 --- a/json-glib/json-object.c +++ b/json-glib/json-object.c @@ -1,21 +1,24 @@ /* json-object.c - JSON object implementation * * This file is part of JSON-GLib - * Copyright (C) 2007 OpenedHand Ltd + * Copyright (C) 2007 OpenedHand Ltd. * Copyright (C) 2009 Intel Corp. * * 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. + * version 2.1 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. * + * You should have received a copy of the GNU Lesser General Public + * License along with this library. If not, see <http://www.gnu.org/licenses/>. + * * Author: - * Emmanuele Bassi <ebassi@openedhand.com> + * Emmanuele Bassi <ebassi@linux.intel.com> */ #ifdef HAVE_CONFIG_H diff --git a/json-glib/json-parser.c b/json-glib/json-parser.c index 87799de..9765cbe 100644 --- a/json-glib/json-parser.c +++ b/json-glib/json-parser.c @@ -2,19 +2,23 @@ * * This file is part of JSON-GLib * Copyright (C) 2007 OpenedHand Ltd. + * Copyright (C) 2009 Intel Corp. * * 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. + * version 2.1 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. * + * You should have received a copy of the GNU Lesser General Public + * License along with this library. If not, see <http://www.gnu.org/licenses/>. + * * Author: - * Emmanuele Bassi <ebassi@openedhand.com> + * Emmanuele Bassi <ebassi@linux.intel.com> */ /** diff --git a/json-glib/json-parser.h b/json-glib/json-parser.h index bbe2a18..f4bc2ea 100644 --- a/json-glib/json-parser.h +++ b/json-glib/json-parser.h @@ -2,19 +2,23 @@ * * This file is part of JSON-GLib * Copyright (C) 2007 OpenedHand Ltd. + * Copyright (C) 2009 Intel Corp. * * 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. + * version 2.1 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. * + * You should have received a copy of the GNU Lesser General Public + * License along with this library. If not, see <http://www.gnu.org/licenses/>. + * * Author: - * Emmanuele Bassi <ebassi@openedhand.com> + * Emmanuele Bassi <ebassi@linux.intel.com> */ #ifndef __JSON_PARSER_H__ diff --git a/json-glib/json-version.h.in b/json-glib/json-version.h.in index 1057da3..d716154 100644 --- a/json-glib/json-version.h.in +++ b/json-glib/json-version.h.in @@ -2,19 +2,23 @@ * * This file is part of JSON-GLib * Copyright (C) 2007 OpenedHand Ltd. + * Copyright (C) 2009 Intel Corp. * * 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. + * version 2.1 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. * + * You should have received a copy of the GNU Lesser General Public + * License along with this library. If not, see <http://www.gnu.org/licenses/>. + * * Author: - * Emmanuele Bassi <ebassi@openedhand.com> + * Emmanuele Bassi <ebassi@linux.intel.com> */ #ifndef __JSON_VERSION_H__ |