[json-glib] Fix license and copyright notices
- From: Emmanuele Bassi <ebassi src gnome org>
- To: svn-commits-list gnome org
- Subject: [json-glib] Fix license and copyright notices
- Date: Tue, 9 Jun 2009 06:35:02 -0400 (EDT)
commit c12786444e0175464295fb9a98c600060bffa0ed
Author: Emmanuele Bassi <ebassi linux intel com>
Date: Tue Jun 9 11:13:30 2009 +0100
Fix license and copyright notices
THere is no such thing as the "Lesser General Public License
version 2": the LGPL v2 is the "Library GPL", and has been
superceded by v2.1 with the new "Lesser GPL" name.
Also, the copyright is now Intel Corp.
---
json-glib/json-array.c | 8 ++++++--
json-glib/json-generator.c | 8 ++++++--
json-glib/json-generator.h | 8 ++++++--
json-glib/json-glib.h | 23 +++++++++++++++++++++++
json-glib/json-gobject.h | 8 ++++++--
json-glib/json-node.c | 8 ++++++--
json-glib/json-object.c | 9 ++++++---
json-glib/json-parser.c | 8 ++++++--
json-glib/json-parser.h | 8 ++++++--
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__
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]