summaryrefslogtreecommitdiff
path: root/security/nss/lib/freebl/ecl/ec2_aff.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_aff.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_aff.c')
-rw-r--r--security/nss/lib/freebl/ecl/ec2_aff.c15
1 files changed, 8 insertions, 7 deletions
diff --git a/security/nss/lib/freebl/ecl/ec2_aff.c b/security/nss/lib/freebl/ecl/ec2_aff.c
index 5c7972c0c..eef3f4821 100644
--- a/security/nss/lib/freebl/ecl/ec2_aff.c
+++ b/security/nss/lib/freebl/ecl/ec2_aff.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 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):
- * Douglas Stebila <douglas@stebila.ca>, Sun Microsystems Laboratories
+ * 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
@@ -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 "ec2.h"
#include "mplogic.h"