From c12786444e0175464295fb9a98c600060bffa0ed Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 9 Jun 2009 11:13:30 +0100 Subject: 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-generator.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'json-glib/json-generator.h') 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 . + * * Author: - * Emmanuele Bassi + * Emmanuele Bassi */ #ifndef __JSON_GENERATOR_H__ -- cgit v1.2.1