summaryrefslogtreecommitdiff
path: root/security/nss/lib/freebl/ecl/ecp_fp160.c
diff options
context:
space:
mode:
Diffstat (limited to 'security/nss/lib/freebl/ecl/ecp_fp160.c')
-rw-r--r--security/nss/lib/freebl/ecl/ecp_fp160.c15
1 files changed, 8 insertions, 7 deletions
diff --git a/security/nss/lib/freebl/ecl/ecp_fp160.c b/security/nss/lib/freebl/ecl/ecp_fp160.c
index 57399d494..8721579f2 100644
--- a/security/nss/lib/freebl/ecl/ecp_fp160.c
+++ b/security/nss/lib/freebl/ecl/ecp_fp160.c
@@ -1,4 +1,5 @@
/*
+ * ***** 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
@@ -11,15 +12,15 @@
* for the specific language governing rights and limitations under the
* License.
*
- * The Original Code is the elliptic curve math library for prime
- * field curves using floating point operations.
+ * The Original Code is the elliptic curve math library for prime field curves using floating point operations.
*
- * The Initial Developer of the Original Code is Sun Microsystems, Inc.
- * Portions created by Sun Microsystems, Inc. are Copyright (C) 2003
- * Sun Microsystems, Inc. All Rights Reserved.
+ * The Initial Developer of the Original Code is
+ * Sun Microsystems, Inc.
+ * Portions created by the Initial Developer are Copyright (C) 2003
+ * the Initial Developer. All Rights Reserved.
*
* Contributor(s):
- * Stephen Fung <fungstep@hotmail.com>, Sun Microsystems Laboratories
+ * Stephen Fung <fungstep@hotmail.com>, Sun Microsystems 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
@@ -33,7 +34,7 @@
* 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 "ecp_fp.h"
#include <stdlib.h>