Bug 236613: change to MPL/LGPL/GPL tri-license.

This commit is contained in:
wtchang%redhat.com 2006-04-05 20:57:23 +00:00
Родитель c3941dd87f
Коммит 72cd978d1a
9 изменённых файлов: 271 добавлений и 244 удалений

Просмотреть файл

@ -1,39 +1,43 @@
dnl -*- Mode: Autoconf; tab-width: 4; indent-tabs-mode: nil; -*- dnl -*- Mode: Autoconf; tab-width: 4; indent-tabs-mode: nil; -*-
dnl dnl
dnl The contents of this file are subject to the Mozilla Public dnl ***** BEGIN LICENSE BLOCK *****
dnl License Version 1.1 (the "License"); you may not use this file dnl Version: MPL 1.1/GPL 2.0/LGPL 2.1
dnl except in compliance with the License. You may obtain a copy of dnl
dnl the License at http://www.mozilla.org/MPL/ dnl The contents of this file are subject to the Mozilla Public License Version
dnl dnl 1.1 (the "License"); you may not use this file except in compliance with
dnl Software distributed under the License is distributed on an "AS dnl the License. You may obtain a copy of the License at
dnl IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or dnl http://www.mozilla.org/MPL/
dnl implied. See the License for the specific language governing dnl
dnl rights and limitations under the License. dnl Software distributed under the License is distributed on an "AS IS" basis,
dnl dnl WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
dnl for the specific language governing rights and limitations under the
dnl License.
dnl
dnl The Original Code is the Netscape Portable Runtime (NSPR). dnl The Original Code is the Netscape Portable Runtime (NSPR).
dnl dnl
dnl The Initial Developer of the Original Code is Netscape dnl The Initial Developer of the Original Code is
dnl Communications Corporation. Portions created by Netscape are dnl Netscape Communications Corporation.
dnl Copyright (C) 1998o-2000 Netscape Communications Corporation. All dnl Portions created by the Initial Developer are Copyright (C) 1998
dnl Rights Reserved. dnl the Initial Developer. All Rights Reserved.
dnl dnl
dnl Contributor(s): dnl Contributor(s):
dnl Christopher Seawood <cls@seawood.org> dnl Christopher Seawood <cls@seawood.org>
dnl Howard Chu <hyc@symas.com> dnl Howard Chu <hyc@symas.com>
dnl Mark Mentovai <mark@moxienet.com> dnl Mark Mentovai <mark@moxienet.com>
dnl dnl
dnl Alternatively, the contents of this file may be used under the dnl Alternatively, the contents of this file may be used under the terms of
dnl terms of the GNU General Public License Version 2 or later (the dnl either the GNU General Public License Version 2 or later (the "GPL"), or
dnl "GPL"), in which case the provisions of the GPL are applicable dnl the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
dnl instead of those above. If you wish to allow use of your dnl in which case the provisions of the GPL or the LGPL are applicable instead
dnl version of this file only under the terms of the GPL and not to dnl of those above. If you wish to allow use of your version of this file only
dnl allow others to use your version of this file under the MPL, dnl under the terms of either the GPL or the LGPL, and not to allow others to
dnl indicate your decision by deleting the provisions above and dnl use your version of this file under the terms of the MPL, indicate your
dnl replace them with the notice and other provisions required by dnl decision by deleting the provisions above and replace them with the notice
dnl the GPL. If you do not delete the provisions above, a recipient dnl and other provisions required by the GPL or the LGPL. If you do not delete
dnl may use your version of this file under either the MPL or the dnl the provisions above, a recipient may use your version of this file under
dnl GPL. dnl the terms of any one of the MPL, the GPL or the LGPL.
dnl dnl
dnl ***** END LICENSE BLOCK *****
AC_PREREQ(2.12) AC_PREREQ(2.12)
AC_INIT(config/libc_r.h) AC_INIT(config/libc_r.h)

Просмотреть файл

@ -2,6 +2,7 @@
# Copyright 2005 Sun Microsystems, Inc. All rights reserved. # Copyright 2005 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms. # Use is subject to license terms.
# #
# ***** BEGIN LICENSE BLOCK *****
# Version: MPL 1.1/GPL 2.0/LGPL 2.1 # Version: MPL 1.1/GPL 2.0/LGPL 2.1
# #
# The contents of this file are subject to the Mozilla Public License Version # The contents of this file are subject to the Mozilla Public License Version
@ -37,7 +38,7 @@
# #
# ***** END LICENSE BLOCK ***** # ***** END LICENSE BLOCK *****
# #
#ident "$Id: prototype,v 1.3 2005-02-25 20:20:52 christophe.ravel.bugs%sun.com Exp $" #ident "$Id: prototype,v 1.4 2006-04-05 20:57:09 wtchang%redhat.com Exp $"
# #
# This required package information file contains a list of package contents. # This required package information file contains a list of package contents.
# The 'pkgmk' command uses this file to identify the contents of a package # The 'pkgmk' command uses this file to identify the contents of a package

Просмотреть файл

@ -1,36 +1,39 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* /* ***** BEGIN LICENSE BLOCK *****
* The contents of this file are subject to the Mozilla Public * Version: MPL 1.1/GPL 2.0/LGPL 2.1
* License Version 1.1 (the "License"); you may not use this file *
* except in compliance with the License. You may obtain a copy of * The contents of this file are subject to the Mozilla Public License Version
* the License at http://www.mozilla.org/MPL/ * 1.1 (the "License"); you may not use this file except in compliance with
* * the License. You may obtain a copy of the License at
* Software distributed under the License is distributed on an "AS * http://www.mozilla.org/MPL/
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or *
* implied. See the License for the specific language governing * Software distributed under the License is distributed on an "AS IS" basis,
* rights and limitations under the License. * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* * for the specific language governing rights and limitations under the
* License.
*
* The Original Code is the Netscape Portable Runtime (NSPR). * The Original Code is the Netscape Portable Runtime (NSPR).
* *
* The Initial Developer of the Original Code is Netscape * The Initial Developer of the Original Code is
* Communications Corporation. Portions created by Netscape are * Netscape Communications Corporation.
* Copyright (C) 1998-2000 Netscape Communications Corporation. All * Portions created by the Initial Developer are Copyright (C) 1998-2000
* Rights Reserved. * the Initial Developer. All Rights Reserved.
* *
* Contributor(s): * Contributor(s):
* *
* Alternatively, the contents of this file may be used under the * Alternatively, the contents of this file may be used under the terms of
* terms of the GNU General Public License Version 2 or later (the * either the GNU General Public License Version 2 or later (the "GPL"), or
* "GPL"), in which case the provisions of the GPL are applicable * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
* instead of those above. If you wish to allow use of your * in which case the provisions of the GPL or the LGPL are applicable instead
* version of this file only under the terms of the GPL and not to * of those above. If you wish to allow use of your version of this file only
* allow others to use your version of this file under the MPL, * under the terms of either the GPL or the LGPL, and not to allow others to
* indicate your decision by deleting the provisions above and * use your version of this file under the terms of the MPL, indicate your
* replace them with the notice and other provisions required by * decision by deleting the provisions above and replace them with the notice
* the GPL. If you do not delete the provisions above, a recipient * and other provisions required by the GPL or the LGPL. If you do not delete
* may use your version of this file under either the MPL or the * the provisions above, a recipient may use your version of this file under
* GPL. * the terms of any one of the MPL, the GPL or the LGPL.
*/ *
* ***** END LICENSE BLOCK ***** */
#ifndef nspr_cpucfg___ #ifndef nspr_cpucfg___
#define nspr_cpucfg___ #define nspr_cpucfg___

Просмотреть файл

@ -1,36 +1,40 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* /* ***** BEGIN LICENSE BLOCK *****
* The contents of this file are subject to the Mozilla Public * Version: MPL 1.1/GPL 2.0/LGPL 2.1
* License Version 1.1 (the "License"); you may not use this file *
* except in compliance with the License. You may obtain a copy of * The contents of this file are subject to the Mozilla Public License Version
* the License at http://www.mozilla.org/MPL/ * 1.1 (the "License"); you may not use this file except in compliance with
* * the License. You may obtain a copy of the License at
* Software distributed under the License is distributed on an "AS * http://www.mozilla.org/MPL/
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or *
* implied. See the License for the specific language governing * Software distributed under the License is distributed on an "AS IS" basis,
* rights and limitations under the License. * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* * for the specific language governing rights and limitations under the
* License.
*
* The Original Code is the Netscape Portable Runtime (NSPR). * The Original Code is the Netscape Portable Runtime (NSPR).
* *
* The Initial Developer of the Original Code is Netscape * The Initial Developer of the Original Code is
* Communications Corporation. Portions created by Netscape are * Netscape Communications Corporation.
* Copyright (C) 1998-2000 Netscape Communications Corporation. All * Portions created by the Initial Developer are Copyright (C) 1998-2000
* Rights Reserved. * the Initial Developer. All Rights Reserved.
* *
* Contributor(s): Steve Streeter (Hewlett-Packard Company) * Contributor(s):
* * Steve Streeter (Hewlett-Packard Company)
* Alternatively, the contents of this file may be used under the *
* terms of the GNU General Public License Version 2 or later (the * Alternatively, the contents of this file may be used under the terms of
* "GPL"), in which case the provisions of the GPL are applicable * either the GNU General Public License Version 2 or later (the "GPL"), or
* instead of those above. If you wish to allow use of your * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
* version of this file only under the terms of the GPL and not to * in which case the provisions of the GPL or the LGPL are applicable instead
* allow others to use your version of this file under the MPL, * of those above. If you wish to allow use of your version of this file only
* indicate your decision by deleting the provisions above and * under the terms of either the GPL or the LGPL, and not to allow others to
* replace them with the notice and other provisions required by * use your version of this file under the terms of the MPL, indicate your
* the GPL. If you do not delete the provisions above, a recipient * decision by deleting the provisions above and replace them with the notice
* may use your version of this file under either the MPL or the * and other provisions required by the GPL or the LGPL. If you do not delete
* GPL. * the provisions above, a recipient may use your version of this file under
*/ * the terms of any one of the MPL, the GPL or the LGPL.
*
* ***** END LICENSE BLOCK ***** */
#include "primpl.h" #include "primpl.h"

Просмотреть файл

@ -1,36 +1,39 @@
/* -*- Mode: C++; tab-width: 8; c-basic-offset: 8 -*- */ /* -*- Mode: C++; tab-width: 8; c-basic-offset: 8 -*- */
/* /* ***** BEGIN LICENSE BLOCK *****
* The contents of this file are subject to the Mozilla Public * Version: MPL 1.1/GPL 2.0/LGPL 2.1
* License Version 1.1 (the "License"); you may not use this file *
* except in compliance with the License. You may obtain a copy of * The contents of this file are subject to the Mozilla Public License Version
* the License at http://www.mozilla.org/MPL/ * 1.1 (the "License"); you may not use this file except in compliance with
* * the License. You may obtain a copy of the License at
* Software distributed under the License is distributed on an "AS * http://www.mozilla.org/MPL/
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or *
* implied. See the License for the specific language governing * Software distributed under the License is distributed on an "AS IS" basis,
* rights and limitations under the License. * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* * for the specific language governing rights and limitations under the
* License.
*
* The Original Code is the Netscape Portable Runtime (NSPR). * The Original Code is the Netscape Portable Runtime (NSPR).
* *
* The Initial Developer of the Original Code is Netscape * The Initial Developer of the Original Code is
* Communications Corporation. Portions created by Netscape are * Netscape Communications Corporation.
* Copyright (C) 1998-2000 Netscape Communications Corporation. All * Portions created by the Initial Developer are Copyright (C) 1998-2000
* Rights Reserved. * the Initial Developer. All Rights Reserved.
* *
* Contributor(s): * Contributor(s):
* *
* Alternatively, the contents of this file may be used under the * Alternatively, the contents of this file may be used under the terms of
* terms of the GNU General Public License Version 2 or later (the * either the GNU General Public License Version 2 or later (the "GPL"), or
* "GPL"), in which case the provisions of the GPL are applicable * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
* instead of those above. If you wish to allow use of your * in which case the provisions of the GPL or the LGPL are applicable instead
* version of this file only under the terms of the GPL and not to * of those above. If you wish to allow use of your version of this file only
* allow others to use your version of this file under the MPL, * under the terms of either the GPL or the LGPL, and not to allow others to
* indicate your decision by deleting the provisions above and * use your version of this file under the terms of the MPL, indicate your
* replace them with the notice and other provisions required by * decision by deleting the provisions above and replace them with the notice
* the GPL. If you do not delete the provisions above, a recipient * and other provisions required by the GPL or the LGPL. If you do not delete
* may use your version of this file under either the MPL or the * the provisions above, a recipient may use your version of this file under
* GPL. * the terms of any one of the MPL, the GPL or the LGPL.
*/ *
* ***** END LICENSE BLOCK ***** */
#include "primpl.h" #include "primpl.h"

Просмотреть файл

@ -1,36 +1,39 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* /* ***** BEGIN LICENSE BLOCK *****
* The contents of this file are subject to the Mozilla Public * Version: MPL 1.1/GPL 2.0/LGPL 2.1
* License Version 1.1 (the "License"); you may not use this file *
* except in compliance with the License. You may obtain a copy of * The contents of this file are subject to the Mozilla Public License Version
* the License at http://www.mozilla.org/MPL/ * 1.1 (the "License"); you may not use this file except in compliance with
* * the License. You may obtain a copy of the License at
* Software distributed under the License is distributed on an "AS * http://www.mozilla.org/MPL/
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or *
* implied. See the License for the specific language governing * Software distributed under the License is distributed on an "AS IS" basis,
* rights and limitations under the License. * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* * for the specific language governing rights and limitations under the
* License.
*
* The Original Code is the Netscape Portable Runtime (NSPR). * The Original Code is the Netscape Portable Runtime (NSPR).
* *
* The Initial Developer of the Original Code is Netscape * The Initial Developer of the Original Code is
* Communications Corporation. Portions created by Netscape are * Netscape Communications Corporation.
* Copyright (C) 1999-2000 Netscape Communications Corporation. All * Portions created by the Initial Developer are Copyright (C) 1999-2000
* Rights Reserved. * the Initial Developer. All Rights Reserved.
* *
* Contributor(s): * Contributor(s):
* *
* Alternatively, the contents of this file may be used under the * Alternatively, the contents of this file may be used under the terms of
* terms of the GNU General Public License Version 2 or later (the * either the GNU General Public License Version 2 or later (the "GPL"), or
* "GPL"), in which case the provisions of the GPL are applicable * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
* instead of those above. If you wish to allow use of your * in which case the provisions of the GPL or the LGPL are applicable instead
* version of this file only under the terms of the GPL and not to * of those above. If you wish to allow use of your version of this file only
* allow others to use your version of this file under the MPL, * under the terms of either the GPL or the LGPL, and not to allow others to
* indicate your decision by deleting the provisions above and * use your version of this file under the terms of the MPL, indicate your
* replace them with the notice and other provisions required by * decision by deleting the provisions above and replace them with the notice
* the GPL. If you do not delete the provisions above, a recipient * and other provisions required by the GPL or the LGPL. If you do not delete
* may use your version of this file under either the MPL or the * the provisions above, a recipient may use your version of this file under
* GPL. * the terms of any one of the MPL, the GPL or the LGPL.
*/ *
* ***** END LICENSE BLOCK ***** */
#include <stdio.h> #include <stdio.h>

Просмотреть файл

@ -1,36 +1,39 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* /* ***** BEGIN LICENSE BLOCK *****
* The contents of this file are subject to the Mozilla Public * Version: MPL 1.1/GPL 2.0/LGPL 2.1
* License Version 1.1 (the "License"); you may not use this file *
* except in compliance with the License. You may obtain a copy of * The contents of this file are subject to the Mozilla Public License Version
* the License at http://www.mozilla.org/MPL/ * 1.1 (the "License"); you may not use this file except in compliance with
* * the License. You may obtain a copy of the License at
* Software distributed under the License is distributed on an "AS * http://www.mozilla.org/MPL/
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or *
* implied. See the License for the specific language governing * Software distributed under the License is distributed on an "AS IS" basis,
* rights and limitations under the License. * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* * for the specific language governing rights and limitations under the
* License.
*
* The Original Code is the Netscape Portable Runtime (NSPR). * The Original Code is the Netscape Portable Runtime (NSPR).
* *
* The Initial Developer of the Original Code is Netscape * The Initial Developer of the Original Code is
* Communications Corporation. Portions created by Netscape are * Netscape Communications Corporation.
* Copyright (C) 1998-2000 Netscape Communications Corporation. All * Portions created by the Initial Developer are Copyright (C) 1998-2000
* Rights Reserved. * the Initial Developer. All Rights Reserved.
* *
* Contributor(s): * Contributor(s):
* *
* Alternatively, the contents of this file may be used under the * Alternatively, the contents of this file may be used under the terms of
* terms of the GNU General Public License Version 2 or later (the * either the GNU General Public License Version 2 or later (the "GPL"), or
* "GPL"), in which case the provisions of the GPL are applicable * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
* instead of those above. If you wish to allow use of your * in which case the provisions of the GPL or the LGPL are applicable instead
* version of this file only under the terms of the GPL and not to * of those above. If you wish to allow use of your version of this file only
* allow others to use your version of this file under the MPL, * under the terms of either the GPL or the LGPL, and not to allow others to
* indicate your decision by deleting the provisions above and * use your version of this file under the terms of the MPL, indicate your
* replace them with the notice and other provisions required by * decision by deleting the provisions above and replace them with the notice
* the GPL. If you do not delete the provisions above, a recipient * and other provisions required by the GPL or the LGPL. If you do not delete
* may use your version of this file under either the MPL or the * the provisions above, a recipient may use your version of this file under
* GPL. * the terms of any one of the MPL, the GPL or the LGPL.
*/ *
* ***** END LICENSE BLOCK ***** */
#include "primpl.h" #include "primpl.h"

Просмотреть файл

@ -1,36 +1,39 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* /* ***** BEGIN LICENSE BLOCK *****
* The contents of this file are subject to the Mozilla Public * Version: MPL 1.1/GPL 2.0/LGPL 2.1
* License Version 1.1 (the "License"); you may not use this file *
* except in compliance with the License. You may obtain a copy of * The contents of this file are subject to the Mozilla Public License Version
* the License at http://www.mozilla.org/MPL/ * 1.1 (the "License"); you may not use this file except in compliance with
* * the License. You may obtain a copy of the License at
* Software distributed under the License is distributed on an "AS * http://www.mozilla.org/MPL/
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or *
* implied. See the License for the specific language governing * Software distributed under the License is distributed on an "AS IS" basis,
* rights and limitations under the License. * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* * for the specific language governing rights and limitations under the
* License.
*
* The Original Code is the Netscape Portable Runtime (NSPR). * The Original Code is the Netscape Portable Runtime (NSPR).
* *
* The Initial Developer of the Original Code is Netscape * The Initial Developer of the Original Code is
* Communications Corporation. Portions created by Netscape are * Netscape Communications Corporation.
* Copyright (C) 1998-2000 Netscape Communications Corporation. All * Portions created by the Initial Developer are Copyright (C) 1998-2000
* Rights Reserved. * the Initial Developer. All Rights Reserved.
* *
* Contributor(s): * Contributor(s):
* *
* Alternatively, the contents of this file may be used under the * Alternatively, the contents of this file may be used under the terms of
* terms of the GNU General Public License Version 2 or later (the * either the GNU General Public License Version 2 or later (the "GPL"), or
* "GPL"), in which case the provisions of the GPL are applicable * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
* instead of those above. If you wish to allow use of your * in which case the provisions of the GPL or the LGPL are applicable instead
* version of this file only under the terms of the GPL and not to * of those above. If you wish to allow use of your version of this file only
* allow others to use your version of this file under the MPL, * under the terms of either the GPL or the LGPL, and not to allow others to
* indicate your decision by deleting the provisions above and * use your version of this file under the terms of the MPL, indicate your
* replace them with the notice and other provisions required by * decision by deleting the provisions above and replace them with the notice
* the GPL. If you do not delete the provisions above, a recipient * and other provisions required by the GPL or the LGPL. If you do not delete
* may use your version of this file under either the MPL or the * the provisions above, a recipient may use your version of this file under
* GPL. * the terms of any one of the MPL, the GPL or the LGPL.
*/ *
* ***** END LICENSE BLOCK ***** */
#include "nspr.h" #include "nspr.h"
#include "prpriv.h" #include "prpriv.h"

Просмотреть файл

@ -1,36 +1,39 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* /* ***** BEGIN LICENSE BLOCK *****
* The contents of this file are subject to the Mozilla Public * Version: MPL 1.1/GPL 2.0/LGPL 2.1
* License Version 1.1 (the "License"); you may not use this file *
* except in compliance with the License. You may obtain a copy of * The contents of this file are subject to the Mozilla Public License Version
* the License at http://www.mozilla.org/MPL/ * 1.1 (the "License"); you may not use this file except in compliance with
* * the License. You may obtain a copy of the License at
* Software distributed under the License is distributed on an "AS * http://www.mozilla.org/MPL/
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or *
* implied. See the License for the specific language governing * Software distributed under the License is distributed on an "AS IS" basis,
* rights and limitations under the License. * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* * for the specific language governing rights and limitations under the
* License.
*
* The Original Code is the Netscape Portable Runtime (NSPR). * The Original Code is the Netscape Portable Runtime (NSPR).
* *
* The Initial Developer of the Original Code is Netscape * The Initial Developer of the Original Code is
* Communications Corporation. Portions created by Netscape are * Netscape Communications Corporation.
* Copyright (C) 1998-2000 Netscape Communications Corporation. All * Portions created by the Initial Developer are Copyright (C) 1998-2000
* Rights Reserved. * the Initial Developer. All Rights Reserved.
* *
* Contributor(s): * Contributor(s):
* *
* Alternatively, the contents of this file may be used under the * Alternatively, the contents of this file may be used under the terms of
* terms of the GNU General Public License Version 2 or later (the * either the GNU General Public License Version 2 or later (the "GPL"), or
* "GPL"), in which case the provisions of the GPL are applicable * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
* instead of those above. If you wish to allow use of your * in which case the provisions of the GPL or the LGPL are applicable instead
* version of this file only under the terms of the GPL and not to * of those above. If you wish to allow use of your version of this file only
* allow others to use your version of this file under the MPL, * under the terms of either the GPL or the LGPL, and not to allow others to
* indicate your decision by deleting the provisions above and * use your version of this file under the terms of the MPL, indicate your
* replace them with the notice and other provisions required by * decision by deleting the provisions above and replace them with the notice
* the GPL. If you do not delete the provisions above, a recipient * and other provisions required by the GPL or the LGPL. If you do not delete
* may use your version of this file under either the MPL or the * the provisions above, a recipient may use your version of this file under
* GPL. * the terms of any one of the MPL, the GPL or the LGPL.
*/ *
* ***** END LICENSE BLOCK ***** */
/*********************************************************************** /***********************************************************************
** **