THIRDPARTYLICENSE revision 1
363N/A/* ***** BEGIN LICENSE BLOCK *****
363N/A * Version: MPL 1.1/GPL 2.0/LGPL 2.1
363N/A *
363N/A * The contents of this file are subject to the Mozilla Public License Version
363N/A * 1.1 (the "License"); you may not use this file except in compliance with
363N/A * the License. You may obtain a copy of the License at
363N/A * http://www.mozilla.org/MPL/
363N/A *
363N/A * Software distributed under the License is distributed on an "AS IS" basis,
363N/A * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
363N/A * for the specific language governing rights and limitations under the
363N/A * License.
363N/A *
363N/A * The Original Code is the Netscape security libraries.
363N/A *
363N/A * The Initial Developer of the Original Code is
363N/A * Netscape Communications Corporation.
363N/A * Portions created by the Initial Developer are Copyright (C) 1994-2000
363N/A * the Initial Developer. All Rights Reserved.
363N/A *
3996N/A * Contributor(s):
363N/A * Dr Vipul Gupta <vipul.gupta@sun.com>, Sun Microsystems Laboratories
363N/A *
363N/A * Alternatively, the contents of this file may be used under the terms of
2369N/A * either the GNU General Public License Version 2 or later (the "GPL"), or
2369N/A * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
363N/A * in which case the provisions of the GPL or the LGPL are applicable instead
363N/A * of those above. If you wish to allow use of your version of this file only
364N/A * under the terms of either the GPL or the LGPL, and not to allow others to
363N/A * use your version of this file under the terms of the MPL, indicate your
363N/A * decision by deleting the provisions above and replace them with the notice
3091N/A * and other provisions required by the GPL or the LGPL. If you do not delete
2369N/A * the provisions above, a recipient may use your version of this file under
363N/A * the terms of any one of the MPL, the GPL or the LGPL.
844N/A *
3091N/A * ***** END LICENSE BLOCK ***** */
363N/A
3182N/A * ***** BEGIN LICENSE BLOCK *****
363N/A * Version: MPL 1.1/GPL 2.0/LGPL 2.1
3996N/A *
3996N/A * The contents of this file are subject to the Mozilla Public License Version
363N/A * 1.1 (the "License"); you may not use this file except in compliance with
695N/A * the License. You may obtain a copy of the License at
365N/A * http://www.mozilla.org/MPL/
363N/A *
363N/A * Software distributed under the License is distributed on an "AS IS" basis,
363N/A * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
363N/A * for the specific language governing rights and limitations under the
363N/A * License.
2369N/A *
363N/A * The Original Code is the Multi-precision Binary Polynomial Arithmetic Library.
363N/A *
363N/A * The Initial Developer of the Original Code is
695N/A * Sun Microsystems, Inc.
363N/A * Portions created by the Initial Developer are Copyright (C) 2003
363N/A * the Initial Developer. All Rights Reserved.
363N/A *
814N/A * Contributor(s):
814N/A * Sheueling Chang Shantz <sheueling.chang@sun.com> and
363N/A * Douglas Stebila <douglas@stebila.ca> of Sun Laboratories.
2369N/A *
791N/A * Alternatively, the contents of this file may be used under the terms of
791N/A * either the GNU General Public License Version 2 or later (the "GPL"), or
791N/A * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
791N/A * in which case the provisions of the GPL or the LGPL are applicable instead
363N/A * of those above. If you wish to allow use of your version of this file only
3091N/A * under the terms of either the GPL or the LGPL, and not to allow others to
3091N/A * use your version of this file under the terms of the MPL, indicate your
3091N/A * decision by deleting the provisions above and replace them with the notice
3091N/A * and other provisions required by the GPL or the LGPL. If you do not delete
363N/A * the provisions above, a recipient may use your version of this file under
3091N/A * the terms of any one of the MPL, the GPL or the LGPL.
363N/A *
363N/A * ***** END LICENSE BLOCK ***** */
363N/A
363N/A * ***** BEGIN LICENSE BLOCK *****
363N/A * Version: MPL 1.1/GPL 2.0/LGPL 2.1
363N/A *
363N/A * The contents of this file are subject to the Mozilla Public License Version
363N/A * 1.1 (the "License"); you may not use this file except in compliance with
363N/A * the License. You may obtain a copy of the License at
363N/A * http://www.mozilla.org/MPL/
363N/A *
2369N/A * Software distributed under the License is distributed on an "AS IS" basis,
2369N/A * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
2369N/A * for the specific language governing rights and limitations under the
2369N/A * License.
2369N/A *
2369N/A * The Original Code is the MPI Arbitrary Precision Integer Arithmetic library.
2369N/A *
363N/A * The Initial Developer of the Original Code is
2369N/A * Michael J. Fromberger.
2369N/A * Portions created by the Initial Developer are Copyright (C) 1997
363N/A * the Initial Developer. All Rights Reserved.
2369N/A *
363N/A * Contributor(s):
363N/A * Netscape Communications Corporation
363N/A *
363N/A * Alternatively, the contents of this file may be used under the terms of
363N/A * either the GNU General Public License Version 2 or later (the "GPL"), or
695N/A * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
695N/A * in which case the provisions of the GPL or the LGPL are applicable instead
363N/A * of those above. If you wish to allow use of your version of this file only
363N/A * under the terms of either the GPL or the LGPL, and not to allow others to
363N/A * use your version of this file under the terms of the MPL, indicate your
363N/A * decision by deleting the provisions above and replace them with the notice
363N/A * and other provisions required by the GPL or the LGPL. If you do not delete
363N/A * the provisions above, a recipient may use your version of this file under
363N/A * the terms of any one of the MPL, the GPL or the LGPL.
363N/A *
363N/A * ***** END LICENSE BLOCK ***** */
363N/A
695N/A * ***** BEGIN LICENSE BLOCK *****
363N/A * Version: MPL 1.1/GPL 2.0/LGPL 2.1
363N/A *
363N/A * The contents of this file are subject to the Mozilla Public License Version
363N/A * 1.1 (the "License"); you may not use this file except in compliance with
363N/A * the License. You may obtain a copy of the License at
363N/A * http://www.mozilla.org/MPL/
2887N/A *
2887N/A * Software distributed under the License is distributed on an "AS IS" basis,
363N/A * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
363N/A * for the specific language governing rights and limitations under the
363N/A * License.
363N/A *
363N/A * The Original Code is the MPI Arbitrary Precision Integer Arithmetic library.
363N/A *
363N/A * The Initial Developer of the Original Code is
* Michael J. Fromberger.
* Portions created by the Initial Developer are Copyright (C) 1998
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
* Netscape Communications Corporation
*
* Alternatively, the contents of this file may be used under the terms of
* either the GNU General Public License Version 2 or later (the "GPL"), or
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
* in which case the provisions of the GPL or the LGPL are applicable instead
* of those above. If you wish to allow use of your version of this file only
* under the terms of either the GPL or the LGPL, and not to allow others to
* use your version of this file under the terms of the MPL, indicate your
* decision by deleting the provisions above and replace them with the notice
* and other provisions required by the GPL or the LGPL. If you do not delete
* 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 ***** */
* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public 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 License at
* http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS" basis,
* 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 MPI Arbitrary Precision Integer Arithmetic library.
*
* The Initial Developer of the Original Code is
* Michael J. Fromberger.
* Portions created by the Initial Developer are Copyright (C) 1998
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
* Netscape Communications Corporation
* Douglas Stebila <douglas@stebila.ca> of Sun Laboratories.
*
* Alternatively, the contents of this file may be used under the terms of
* either the GNU General Public License Version 2 or later (the "GPL"), or
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
* in which case the provisions of the GPL or the LGPL are applicable instead
* of those above. If you wish to allow use of your version of this file only
* under the terms of either the GPL or the LGPL, and not to allow others to
* use your version of this file under the terms of the MPL, indicate your
* decision by deleting the provisions above and replace them with the notice
* and other provisions required by the GPL or the LGPL. If you do not delete
* 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 ***** */
* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public 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 License at
* http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS" basis,
* 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 MPI Arbitrary Precision Integer Arithmetic library.
*
* The Initial Developer of the Original Code is
* Michael J. Fromberger.
* Portions created by the Initial Developer are Copyright (C) 1998
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
*
* Alternatively, the contents of this file may be used under the terms of
* either the GNU General Public License Version 2 or later (the "GPL"), or
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
* in which case the provisions of the GPL or the LGPL are applicable instead
* of those above. If you wish to allow use of your version of this file only
* under the terms of either the GPL or the LGPL, and not to allow others to
* use your version of this file under the terms of the MPL, indicate your
* decision by deleting the provisions above and replace them with the notice
* and other provisions required by the GPL or the LGPL. If you do not delete
* 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 ***** */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public 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 License at
* http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS" basis,
* 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 security libraries.
*
* The Initial Developer of the Original Code is
* Netscape Communications Corporation.
* Portions created by the Initial Developer are Copyright (C) 2000
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
* Sheueling Chang Shantz <sheueling.chang@sun.com>,
* Stephen Fung <stephen.fung@sun.com>, and
* Douglas Stebila <douglas@stebila.ca> of Sun Laboratories.
*
* Alternatively, the contents of this file may be used under the terms of
* either the GNU General Public License Version 2 or later (the "GPL"), or
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
* in which case the provisions of the GPL or the LGPL are applicable instead
* of those above. If you wish to allow use of your version of this file only
* under the terms of either the GPL or the LGPL, and not to allow others to
* use your version of this file under the terms of the MPL, indicate your
* decision by deleting the provisions above and replace them with the notice
* and other provisions required by the GPL or the LGPL. If you do not delete
* 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 ***** */
* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public 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 License at
* http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS" basis,
* 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 MPI Arbitrary Precision Integer Arithmetic library.
*
* The Initial Developer of the Original Code is
* Michael J. Fromberger.
* Portions created by the Initial Developer are Copyright (C) 1997
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
*
* Alternatively, the contents of this file may be used under the terms of
* either the GNU General Public License Version 2 or later (the "GPL"), or
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
* in which case the provisions of the GPL or the LGPL are applicable instead
* of those above. If you wish to allow use of your version of this file only
* under the terms of either the GPL or the LGPL, and not to allow others to
* use your version of this file under the terms of the MPL, indicate your
* decision by deleting the provisions above and replace them with the notice
* and other provisions required by the GPL or the LGPL. If you do not delete
* 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 ***** */
/*
* Sun elects to use this software under the MPL license.
*/
/*
* Source location:
* The source for this code is available at opensolaris.org under the
* terms of the Mozilla Public License Version 1.1. Contact
* on-discuss@opensolaris.org for details.
*/