summaryrefslogtreecommitdiff
path: root/security/nss/lib/freebl/ecl/ec2_mont.c
diff options
context:
space:
mode:
authorgerv%gerv.net <devnull@localhost>2004-04-25 15:03:26 +0000
committergerv%gerv.net <devnull@localhost>2004-04-25 15:03:26 +0000
commitbd22ec6c69dad42ee003e089ef575e524f0b9201 (patch)
tree91d3a5020f4a45e5fb05578da9d9aa381c1ad35a /security/nss/lib/freebl/ecl/ec2_mont.c
parentdf7b8b2aff522129abd2421d28e4aedac40741b1 (diff)
downloadnss-hg-bd22ec6c69dad42ee003e089ef575e524f0b9201.tar.gz
Bug 236613: change to MPL/LGPL/GPL tri-license.
Diffstat (limited to 'security/nss/lib/freebl/ecl/ec2_mont.c')
-rw-r--r--security/nss/lib/freebl/ecl/ec2_mont.c19
1 files changed, 10 insertions, 9 deletions
diff --git a/security/nss/lib/freebl/ecl/ec2_mont.c b/security/nss/lib/freebl/ecl/ec2_mont.c
index 6658d3295..17c9f6de4 100644
--- a/security/nss/lib/freebl/ecl/ec2_mont.c
+++ b/security/nss/lib/freebl/ecl/ec2_mont.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,17 +12,17 @@
* for the specific language governing rights and limitations under the
* License.
*
- * The Original Code is the elliptic curve math library for binary polynomial
- * field curves.
+ * The Original Code is the elliptic curve math library for binary polynomial field curves.
*
- * 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):
- * Sheueling Chang-Shantz <sheueling.chang@sun.com>,
- * Stephen Fung <fungstep@hotmail.com>, and
- * Douglas Stebila <douglas@stebila.ca>, Sun Microsystems Laboratories.
+ * Sheueling Chang-Shantz <sheueling.chang@sun.com>,
+ * Stephen Fung <fungstep@hotmail.com>, and
+ * Douglas Stebila <douglas@stebila.ca>, 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
@@ -35,7 +36,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 "ec2.h"
#include "mplogic.h"