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